Bruno Jesus
|
300c2dedac
|
kernel32/tests: Add more GetTempPath tests.
|
2015-02-24 22:59:40 +09:00 |
Akihiro Sagawa
|
4aea5ca72b
|
kernel32: Fix incorrect lastpart in GetFullPathNameA with DBCS.
|
2014-10-14 14:20:05 +09:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Nikolay Sivov
|
48c97ad0bc
|
kernel32/tests: Some more tests for SearchPath().
|
2013-11-22 16:08:35 +01:00 |
Dmitry Timoshkov
|
eba2f43221
|
kernel32: Add special case for "." and ".." to GetLongPathName.
|
2013-10-30 09:43:40 +01:00 |
Dmitry Timoshkov
|
d57444a622
|
kernel32: Add special case for "." and ".." to GetShortPathName.
|
2013-10-30 09:43:30 +01:00 |
Dmitry Timoshkov
|
4befefa94d
|
kernel32/tests: Add tests for GetLongPathName/GetShortPathName and relative paths.
|
2013-10-29 10:21:30 +01:00 |
Frédéric Delanoy
|
f56e9ebe38
|
kernel32/tests: Use BOOL type where appropriate.
|
2013-10-24 10:49:53 +02:00 |
Dmitry Timoshkov
|
b2e9561a2d
|
kernel32/tests: Fix path tests compilation with __WINESRC__ defined.
|
2013-10-22 16:37:39 +02:00 |
Nikolay Sivov
|
41057a174d
|
kernel32: Support activation context in SearchPath().
|
2013-09-12 11:02:22 +02:00 |
Nikolay Sivov
|
37182e3f0f
|
ntdll: Try application manifest path when searching for dependent assemblies.
|
2013-09-11 20:33:22 +02:00 |
Nikolay Sivov
|
88c2a189fe
|
kernel32/tests: Added some activation context tests for SearchPath().
|
2013-09-06 17:28:48 +02:00 |
Dmitry Timoshkov
|
4cc482bc0d
|
kernel32: GetShortPathName for a non-existent short file name should fail.
|
2013-07-22 19:31:13 +02:00 |
Dmitry Timoshkov
|
24ab4453d7
|
kernel32/tests: Add a test for GetShortPathName called for a non-existent short file name.
|
2013-07-08 15:15:23 +02:00 |
Dmitry Timoshkov
|
0fa1877e44
|
kernel32/tests: Fix compilation with a PSDK compiler.
|
2013-07-08 15:15:23 +02:00 |
Austin English
|
291949cbc4
|
kernel32/tests: Remove win9x hacks.
|
2011-02-24 15:50:43 +01:00 |
Austin English
|
e330380a6b
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:46 +01:00 |
Michael Stefaniuc
|
bb442a2a57
|
kernel32/tests: '\' needs to be escaped in a C string (sparse).
|
2010-11-10 12:18:21 +01:00 |
Francois Gouget
|
b990617a95
|
Assorted spelling fixes.
|
2010-11-02 13:16:57 +01:00 |
Charles Davis
|
717fc6f3a8
|
kernel32/tests: Fix the mixed-case short path test to actually test something.
|
2010-10-29 14:21:59 +02:00 |
Charles Davis
|
2d18a012a8
|
kernel32/tests: Add a test for opening short paths of differing case.
|
2010-10-28 18:18:11 +02:00 |
Louis Lenders
|
8819ae1e66
|
kernel32: Fix GetTempFileName with invalid path.
Found by Oskar Eisemuth.
|
2010-10-22 17:19:12 +02:00 |
Louis Lenders
|
933bcb92b0
|
kernel32/tests: Add some more tests for GetTempFileName.
|
2010-10-18 11:51:21 +02:00 |
Andrew Nguyen
|
1029167232
|
kernel32/tests: Add tests to examine output file part pointer behavior for GetFullPathNameW.
|
2010-06-17 11:48:42 +02:00 |
Andrew Nguyen
|
70099e8971
|
kernel32/tests: Add tests to examine output file part pointer behavior for GetFullPathNameA.
|
2010-06-17 11:48:39 +02:00 |
Francois Gouget
|
3428b94a8d
|
Assorted spelling and case fixes.
|
2010-03-22 10:49:13 +01:00 |
Michael Stefaniuc
|
0f5d042ff2
|
kernel32: Don't use HIWORD to check for swapped args in GetCurrentDirectoryA.
|
2010-02-10 14:33:35 +01:00 |
Alexandre Julliard
|
5f9f260e42
|
kernel32: Avoid truncating the output buffer length in GetCurrentDirectoryA.
|
2010-02-01 13:22:41 +01:00 |
Nikolay Sivov
|
6d270a1d48
|
kernel32: Fix SearchPath parameter validation with tests.
|
2009-12-22 13:48:25 +01:00 |
Nikolay Sivov
|
08a778c568
|
kernel32/tests: Init pointers in common way, add some win_skip() while skipping.
|
2009-12-22 13:48:25 +01:00 |
Paul Vriens
|
17eb00409c
|
kernel32/tests: Add some tests for GetLongPathNameW.
|
2009-12-17 13:25:51 +01:00 |
Paul Vriens
|
c2f5442f2a
|
kernel32/tests: Skip some tests if needed (WinXP Home).
|
2009-12-04 14:44:11 +01:00 |
Paul Vriens
|
0c67d1bddb
|
kernel32/tests: Skip some tests on Win98/WinMe.
|
2009-12-04 14:44:03 +01:00 |
Paul Vriens
|
3b43c4e585
|
kernel32/tests: Correct some ok() statements.
|
2009-12-04 14:43:48 +01:00 |
Paul Vriens
|
be3c97437f
|
kernel32/tests: Add some GetLongPathNameA tests.
|
2009-12-02 16:08:52 +01:00 |
Andrew Nguyen
|
fda79ef217
|
kernel32/tests: Correctly skip when GetTempPathW is not available.
|
2009-05-18 14:31:07 +02:00 |
Francois Gouget
|
5989534540
|
kernel32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:26 +01:00 |
Alexandre Julliard
|
3cd4150059
|
kernel32/tests: Don't hardcode C drive for CreateDirectory tests.
|
2009-02-03 15:21:47 +01:00 |
Alexandre Julliard
|
b8712b7f8a
|
kernel32/tests: Support broken GetTempPath return value on WinME.
|
2009-01-29 22:07:50 +01:00 |
Alexandre Julliard
|
a79868e09d
|
kernel32/tests: Don't hardcode C drive for SetCurrentDirectory tests.
Also handle the case where TMP and TEMP are not defined.
|
2009-01-27 14:55:30 +01:00 |
Paul Vriens
|
1c5043e73d
|
kernel32/tests: Add extra tests for SetCurrentDirectory.
|
2008-09-22 12:16:46 +02:00 |
Maarten Lankhorst
|
864e24d2e5
|
kernel32: Fix temporary path test.
|
2008-05-08 11:10:44 +02:00 |
Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Austin English
|
d5de9977df
|
kernel32: Spelling fixes.
|
2008-03-18 11:44:09 +01:00 |
Dmitry Timoshkov
|
aebcbf0f6e
|
kernel32: Return upper cased drive letters in paths, some applications depend on it.
|
2008-02-27 14:52:26 +01:00 |
Paul Vriens
|
c9434956d5
|
kernel32/tests: Skip not implemented functions.
|
2008-01-10 12:15:39 +01:00 |
Francois Gouget
|
5266e57975
|
Assorted spelling fixes.
|
2007-07-31 21:37:50 +02:00 |
Anatoly Lyutin
|
857ff080eb
|
kernel32/tests: Add test for GetShortPathNameW.
|
2007-07-20 11:45:02 +02:00 |
Kirill K. Smirnov
|
9eb0c87204
|
kernel32/tests: Add tests for NeedCurrentDirectoryForExePath.
|
2007-04-27 13:05:19 +02:00 |
Paul Vriens
|
67c26f4ec3
|
kernel32/tests: GetLongPathNameW is not implemented on win98.
|
2007-04-25 13:48:14 +02:00 |