JavaExceptionTests.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/JavaExceptionTests.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/JavaExceptionTests.st	Fri Sep 06 02:45:44 2013 +0200
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaExceptionTests class methodsFor:'accessing'!
 
 resources
@@ -66,7 +65,6 @@
     "Created: / 30-03-2012 / 13:38:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaExceptionTests methodsFor:'callbacks'!
 
 call: trhower with: aBoolean 
@@ -83,7 +81,6 @@
     "Created: / 03-04-2012 / 17:31:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaExceptionTests methodsFor:'error handling (interop)'!
 
 doesNotUnderstand:aMessage
@@ -117,7 +114,6 @@
     "Modified: / 15-12-2011 / 23:42:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaExceptionTests methodsFor:'running'!
 
 setUp
@@ -126,7 +122,6 @@
     "Created: / 03-04-2012 / 17:30:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaExceptionTests methodsFor:'tests'!
 
 test_01a
@@ -302,11 +297,10 @@
     "Modified: / 18-11-2012 / 18:04:42 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaExceptionTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaExceptionTests.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaExceptionTests.st,v 1.3 2013-09-06 00:41:23 vrany Exp $'
 !
 
 version_HG