/reactos/modules/rostests/winetests/kernel32/ |
H A D | format_msg.c | 141 ok(!lstrcmpW(test, out), "failed out=%s\n", wine_dbgstr_w(out)); in test_message_from_string_wide() 417 ok(!lstrcmpW( s_sp001sp002, out) || in test_message_from_string_wide() 418 broken(!lstrcmpW(s_sp001004, out)), /* NT4/Win2k */ in test_message_from_string_wide() 1484 ok(!lstrcmpW(test, buf), in test_message_allocate_buffer_wide() 1497 ok(!lstrcmpW(test, buf), in test_message_allocate_buffer_wide() 1510 ok(!lstrcmpW(test, buf), in test_message_allocate_buffer_wide() 1523 ok(!lstrcmpW(test, buf), in test_message_allocate_buffer_wide() 1536 ok(!lstrcmpW(test, buf), in test_message_allocate_buffer_wide() 1771 ok(!lstrcmpW(test, out), in test_message_invalid_flags_wide() 1778 ok(!lstrcmpW(test, out), in test_message_invalid_flags_wide() [all …]
|
H A D | directory.c | 95 ok(lstrcmpW(buf, fooW) == 0, "should not touch the buffer\n"); in test_GetWindowsDirectoryW() 101 ok(lstrcmpW(buf, fooW) == 0, "should not touch the buffer\n"); in test_GetWindowsDirectoryW() 107 ok(lstrcmpW(buf, fooW) != 0, "should touch the buffer\n"); in test_GetWindowsDirectoryW() 161 ok(lstrcmpW(buf, fooW) == 0, "should not touch the buffer\n"); in test_GetSystemDirectoryW() 167 ok(lstrcmpW(buf, fooW) == 0, "should not touch the buffer\n"); in test_GetSystemDirectoryW() 173 ok(lstrcmpW(buf, fooW) != 0, "should touch the buffer\n"); in test_GetSystemDirectoryW()
|
/reactos/modules/rostests/winetests/ntdsapi/ |
H A D | ntdsapi.c | 59 ok(!lstrcmpW(spn, wszSpn1), "DsMakeSpnW returned unexpected SPN %s\n", wine_dbgstr_w(spn)); in test_DsMakeSpn() 65 ok(!lstrcmpW(spn, wszSpn2), "DsMakeSpnW returned unexpected SPN %s\n", wine_dbgstr_w(spn)); in test_DsMakeSpn() 71 ok(!lstrcmpW(spn, wszSpn3), "DsMakeSpnW returned unexpected SPN %s\n", wine_dbgstr_w(spn)); in test_DsMakeSpn() 77 ok(!lstrcmpW(spn, wszSpn4), "DsMakeSpnW returned unexpected SPN %s\n", wine_dbgstr_w(spn)); in test_DsMakeSpn() 83 ok(!lstrcmpW(spn, wszSpn5), "DsMakeSpnW returned unexpected SPN %s\n", wine_dbgstr_w(spn)); in test_DsMakeSpn() 114 ok( !lstrcmpW( buf, resultW ), "wrong data\n" ); in test_DsClientMakeSpnForTargetServer()
|
/reactos/modules/rostests/winetests/wmiutils/ |
H A D | path.c | 234 ok( !lstrcmpW( buf, path9 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 241 ok( !lstrcmpW( buf, path13 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 248 ok( !lstrcmpW( buf, path14 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 255 ok( !lstrcmpW( buf, path15 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 262 ok( !lstrcmpW( buf, path12 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 290 ok( !lstrcmpW( buf, path16 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 300 ok( !lstrcmpW( buf, path17 ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 359 ok( !lstrcmpW( buf, classW ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetText() 407 ok( !lstrcmpW( buf, classW ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetClassName() 493 ok( !lstrcmpW( buf, dotW ), "unexpected buffer contents %s\n", wine_dbgstr_w(buf) ); in test_IWbemPath_GetServer() [all …]
|
/reactos/modules/rostests/winetests/mstask/ |
H A D | task.c | 232 ok(!lstrcmpW(parameters, empty), in test_SetParameters_GetParameters() 245 ok(!lstrcmpW(parameters, parameters_a), "Got %s, expected %s\n", in test_SetParameters_GetParameters() 258 ok(!lstrcmpW(parameters, parameters_b), "Got %s, expected %s\n", in test_SetParameters_GetParameters() 271 ok(!lstrcmpW(parameters, empty), in test_SetParameters_GetParameters() 302 ok(!lstrcmpW(comment, empty), in test_SetComment_GetComment() 315 ok(!lstrcmpW(comment, comment_a), "Got %s, expected %s\n", in test_SetComment_GetComment() 328 ok(!lstrcmpW(comment, comment_b), "Got %s, expected %s\n", in test_SetComment_GetComment() 341 ok(!lstrcmpW(comment, empty), in test_SetComment_GetComment() 453 ok(!lstrcmpW(account_name, dummy_account_name), in test_SetAccountInformation_GetAccountInformation() 473 ok(!lstrcmpW(account_name, dummy_account_name_b), in test_SetAccountInformation_GetAccountInformation() [all …]
|
/reactos/modules/rostests/winetests/fusion/ |
H A D | fusion.c | 120 …ok( !lstrcmpW( nochange, path ), "Expected %s, got %s\n", wine_dbgstr_w(nochange), wine_dbgstr_w(… in test_GetCachePath() 127 …ok( !lstrcmpW( cachepath, path ), "Expected %s, got %s\n", wine_dbgstr_w(cachepath), wine_dbgstr_… in test_GetCachePath() 134 …ok( !lstrcmpW( nochange, path ), "Expected %s, got %s\n", wine_dbgstr_w(nochange), wine_dbgstr_w(… in test_GetCachePath() 148 …ok( !lstrcmpW( cachepath, path ), "Expected %s, got %s\n", wine_dbgstr_w(cachepath), wine_dbgstr_… in test_GetCachePath() 183 …ok( !lstrcmpW( cachepath, path ), "Expected %s, got %s\n", wine_dbgstr_w(cachepath), wine_dbgstr_… in test_GetCachePath() 191 …ok( !lstrcmpW( nochange, path ), "Expected %s, got %s\n", wine_dbgstr_w(nochange), wine_dbgstr_w(… in test_GetCachePath()
|
H A D | asmcache.c | 1088 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1107 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1123 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1156 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1201 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1218 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1295 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1409 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1427 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() 1483 ok(!lstrcmpW(info.pszCurrentAssemblyPathBuf, empty), in test_QueryAssemblyInfo() [all …]
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | autocomplete.c | 488 ok_(file, line)(str && !lstrcmpW(list[i], str), "Expected %s, got %s\n", in check_dropdown_() 614 …ok(lstrcmpW(str4 + 7, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str4 + 7), wine_dbgstr_… in test_prefix_filtering() 622 …ok(lstrcmpW(str3, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str3), wine_dbgstr_w(buffer… in test_prefix_filtering() 630 …ok(lstrcmpW(str9 + 7, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str9 + 7), wine_dbgstr_… in test_prefix_filtering() 637 …ok(lstrcmpW(str1 + 8, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str1 + 8), wine_dbgstr_… in test_prefix_filtering() 644 …ok(lstrcmpW(str8, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str8), wine_dbgstr_w(buffer… in test_prefix_filtering() 650 …ok(lstrcmpW(str6, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str6), wine_dbgstr_w(buffer… in test_prefix_filtering() 658 …ok(lstrcmpW(htt, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(htt), wine_dbgstr_w(buffer)); in test_prefix_filtering() 667 …ok(lstrcmpW(str4, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str4), wine_dbgstr_w(buffer… in test_prefix_filtering() 757 …ok(lstrcmpW(str_au, buffer) == 0, "Expected %s, got %s\n", wine_dbgstr_w(str_au), wine_dbgstr_w(bu… in test_custom_source() [all …]
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | url.c | 208 ok( !lstrcmpW( url, url1 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 226 ok( !lstrcmpW( url, url1 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 244 ok( !lstrcmpW( url, url2 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 273 ok( !lstrcmpW( url, url3 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 284 ok( !lstrcmpW( url, url4 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 295 ok( !lstrcmpW( url, url5 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 306 ok( !lstrcmpW( url, url6 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 329 ok( !lstrcmpW( url, url18 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 369 ok( !lstrcmpW( url, url18 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() 410 ok( !lstrcmpW( url, url8 ), "url doesn't match\n" ); in WinHttpCreateUrl_test() [all …]
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | domdoc.c | 1196 ok(lstrcmpW(bstr, bstrExp) == 0, "String differs\n"); \ 1642 ok( !lstrcmpW( str, szDocument ), "incorrect nodeName\n"); in test_domdoc() 2249 ok( lstrcmpW(str,szlc) == 0, "basename was wrong\n"); in test_domnode() 2261 ok( !lstrcmpW( str, szlc ), "incorrect nodeName\n"); in test_domnode() 2370 ok( !lstrcmpW( str, szdl ), "incorrect node name\n"); in test_domnode() 2409 ok( lstrcmpW(str,szdl) == 0, "basename was wrong\n"); in test_domnode() 2532 ok( lstrcmpW(str,szbs) == 0, "basename was wrong\n"); in test_domnode() 3297 ok( !lstrcmpW(V_BSTR(&var), szstr2), "wrong attr value\n"); in test_create() 4512 ok_(__FILE__, line)(lstrcmpW(bstr, _bstr_(str)) == 0, \ 8142 ok( lstrcmpW(str, _bstr_("attr=\"attrvalue1\"")) == 0, in test_setAttributeNode() [all …]
|
H A D | xmldoc.c | 209 ok(!lstrcmpW(name, szNumber), "Expected NUMBER\n"); in test_xmldoc() 230 ok(!lstrcmpW(name, szNumVal), "Expected '1234'\n"); in test_xmldoc() 256 ok(!lstrcmpW(name, szName), "Expected NAME\n"); in test_xmldoc() 278 ok(!lstrcmpW(name, szNameVal), "Expected 'Captain Ahab'\n"); in test_xmldoc() 758 ok(!lstrcmpW(str, szNumber), "Expected NUMBER\n"); in test_xmlelem_collection() 792 ok(!lstrcmpW(str, szName), "Expected NAME\n"); in test_xmlelem_collection() 811 ok(!lstrcmpW(str, szNumber), "Expected NUMBER\n"); in test_xmlelem_collection() 830 ok(!lstrcmpW(str, szName), "Expected NAME\n"); in test_xmlelem_collection() 1031 ok(!lstrcmpW(str, propVal), "Expected 'val'\n"); in test_xmlelem() 1036 ok(!lstrcmpW(str, propVal), "Expected 'val'\n"); in test_xmlelem() [all …]
|
H A D | saxreader.c | 3215 ok(!lstrcmpW(str, _bstr_("1.0")), "got %s\n", wine_dbgstr_w(str)); in test_mxwriter_properties() 3229 ok(!lstrcmpW(str, _bstr_("")), "got %s\n", wine_dbgstr_w(str)); in test_mxwriter_properties() 3732 ok(!lstrcmpW(_bstr_(table->output), V_BSTR(&dest)), in test_mxwriter_startendelement_batch() 3819 ok(!lstrcmpW(_bstr_(table->output), V_BSTR(&dest)), in test_mxwriter_startendelement_batch2() 4158 ok(!lstrcmpW(_bstr_(table->output), V_BSTR(&dest)), in test_mxwriter_characters() 4181 ok(!lstrcmpW(_bstr_(table->data), V_BSTR(&dest)), in test_mxwriter_characters() 4471 ok(!lstrcmpW(s, _bstr_("UTF-16")), "got %s\n", wine_dbgstr_w(s)); in test_mxwriter_encoding() 5031 ok(!lstrcmpW(_bstr_("<!ELEMENT name content>\r\n"), in test_mxwriter_dtd() 5046 ok(!lstrcmpW(_bstr_("<!ELEMENT name >\r\n"), in test_mxwriter_dtd() 5144 ok(!lstrcmpW(_bstr_( in test_mxwriter_dtd() [all …]
|
/reactos/modules/rostests/winetests/secur32/ |
H A D | secur32.c | 333 ok( !lstrcmpW( username, username_ptr ), "wrong username\n" ); in test_SspiEncodeStringsAsAuthIdentity() 334 ok( !lstrcmpW( domainname, domainname_ptr ), "wrong domainname\n" ); in test_SspiEncodeStringsAsAuthIdentity() 335 ok( !lstrcmpW( password, password_ptr ), "wrong password\n" ); in test_SspiEncodeStringsAsAuthIdentity() 353 ok( !lstrcmpW( username, username_ptr ), "wrong username\n" ); in test_SspiEncodeStringsAsAuthIdentity() 355 ok( !lstrcmpW( password, password_ptr ), "wrong password\n" ); in test_SspiEncodeStringsAsAuthIdentity() 393 ok( !lstrcmpW( target, targetW ), "got %s\n", wine_dbgstr_w(target) ); in test_SspiPrepareForCredWrite() 394 ok( !lstrcmpW( username, targetW ), "got %s\n", wine_dbgstr_w(username) ); in test_SspiPrepareForCredWrite() 405 ok( !lstrcmpW( target, target2W ), "got %s\n", wine_dbgstr_w(target) ); in test_SspiPrepareForCredWrite() 406 ok( !lstrcmpW( username, targetW ), "got %s\n", wine_dbgstr_w(username) ); in test_SspiPrepareForCredWrite()
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | install.c | 651 ok(!lstrcmpW(p,inffile2W) || !lstrcmpW(p,inffileW), in test_inffilelist() 662 ok(!lstrcmpW(p,inffile2W) || !lstrcmpW(p,inffileW), in test_inffilelist() 674 ok(!lstrcmpW(p,inffile2W) || !lstrcmpW(p,inffileW), in test_inffilelist() 685 ok(!lstrcmpW(p,invalid_infW), "unexpected filename %s\n",wine_dbgstr_w(p)); in test_inffilelist() 696 ok(!lstrcmpW(p,inffile2W) || !lstrcmpW(p,inffileW) || !lstrcmpW(p,invalid_infW), in test_inffilelist()
|
H A D | setupcab.c | 423 ok(!lstrcmpW(info->CabinetFile, emptyW), in simple_callbackW() 438 ok(!lstrcmpW(expected_filesW[index], info->NameInCabinet), in simple_callbackW() 441 ok(!lstrcmpW(ctx->cabinet, cabinet_file), in simple_callbackW() 458 ok(!lstrcmpW(ctx->cabinet, info->Source), in simple_callbackW() 461 ok(!lstrcmpW(ctx->target, info->Target), in simple_callbackW()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | lstrcpynW.c | 15 ok(!lstrcmpW(buffer, L"Copy this string"), "Copy went wrong.\n"); in START_TEST() 20 ok(!lstrcmpW(buffer, L"Copy this"), "Copy went wrong.\n"); in START_TEST()
|
/reactos/modules/rostests/winetests/devenum/ |
H A D | devenum.c | 595 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_legacy_filter() 601 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_legacy_filter() 681 ok(!lstrcmpW(name, V_BSTR(&var)), "expected %s, got %s\n", in test_dsound() 689 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_dsound() 697 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_dsound() 784 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_waveout() 870 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_wavein() 929 ok(!lstrcmpW(name, V_BSTR(&var)), "expected %s, got %s\n", in test_midiout() 937 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_midiout() 1007 ok(!lstrcmpW(buffer, V_BSTR(&var)), "expected %s, got %s\n", in test_vfw() [all …]
|
/reactos/modules/rostests/winetests/netapi32/ |
H A D | wksta.c | 72 ok(!lstrcmpW(computer_name, ws), "This is really computer name\n"); in run_get_comp_name_tests() 101 ok(!lstrcmpW(user_name, ui0->wkui0_username), "This is really user name\n"); in run_wkstausergetinfo_tests() 110 ok(lstrcmpW(ui1->wkui1_username, ui0->wkui0_username) == 0, in run_wkstausergetinfo_tests() 123 ok(lstrcmpW(ui1101->wkui1101_oth_domains, ui1->wkui1_oth_domains) == 0, in run_wkstausergetinfo_tests()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | wsprintf.c | 93 ok((lstrcmpW(buf, res_010ld) == 0), in wsprintfWTest() 96 if (rc == 4 && !lstrcmpW(buf, fmt_I64x + 1)) in wsprintfWTest() 107 ok(!lstrcmpW(buf, res), "%u: wrong result [%s]\n", i, wine_dbgstr_w(buf)); in wsprintfWTest()
|
/reactos/modules/rostests/winetests/hlink/ |
H A D | hlink.c | 176 ok(!lstrcmpW(str, url2), "url wrong\n"); in test_reference() 610 ok(!lstrcmpW(username, usernameW), "unexpected username\n"); in test_HlinkCreateExtensionServices() 611 ok(!lstrcmpW(password, passwordW), "unexpected password\n"); in test_HlinkCreateExtensionServices() 629 ok(!lstrcmpW(headers, headersexW), "unexpected headers %s\n", wine_dbgstr_w(headers)); in test_HlinkCreateExtensionServices() 666 ok(!lstrcmpW(name, winehq_urlW), "wrong display name %s\n", wine_dbgstr_w(name)); in test_HlinkParseDisplayName() 693 ok(!lstrcmpW(name, invalid_urlW), "wrong display name %s\n", wine_dbgstr_w(name)); in test_HlinkParseDisplayName() 709 ok(!lstrcmpW(name, file_urlW+8), "wrong display name %s\n", wine_dbgstr_w(name)); in test_HlinkParseDisplayName() 910 ok(!lstrcmpW(winehq_urlW, name) || !lstrcmpW(winehq_404W, name), "got unexpected url\n"); in HlinkBrowseContext_GetObject() 1823 ok(!lstrcmpW(rightName, ref_monikerW), in hls_site_Moniker_ComposeWith() 2152 ok(lstrcmpW(fnd_name, name) == 0, "Expected friendly name to be %s, was %s\n", in test_HlinkClone() [all …]
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | Int64ToString.cpp | 75 ok(lstrcmpW(pEntry->Vista.text, szBuff) == 0, "Line %d: %ls vs %ls\n", in DoTestEntry() 81 ok(lstrcmpW(pEntry->NonVista.text, szBuff) == 0, "Line %d: %ls vs %ls\n", in DoTestEntry() 93 ok(lstrcmpW(pEntry->Vista.text, szBuff) == 0, "Line %d: %ls vs %ls\n", in DoTestEntry() 99 ok(lstrcmpW(pEntry->NonVista.text, szBuff) == 0, "Line %d: %ls vs %ls\n", in DoTestEntry()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | atom.c | 116 ok(!lstrcmpW(Name, testAtom2), "We found wrong atom!!\n"); in RtlAtomTestThread() 122 ok(!lstrcmpW(Name, testAtom2), "Found Wrong atom!\n"); in RtlAtomTestThread() 189 ok(!lstrcmpW(Name, testAtom2), "We found wrong atom\n"); in test_NtAtom() 200 ok(!lstrcmpW(Name, testAtom2), "We found wrong atom\n"); in test_NtAtom() 366 ok(!lstrcmpW(testAtomOTT, Name), "Got wrong atom name\n"); in test_NtIntAtom() 450 ok(!lstrcmpW(abi->Name, testAtom1), "ok strings\n"); in test_Global() 465 ok(!lstrcmpW(abi->Name, testAtom1), "strings don't match\n"); in test_Global()
|
/reactos/modules/rostests/winetests/wintrust/ |
H A D | asn.c | 243 ok(!lstrcmpW(U(*link).pwszUrl, url), "Unexpected URL\n"); in test_decodeSPCLink() 255 ok(!lstrcmpW(U(*link).pwszFile, nihongoURL), "Unexpected file\n"); in test_decodeSPCLink() 477 ok(!lstrcmpW(U(*imageData->pFile).pwszFile, emptyString), in test_decodeSPCPEImage() 500 ok(!lstrcmpW(U(*imageData->pFile).pwszFile, emptyString), in test_decodeSPCPEImage() 523 ok(!lstrcmpW(U(*imageData->pFile).pwszFile, nihongoURL), in test_decodeSPCPEImage() 630 ok(info->pwszSubjGuid && !lstrcmpW(info->pwszSubjGuid, foo), in test_decodeCatMemberInfo() 643 ok(info->pwszSubjGuid && !lstrcmpW(info->pwszSubjGuid, guidStr), in test_decodeCatMemberInfo() 749 ok(value->pwszTag && !lstrcmpW(value->pwszTag, foo), in test_decodeCatNameValue() 893 ok(info->pwszProgramName && !lstrcmpW(info->pwszProgramName, in test_decodeSpOpusInfo() 911 ok(!lstrcmpW(U(*info->pMoreInfo).pwszUrl, winehq), in test_decodeSpOpusInfo() [all …]
|
/reactos/modules/rostests/winetests/odbccp32/ |
H A D | misc.c | 334 ok(!lstrcmpW(buffer, wine), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 339 ok(!lstrcmpW(buffer, empty), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 344 ok(!lstrcmpW(buffer, empty), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 348 ok(!lstrcmpW(buffer, defaultX), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 352 ok(!lstrcmpW(buffer, def), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 356 ok(!lstrcmpW(buffer, defaultX), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 364 ok(!lstrcmpW(buffer, value), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 374 ok(!lstrcmpW(buffer, value0), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 385 ok(!lstrcmpW(buffer, testing), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW() 404 ok(!lstrcmpW(buffer, testing), "incorrect string '%s'\n", wine_dbgstr_w(buffer)); in test_SQLGetPrivateProfileStringW()
|
/reactos/modules/rostests/winetests/sxs/ |
H A D | sxs.c | 102 ok(lstrcmpW(info->pcwszTypeName, expected_type_name) == 0, "Got %s\n", in run_test() 104 ok(lstrcmpW(info->pcwszAssemblyIdentity, expected_assembly_identity) == 0, "Got %s\n", in run_test() 106 ok(lstrcmpW(info->pcwszRuntimeVersion, expected_runtime_version) == 0, "Got %s\n", in run_test()
|