From c3a556df81e5a76b88e5dc95cd9b5d8fdd72ee4a Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 24 Feb 2014 21:57:57 +0100 Subject: [PATCH] [Minor] trying to fix broken LockingTest which has an infinite loop --- src/test/java/li/strolch/service/test/LockingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/li/strolch/service/test/LockingTest.java b/src/test/java/li/strolch/service/test/LockingTest.java index bf32bbc1c..3d6e5c944 100644 --- a/src/test/java/li/strolch/service/test/LockingTest.java +++ b/src/test/java/li/strolch/service/test/LockingTest.java @@ -48,7 +48,7 @@ public class LockingTest { private static final String RESOURCE_LOCATOR = "Resource/TestType/MyTestResource"; protected static RuntimeMock runtimeMock; - private boolean run; + private volatile boolean run; @BeforeClass public static void beforeClass() {