d3dxof/tests: A spelling fix in a d3dxof ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c22c9b401a
commit
7035236fa9
|
@ -755,7 +755,7 @@ static void test_getname(void)
|
|||
hr = IDirectXFileData_GetName(lpdxfd, name, &length);
|
||||
ok(hr == DXFILE_OK, "IDirectXFileData_GetName: %x\n", hr);
|
||||
ok(length == 7, "Returned length should be 7 instead of %u\n", length);
|
||||
ok(!strcmp(name, "Object"), "Returned string should be 'Object' intead of '%s'\n", name);
|
||||
ok(!strcmp(name, "Object"), "Returned string should be 'Object' instead of '%s'\n", name);
|
||||
length = 3;
|
||||
hr = IDirectXFileData_GetName(lpdxfd, name, &length);
|
||||
ok(hr == DXFILEERR_BADVALUE, "IDirectXFileData_GetName: %x\n", hr);
|
||||
|
|
Loading…
Reference in New Issue