JavaMonitorsTests.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2678 c865275e48a7
--- a/JavaMonitorsTests.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/JavaMonitorsTests.st	Mon Feb 25 12:15:35 2013 +0100
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !JavaMonitorsTests class methodsFor:'accessing'!
 
 resources
@@ -65,6 +66,7 @@
     "Created: / 30-03-2012 / 13:38:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests methodsFor:'accessing'!
 
 timeout
@@ -73,6 +75,7 @@
     "Created: / 03-12-2012 / 19:35:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests methodsFor:'mh exploratory tests'!
 
 _testAssertInAnotherThreadShouldFail
@@ -146,6 +149,7 @@
     "Created: / 20-11-2011 / 20:50:11 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests methodsFor:'multithreading testing support'!
 
 assert: aBoolean message: message 
@@ -206,6 +210,7 @@
     "Created: / 20-11-2011 / 20:55:30 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests methodsFor:'tests'!
 
 testBruteForceEnter
@@ -366,6 +371,7 @@
     "Created: / 20-11-2011 / 14:51:22 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests methodsFor:'tests-java'!
 
 test_releasing_01
@@ -432,6 +438,7 @@
     "Created: / 07-04-2012 / 08:42:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests methodsFor:'wait notify tests'!
 
 testManyThreadsWaitNotifyAll
@@ -565,10 +572,11 @@
     "Created: / 22-11-2011 / 12:51:13 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMonitorsTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaMonitorsTests.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMonitorsTests.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
 !
 
 version_HG