JavaRefsAndConstantPoolTestCase.st
branchdevelopment
changeset 3003 c9f0019485ff
parent 2960 d133d35e293b
child 3004 659fb25645b0
--- a/JavaRefsAndConstantPoolTestCase.st	Sat Jan 25 21:35:58 2014 +0100
+++ b/JavaRefsAndConstantPoolTestCase.st	Sat Jan 25 21:47:20 2014 +0100
@@ -234,10 +234,9 @@
 !
 
 javaLangObject
-    ^Java classForName:'stx.libjava.tests.StringTests'.
+^Java classForName:'java.lang.Object'.
 
     "Created: / 12-05-2011 / 19:09:15 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-    "Modified: / 10-12-2013 / 18:24:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaRefsAndConstantPoolTestCase methodsFor:'refs creation'!
@@ -349,7 +348,7 @@
 !
 
 version_SVN
-    ^ 'Id'
+    ^ '§Id§'
 ! !
 
 !JavaRefsAndConstantPoolTestCase::JavaExceptionThrowerMock methodsFor:'exceptions'!
@@ -407,6 +406,6 @@
 !
 
 version_SVN
-    ^ 'Id'
+    ^ '§Id§'
 ! !