urlmon/tests: Don't bother testing unimplemented functions to reduce test output.
[wine] / dlls / urlmon / tests / uri.c
2010-07-28  Alexandre Julliardurlmon/tests: Don't bother testing unimplemented functi...
2010-07-26  Thomas Mullalyurlmon: Implemented canonicalization for reg-names.
2010-07-26  Thomas Mullalyurlmon/tests: Added more test URIs for IPv6 canonicaliz...
2010-07-26  Thomas Mullalyurlmon: Implemented canonicalization for IPv6 addresses.
2010-07-26  Thomas Mullalyurlmon/tests: Added more URI test cases.
2010-07-26  Thomas Mullalyurlmon: Added parser for IPvFuture addresses.
2010-07-26  Thomas Mullalyurlmon: Added parser for IPv6 addresses.
2010-07-23  Thomas Mullalyurlmon: Partially implemented IUri_GetHost.
2010-07-23  Thomas Mullalyurlmon/tests: Added more test URIs.
2010-07-22  Thomas Mullalyurlmon: Implemented IUri_GetPassword.
2010-07-22  Thomas Mullalyurlmon: Implemented IUri_GetUserName.
2010-07-22  Thomas Mullalyurlmon: Implemented IUri_GetUserInfo.
2010-07-22  Thomas Mullalyurlmon/tests: Added more test URI's.
2010-07-22  Thomas Mullalyurlmon: Implemented parser for the userinfo of a URI.
2010-07-22  Thomas Mullalyurlmon: Added a stub implementation for parsing the...
2010-07-22  Thomas Mullalyurlmon: Fixed the scheme name parser to handle wildcard...
2010-07-21  Thomas Mullalyurlmon/tests: Added more test data for scheme parsing...
2010-07-21  Thomas Mullalyurlmon: Implemented functionality for retrieving the...
2010-07-21  Thomas Mullalyurlmon: Implemented functionality for retrieving the...
2010-07-21  Thomas Mullalyurlmon: Added a scheme name parser for the IUri interface.
2010-07-19  Thomas Mullalyurlmon: Implemented functionality for retrieving the...
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-07  Thomas Mullalyurlmon/tests: Added tests for IUri_GetHost.
2010-06-07  Thomas Mullalyurlmon/tests: Added tests for IUri_IsEqual.
2010-06-01  Thomas Mullalyurlmon/tests: Added tests for IUri_HasProperty.
2010-06-01  Thomas Mullalyurlmon/tests: Added tests for IUri_GetProperties.
2010-05-31  Thomas Mullalyurlmon/tests: Added test for invalid args to IUri_GetPr...
2010-05-31  Thomas Mullalyurlmon/tests: Added tests for IUri_GetPropertyLength.
2010-05-31  Thomas Mullalyurlmon/tests: Added more test data for the IUri tests.
2010-05-28  Thomas Mullalyurlmon/tests: Added tests for the IUri_Get* dword prope...
2010-05-28  Thomas Mullalyurlmon/tests: Added the remainder of tests for the...
2010-05-28  Thomas Mullalyurlmon/tests: Added tests for half of the IUri_Get...
2010-05-27  Thomas Mullalyurlmon/tests: Added tests for IUri_GetPropertyDWORD.
2010-05-27  Thomas Mullalyurlmon/tests: Added tests for IUri_GetPropertyBSTR.
2010-05-13  Thomas Mullalyurlmon: CreateUri should return E_INVALIDARG for NULL...
2010-05-12  Thomas Mullalyurlmon/tests: Fixed IUri tests so they fail gracefully...
2010-05-11  Thomas Mullalyurlmon/tests: Added a new test file for testing the...