Home
last modified time | relevance | path

Searched refs:TestLine (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/apitests/browseui/
H A DSHExplorerParseCmdLine.c72 _In_ ULONG TestLine, in TestCommandLine() argument
102 ok(Info.strPath == InvalidPointer, "Line %lu: strPath = %p\n", TestLine, Info.strPath); in TestCommandLine()
106 ok(Info.strPath != InvalidPointer, "Line %lu: strPath = InvalidPointer\n", TestLine); in TestCommandLine()
107 ok(Info.strPath != NULL, "Line %lu: strPath = NULL\n", TestLine); in TestCommandLine()
123 ok(Info.pidlPath == NULL, "Line %lu: pidlPath = %p\n", TestLine, Info.pidlPath); in TestCommandLine()
130 ok(Info.pidlPath != InvalidPointer, "Line %lu: pidlPath = InvalidPointer\n", TestLine); in TestCommandLine()
131 ok(Info.pidlPath != NULL, "Line %lu: pidlPath = NULL\n", TestLine); in TestCommandLine()
241 ok(lstrcmpiW(psz, pclsid) == 0, "Line %lu: CLSID was %ls.\n", TestLine, psz); in TestCommandLine()
287 INT TestLine; in START_TEST() member
482 trace("Command line (%d): %ls\n", Tests[i].TestLine, CommandLine); in START_TEST()
[all …]