diff options
author | Tor Lillqvist <tml@novell.com> | 2005-08-01 19:17:35 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-01 19:17:35 +0000 |
commit | d5a989875bf71e6972ae75b264b9ccbb9a6f4b07 (patch) | |
tree | 05f0a55caa44b06ed490857b81bae5363ef4b22a /ChangeLog.pre-2-12 | |
parent | 2d1cf6c139f06d964f5fcddaac126370fdf59215 (diff) |
Make it pass on Win32. (from_uri_tests[]): Take into consideration that on
2005-08-01 Tor Lillqvist <tml@novell.com>
* tests/uri-test.c: Make it pass on Win32.
(from_uri_tests[]): Take into consideration that on Win32 we don't
return "localhost" hostnames.
(safe_strcmp_filename): New function that considers slash and
backslash equal on Win32.
(run_roundtrip_tests): Use safe_strcmp_filename().
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 691ea63ba..b79d7e73c 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,12 @@ +2005-08-01 Tor Lillqvist <tml@novell.com> + + * tests/uri-test.c: Make it pass on Win32. + (from_uri_tests[]): Take into consideration that on Win32 we don't + return "localhost" hostnames. + (safe_strcmp_filename): New function that considers slash and + backslash equal on Win32. + (run_roundtrip_tests): Use safe_strcmp_filename(). + Sun Jul 31 01:50:20 2005 Tim Janik <timj@gtk.org> * glib/gdataset.c: |