mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
ole32/tests: Remove test that tries to create a huge file on Windows.
This commit is contained in:
parent
84fc6ca390
commit
2b5376cbc1
@ -314,9 +314,6 @@ static void test_storage_stream(void)
|
||||
ok(r==S_OK, "failed to seek stream\n");
|
||||
r = IStream_SetSize(stm,p);
|
||||
ok(r==S_OK, "failed to set pos\n");
|
||||
p.u.HighPart = 1;
|
||||
r = IStream_SetSize(stm,p);
|
||||
ok(r==STG_E_INVALIDFUNCTION, "setting to invalid pos should fail with STG_E_INVALIDFUNCTION instead of error 0x%08x\n", r);
|
||||
pos.QuadPart = 10;
|
||||
r = IStream_Seek(stm, pos, STREAM_SEEK_SET, &p );
|
||||
ok(r==S_OK, "failed to seek stream\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user