From 3acabfe0d884bc628593773a5f8e798d52e486d2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 30 Sep 2010 21:39:13 +0300 Subject: NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterClass FileLock Due to the fact that any test with a UI may interfere with a UI test (test focus, active, ..), all tests are derived from the common UITestCase superclass, which decorates the test class with a FileLock at BeforeClass/AfterClass. Increased junit timeout to 10 min --- make/build-junit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/build-junit.xml b/make/build-junit.xml index 75215b03d..61d1043e0 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -24,7 +24,7 @@ - + -- cgit v1.2.3