Fixed bugs in URLs + added unit tests.
This commit is contained in:
parent
0d024d2bf3
commit
be06b7d8d5
@ -2,6 +2,11 @@
|
|||||||
VERSION 0.7.1cvs
|
VERSION 0.7.1cvs
|
||||||
================
|
================
|
||||||
|
|
||||||
|
2005-04-15 Vincent Richard <vincent@vincent-richard.net>
|
||||||
|
|
||||||
|
* url.{hpp|cpp}, urlUtils.{hpp|cpp}: fixed a lot of bugs in URLs parsing
|
||||||
|
and encoding/decoding + added unit tests.
|
||||||
|
|
||||||
2005-04-14 Vincent Richard <vincent@vincent-richard.net>
|
2005-04-14 Vincent Richard <vincent@vincent-richard.net>
|
||||||
|
|
||||||
* url.{hpp|cpp}, urlUtils.{hpp|cpp}: moved 'url' and 'urlUtils' from
|
* url.{hpp|cpp}, urlUtils.{hpp|cpp}: moved 'url' and 'urlUtils' from
|
||||||
|
@ -335,7 +335,8 @@ libvmimetest_sources = [
|
|||||||
[ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ],
|
[ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ],
|
||||||
[ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ],
|
[ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ],
|
||||||
[ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ],
|
[ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ],
|
||||||
[ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ]
|
[ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ],
|
||||||
|
[ 'tests/utility/urlTest', [ 'tests/utility/urlTest.cpp' ] ]
|
||||||
]
|
]
|
||||||
|
|
||||||
libvmime_autotools = [
|
libvmime_autotools = [
|
||||||
|
Loading…
Reference in New Issue
Block a user