JavaJUnitTests.st
branchdevelopment
changeset 2578 fc6186a4961f
parent 2429 ebece4dcaab9
child 2711 a00302fe5083
--- a/JavaJUnitTests.st	Thu May 02 00:07:31 2013 +0100
+++ b/JavaJUnitTests.st	Thu May 02 10:32:02 2013 +0100
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaJUnitTests class methodsFor:'resource'!
 
 resources
@@ -67,7 +66,6 @@
     "Modified: / 08-04-2011 / 17:03:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaJUnitTests methodsFor:'running'!
 
 setUp
@@ -78,7 +76,6 @@
     "Created: / 16-03-2011 / 15:28:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaJUnitTests methodsFor:'tests - jUnit 3.x'!
 
 test_junit3x_01
@@ -105,7 +102,6 @@
     "Modified: / 09-10-2011 / 16:56:54 / m"
 ! !
 
-
 !JavaJUnitTests methodsFor:'tests - jUnit 4.x'!
 
 test_junit4x_01
@@ -133,7 +129,6 @@
     "Modified: / 09-10-2011 / 16:57:01 / m"
 ! !
 
-
 !JavaJUnitTests class methodsFor:'documentation'!
 
 version_CVS