mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
9756d84f6c
commit
0beda486ca
1 changed files with 1 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue