projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c3f23
)
[User32_wineTest]
author
James Tabor
<james.tabor@reactos.org>
Sat, 1 Oct 2016 18:51:46 +0000
(18:51 +0000)
committer
James Tabor
<james.tabor@reactos.org>
Sat, 1 Oct 2016 18:51:46 +0000
(18:51 +0000)
- Enable skipped test_activateapp tests.
svn path=/trunk/; revision=72881
rostests/winetests/user32/win.c
patch
|
blob
|
history
diff --git
a/rostests/winetests/user32/win.c
b/rostests/winetests/user32/win.c
index
d1747c9
..
7b34dc1
100644
(file)
--- a/
rostests/winetests/user32/win.c
+++ b/
rostests/winetests/user32/win.c
@@
-9551,10
+9551,7
@@
START_TEST(win)
test_smresult();
test_GetMessagePos();
- if (!winetest_interactive)
- skip("ROSTESTS-208: Skipping test_activateapp(hwndMain).\n");
- else
- test_activateapp(hwndMain);
+ test_activateapp(hwndMain);
test_winproc_handles(argv[0]);
test_deferwindowpos();