JavaMonitorsTests.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/JavaMonitorsTests.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/JavaMonitorsTests.st	Fri Sep 06 02:45:44 2013 +0200
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaMonitorsTests class methodsFor:'accessing'!
 
 resources
@@ -66,7 +65,6 @@
     "Created: / 30-03-2012 / 13:38:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMonitorsTests methodsFor:'accessing'!
 
 timeout
@@ -75,7 +73,6 @@
     "Created: / 03-12-2012 / 19:35:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMonitorsTests methodsFor:'mh exploratory tests'!
 
 _testAssertInAnotherThreadShouldFail
@@ -149,7 +146,6 @@
     "Created: / 20-11-2011 / 20:50:11 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaMonitorsTests methodsFor:'multithreading testing support'!
 
 assert: aBoolean message: message 
@@ -210,7 +206,6 @@
     "Created: / 20-11-2011 / 20:55:30 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaMonitorsTests methodsFor:'tests'!
 
 testBruteForceEnter
@@ -371,7 +366,6 @@
     "Created: / 20-11-2011 / 14:51:22 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaMonitorsTests methodsFor:'tests-java'!
 
 test_releasing_01
@@ -438,7 +432,6 @@
     "Created: / 07-04-2012 / 08:42:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMonitorsTests methodsFor:'wait notify tests'!
 
 testManyThreadsWaitNotifyAll
@@ -572,11 +565,10 @@
     "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.2 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMonitorsTests.st,v 1.3 2013-09-06 00:41:24 vrany Exp $'
 !
 
 version_HG