diff --git a/dlls/oledb32/tests/database.c b/dlls/oledb32/tests/database.c index 8bdb1f948f4..c3551d085f1 100644 --- a/dlls/oledb32/tests/database.c +++ b/dlls/oledb32/tests/database.c @@ -596,7 +596,7 @@ static void test_rowposition(void) ok(hr == S_OK, "got 0x%08x\n", hr); hr = IConnectionPointContainer_EnumConnectionPoints(cpc, &enum_points); -todo_wine + todo_wine ok(hr == S_OK, "got 0x%08x\n", hr); if (hr == S_OK) { hr = IEnumConnectionPoints_Next(enum_points, 1, &cp, NULL);