mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[WINESYNC] msi: Wrap around to first record at end of view in MSI_ViewFetch.
Signed-off-by: Jinoh Kang <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id 547492007e17ed7fe3c2e5ffd5f58f0d46a40048 by Jinoh Kang <[email protected]>
This commit is contained in:
@@ -9343,7 +9343,7 @@ static void test_viewfetch_wraparound(void)
|
||||
winetest_push_context( "Record #%d", i );
|
||||
|
||||
r = MsiViewFetch( view, &rec );
|
||||
todo_wine_if(tries > 0) ok( r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r );
|
||||
ok( r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r );
|
||||
if (r != ERROR_SUCCESS)
|
||||
{
|
||||
winetest_pop_context();
|
||||
|
||||
Reference in New Issue
Block a user