Hans Leidekker
|
7c9918338a
|
shlwapi: Fix parameter check for UrlUnescapeA.
NULL pszUnescaped is okay if URL_UNESCAPE_INPLACE is set.
Add a corresponding test for UrlUnescape{A,W}.
|
2006-02-16 12:08:48 +01:00 |
Jacek Caban
|
11a0c8cd39
|
shlwapi: UrlCanonicalize: fix URL_DONT_SIMPLIFY.
- URL_DONT_SIMPLIFY should change '/' <-> '\'
- Better '/' / '\' handling
|
2006-01-11 21:15:31 +01:00 |
Jacek Caban
|
bb8a7478bc
|
shlwapi: Fix UrlCanonicalize.
- Added support for URL_FILE_USE_PATHURL.
- Fix handling of '/' and '\'.
|
2005-12-26 12:58:28 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Stefan Leichter
|
e1cf3392cb
|
Stop PathIsValidCharW tests after 100 failing tests.
|
2005-10-31 10:02:24 +00:00 |
Alexandre Julliard
|
7c1925a0f3
|
Remove the 'L' suffix on a number of constants to avoid comparison
errors on 64-bit platforms.
|
2005-09-13 15:00:32 +00:00 |
Alexandre Julliard
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Richard Cohen
|
3ca45f8e89
|
Blame ExpandEnvironmentStringsA for the failing NT4 test.
|
2005-08-12 15:51:22 +00:00 |
Huw Davies
|
34f36f662b
|
Implement and add tests for the FDSA functions.
|
2005-08-09 10:21:35 +00:00 |
Mike McCormack
|
82434be6a9
|
gcc 4.0 warning fixes.
|
2005-07-29 14:15:31 +00:00 |
Mike McCormack
|
bda7ace2e9
|
Interlocked LONG* gcc warning fixes.
|
2005-07-13 11:59:15 +00:00 |
Mike McCormack
|
b8fc783be2
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
Stefan Huehner
|
ffe53258aa
|
Fix some -Wstrict-prototypes warnings.
|
2005-06-27 09:57:28 +00:00 |
Stefan Huehner
|
863a4b1488
|
Fix some more -Wstrict-prototypes warnings.
|
2005-06-21 20:53:13 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Mike McCormack
|
9f92ead47f
|
Fixes for -Wmissing-declaration and -Wwrite-string warnings.
|
2005-06-14 17:21:18 +00:00 |
Uwe Bonnes
|
3655187fd0
|
Test cases for URL_UNESCAPE and small fix.
|
2005-05-23 16:23:02 +00:00 |
Pierre d'Herbemont
|
342da59b0c
|
Remove stdlib.h inclusion if winsock.h is included.
|
2005-05-18 15:33:20 +00:00 |
Jakob Eriksson
|
461c830745
|
Eliminate HeapAlloc casts.
|
2005-03-22 18:26:06 +00:00 |
Jakob Eriksson
|
a4fe0d6003
|
More trace info.
|
2005-03-22 18:18:14 +00:00 |
Troy Rollo
|
085f95ec3a
|
Corrections to UrlIsW and UrlIsA.
URL_IS_OPAQUE results depend only on the scheme, not on the URL.
URL_IS_FILEURL also only depends on the scheme ("file:").
|
2005-03-21 10:54:35 +00:00 |
Jon Griffiths
|
86ad22bf9b
|
Fix two failures and (hopefully) a crash with early versions.
|
2005-03-16 19:47:37 +00:00 |
Jon Griffiths
|
db66ec0e55
|
Tests and small fix for PathMakePretty().
Fix a crash and test failure with early native dlls.
|
2005-03-14 10:09:53 +00:00 |
Francois Gouget
|
4d801b66e6
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +00:00 |
Paul Vriens
|
0543774845
|
Use aliases for calls to ordinals.
|
2005-02-10 17:10:43 +00:00 |
Paul Vriens
|
89330709b7
|
More verbosity of errors.
|
2005-02-03 19:38:58 +00:00 |
Hans Leidekker
|
80829db067
|
Implement and test PathIsValidChar{A,W}.
|
2005-02-03 13:34:05 +00:00 |
Paul Vriens
|
a3d0eeb9f6
|
- new test
- changed test to reflect windows results
|
2005-01-31 11:29:59 +00:00 |
Hans Leidekker
|
aaa5921ff8
|
StrIsIntlEqual and IntlStrEqWorker may be absent.
|
2005-01-25 10:56:23 +00:00 |
Paul Vriens
|
14b96358f8
|
- More verbose output of errors.
- Bail out if first test fails (produce one error only).
|
2005-01-21 16:18:00 +00:00 |
Paul Vriens
|
361ee299ac
|
Use a registry key for copying, that's known on every system.
|
2005-01-17 15:45:44 +00:00 |
Paul Vriens
|
7e8c096a26
|
Change the order of Src and Dst in CopyKey calls/functions.
|
2005-01-17 15:33:00 +00:00 |
Paul Vriens
|
4064e74fc3
|
Use Interlocked* functions in AddRef and Release.
|
2005-01-17 13:42:13 +00:00 |
Hans Leidekker
|
8310bd5328
|
Implement and test URLIS_URL flag in UrlIs().
|
2005-01-03 17:08:40 +00:00 |
Jon Griffiths
|
bcf439261a
|
Use Ascii functions explicitly.
|
2005-01-03 14:36:47 +00:00 |
Rein Klazes
|
3714a39867
|
Correct cases where arguments of ok() calls depend on the order in
which they are evaluated.
|
2004-12-27 17:26:37 +00:00 |
Jon Griffiths
|
49e13df700
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-17 19:09:29 +00:00 |
Stefan Leichter
|
64b4d5a40f
|
Fixed tests of GetAcceptLanguagesA for win98.
|
2004-12-15 10:50:21 +00:00 |
Jon Griffiths
|
1f79d57d3a
|
Use the A version of calls when passing ASCII strings.
|
2004-12-15 10:50:01 +00:00 |
Stefan Leichter
|
77928370a5
|
Fixed tests of GetAcceptLanguagesA for win9x/ME.
|
2004-12-08 13:52:02 +00:00 |
James Hawkins
|
0bd19bb11d
|
Make four shreg tests pass on XP.
|
2004-11-19 17:56:08 +00:00 |
James Hawkins
|
0fec65d6a7
|
Use SHDeleteKey to remove leftover keys from the shreg tests.
|
2004-11-10 01:30:59 +00:00 |
Stefan Leichter
|
092c965444
|
Fixed tests of GetAcceptLanguagesA for platfoms 98,ME,NT4.
|
2004-11-09 20:11:18 +00:00 |
Stefan Leichter
|
4408b91174
|
Fixed GetAcceptLanguagesA tests for Win98.
|
2004-10-27 21:18:21 +00:00 |
Stefan Leichter
|
97f4a203b2
|
Fixed GetAcceptLanguagesA tests for WinXP.
|
2004-10-22 19:54:28 +00:00 |
Bill Medland
|
3f3e29254b
|
Fix SHDeleteKey so that it will handle deleting a key with more than
one subkey. Also includes test.
|
2004-10-14 00:25:29 +00:00 |
Huw Davies
|
f3a56591ec
|
Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
UrlUnescape.
|
2004-10-05 18:31:58 +00:00 |
Huw Davies
|
7458de56ce
|
UrlEscape has different rules depending on the protocol.
Added a load of tests.
|
2004-10-04 19:08:50 +00:00 |
Huw Davies
|
91704df4f3
|
Implement PathSearchAndQualify.
|
2004-09-25 00:29:47 +00:00 |