aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-12-24 20:17:52 +0100
committerSven Gothel <[email protected]>2012-12-24 20:17:52 +0100
commitb478cf3ead567fcc79fd8b75cade17efe0af3127 (patch)
tree75162205a9d1dc7a6cec52239edd7fdc6433d8f0 /make/build-test.xml
parent17fde6c517b4ccf91b07c7e86974019bcbfee642 (diff)
WT-NEWT Modifier mapping and test: part-4 (Fix unit tests): BaseNewtEventModifiers ignore more events (clicked, wheel, entered, exited); Fix TestNewtEventModifiersNewtCanvasSWT SWT-Display thread.
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 3402b4d9d..c4862cc0a 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -587,6 +587,7 @@
<batchtest todir="${results.test}">
<fileset dir="${classes}">
<include name="${java.dir.junit}/**/newt/**/Test*AWT*"/>
+ <!--include name="${java.dir.junit}/**/newt/**/TestNewtEventModifiers*AWT*"/-->
<exclude name="**/*$$*"/>
</fileset>
<formatter usefile="false" type="brief"/>