fix wxURI::GetUser() for URIs without password; added unit test case for it (closes #10412)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-21 17:02:11 +00:00
parent ff0ac260ef
commit 13c766f651
2 changed files with 9 additions and 11 deletions

View File

@@ -101,6 +101,7 @@ All:
- Corrected Serbian locale name (Cody Precord).
- Fix wxURL::GetInputStream() for URLs with special characters in credentials
(Robert Wruck).
- Fix wxURI::GetUser() for URIs without password.
All (GUI):