diff options
author | Sven Gothel <[email protected]> | 2011-05-01 06:40:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-01 06:40:46 +0200 |
commit | cf2ebbf3e584e7f7a15c323633a495b119ece37e (patch) | |
tree | 666ea397394763b5a0dda24614aa53e5db2d526a /make/build-test.xml | |
parent | 05a11c5918f12e376d89b0fcb237e4afe356278c (diff) |
UI Tests/Robot: Attempt to stabilize UI tests (focus/input)
Focus: Always programmatic, clear global focus state upfront
Key/Mouse Input: Retry w/ optional focus request if lost ..
Dropped redundant robot delays, ie between keypress/release.
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 18b131594..9dfc526c9 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -45,6 +45,7 @@ <delete includeEmptyDirs="true" quiet="true"> <fileset dir="${build.test}" /> <fileset dir="." includes="*.tga" /> + <fileset file="${jogl.test.jar}" /> </delete> </target> |