JavaMethodRefTests.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/JavaMethodRefTests.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/JavaMethodRefTests.st	Wed Feb 20 23:05:49 2013 +0000
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !JavaMethodRefTests methodsFor:'permission tests'!
 
 testAccessingPPFromOutside
@@ -293,6 +294,7 @@
     "Created: / 23-05-2011 / 17:54:41 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMethodRefTests methodsFor:'resolving static tests'!
 
 testCorrectStaticResolving
@@ -312,6 +314,7 @@
     "Modified: / 08-12-2011 / 19:25:00 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMethodRefTests methodsFor:'resolving tests'!
 
 testCorrectInstanceCreation
@@ -423,10 +426,11 @@
     "Modified: / 23-05-2011 / 17:05:49 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaMethodRefTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMethodRefTests.st,v 1.2 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG