Commit | Date | |
---|---|---|
2009-11-29 20:43:31 | Tree | |
2009-11-29 18:24:29 | Tree | |
2009-11-26 16:58:24 | Tree | |
2009-11-26 16:37:29 | Tree | |
[r200]
by
mikhail_beris
Cleanup of http message test, removing redundant namespace using declarations. |
2009-11-26 16:36:00 | Tree |
2009-11-26 16:00:28 | Tree | |
[r198]
by
glynos
I managed to update the unit tests for boost::network::message and boost::network::uri ... this is works and also applies for std::wstring. However, I've had to update the directives in order to make this work... we need to return to this because it's not generic. But it works, and it's a measurable improvement (we had no tests for std::wstring before). One final test is to define a fake string & ostringstream that can verify that boost::network::basic_message is genuinely generic. Furthermore, URI tests were update, and basic URI works with std::wstring. However, boost::network::http doesn't support wstring at all yet (neither URI nor message). |
2009-11-15 18:36:37 | Tree |
[r197]
by
glynos
Minor changes - it's becoming clear that using directives won't work in their current implementation. For a hint why, see network/message/directives/header.hpp:55: the directives themselves are specialized on the tag which defeats the purpose. Therefore, none of the unit tests for std::wstring will compile. The only solution I can think of is to add a function argument: namespace bn = boost::network; but this isn't very clean. |
2009-11-15 09:44:28 | Tree |
[r196]
by
glynos
Refactored message_test.cpp and url_test.cpp. |
2009-11-14 23:13:16 | Tree |
2009-11-11 12:52:59 | Tree |