mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[WINESYNC]
- Sync comdlg32, crypt32, gdiplus, inetcomm, jscript, msctf, mshtml, msxml3, rsaenh, schannel, shlwapi, urlmon, usp10, wininet winetests. svn path=/trunk/; revision=46982
This commit is contained in:
@@ -156,7 +156,7 @@ static void test_charset(void)
|
||||
hr = MimeOleGetInternat(&internat);
|
||||
ok(hr == S_OK, "ret %08x\n", hr);
|
||||
|
||||
hr = IMimeInternational_FindCharset(internat, "non-existent", &hcs);
|
||||
hr = IMimeInternational_FindCharset(internat, "nonexistent", &hcs);
|
||||
ok(hr == MIME_E_NOT_FOUND, "got %08x\n", hr);
|
||||
|
||||
hr = IMimeInternational_FindCharset(internat, "windows-1252", &hcs_windows_1252);
|
||||
|
||||
Reference in New Issue
Block a user