[REG_WINETEST]

- Addendum to r71232: we no longer need to skip this test.
ROSTESTS-200

svn path=/trunk/; revision=71236
This commit is contained in:
Thomas Faber 2016-05-02 20:30:59 +00:00
parent 9756d84f6c
commit 0beda486ca

View file

@ -450,10 +450,7 @@ START_TEST(reg)
return;
}
if (!winetest_interactive)
skip("ROSTESTS-200: Skipping test_add because of exceptions in Cm.\n");
else
test_add();
test_add();
test_delete();
test_query();
test_v_flags();