Re: winmm/tests: Don't use 0x55 to avoid any confusion when running with+heap.
2 Mar
2008
2 Mar
'08
4:09 a.m.
"Francois Gouget" <fgouget(a)free.fr> wrote:
mmioSeek(hmmio, 0, SEEK_SET); - memset(&ck, 0x55, sizeof(ck)); + memset(&ck, 0x66, sizeof(ck)); ret = mmioDescend(hmmio, &ck, NULL, MMIO_FINDCHUNK); ok(ret == MMIOERR_CHUNKNOTFOUND || ret == MMIOERR_INVALIDFILE, "mmioDescend returned %u\n", ret); @@ -162,7 +162,7 @@ static void test_mmioDescend(void) ok(ck.dwDataOffset != 0x55555555, "wrong dwDataOffset: %04x\n", ck.dwDataOffset);
The 'ok' above (and 2 tests before it) will fail with your changes. -- Dmitry.
6495
Age (days ago)
6495
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov