Commit 7e6b2b4
committed
Check parsing name in ShellEnumeratorImplTest
Previously, the SHGDN_NORMAL name was checked. However, that name is
affected by whether extensions are shown or hidden in Explorer. As the
test matches against the full file name, it's necessary to retrieve the
SHGDN_INFOLDER | SHGDN_FORPARSING name instead, since that name will
always include the extension.1 parent 0354564 commit 7e6b2b4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments