mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[SHELL32_APITEST] Fix the code with respect to what the comments say. No change in test results happen.
This commit is contained in:
parent
732a6b0801
commit
cd473963f4
1 changed files with 2 additions and 2 deletions
|
@ -120,14 +120,14 @@ static WCHAR evVar[MAX_PATH];
|
||||||
expectedPathOut = NULL;
|
expectedPathOut = NULL;
|
||||||
for (i1 = 0; i1 <= 1; i1++)
|
for (i1 = 0; i1 <= 1; i1++)
|
||||||
{
|
{
|
||||||
if (i1 == 1) /* Usually SLGP_RAWPATH */
|
if (i1 == 0) /* Usually SLGP_SHORTPATH */
|
||||||
{
|
{
|
||||||
flags = testDef->flags1;
|
flags = testDef->flags1;
|
||||||
expandPathOut = testDef->expandPathOut1;
|
expandPathOut = testDef->expandPathOut1;
|
||||||
expectedPathOut = testDef->pathOut1;
|
expectedPathOut = testDef->pathOut1;
|
||||||
expectedHr = testDef->hrGetPath1;
|
expectedHr = testDef->hrGetPath1;
|
||||||
}
|
}
|
||||||
else /* Usually SLGP_SHORTPATH */
|
else // if (i1 == 1) /* Usually SLGP_RAWPATH */
|
||||||
{
|
{
|
||||||
flags = testDef->flags2;
|
flags = testDef->flags2;
|
||||||
expandPathOut = testDef->expandPathOut2;
|
expandPathOut = testDef->expandPathOut2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue