From 03641bd7d15334ad3a4be9c337fc622f15884b05 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 25 Apr 2012 14:00:07 +0200 Subject: UITest, fix exception message: Add 'not'. --- src/test/com/jogamp/opengl/test/junit/util/UITestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/com/jogamp/opengl/test/junit/util/UITestCase.java b/src/test/com/jogamp/opengl/test/junit/util/UITestCase.java index cc5986f28..368291a29 100644 --- a/src/test/com/jogamp/opengl/test/junit/util/UITestCase.java +++ b/src/test/com/jogamp/opengl/test/junit/util/UITestCase.java @@ -59,7 +59,7 @@ public abstract class UITestCase { // singletonInstance = SingletonInstance.createFileLock(SINGLE_INSTANCE_LOCK_POLL, SINGLE_INSTANCE_LOCK_FILE); singletonInstance = SingletonInstance.createServerSocket(SINGLE_INSTANCE_LOCK_POLL, SINGLE_INSTANCE_LOCK_PORT); if(!singletonInstance.tryLock(SINGLE_INSTANCE_LOCK_TO)) { - throw new RuntimeException("Fatal: Could lock single instance: "+singletonInstance.getName()); + throw new RuntimeException("Fatal: Could not lock single instance: "+singletonInstance.getName()); } } } -- cgit v1.2.3