JavaRefsAndConstantPoolTestCase.st
branchdevelopment
changeset 2960 d133d35e293b
parent 2731 13f5be2bf83b
child 2992 732f9db2a195
child 3003 c9f0019485ff
--- a/JavaRefsAndConstantPoolTestCase.st	Tue Dec 10 10:46:13 2013 +0000
+++ b/JavaRefsAndConstantPoolTestCase.st	Tue Dec 10 22:33:43 2013 +0000
@@ -234,9 +234,10 @@
 !
 
 javaLangObject
-^Java classForName:'java.lang.Object'.
+    ^Java classForName:'stx.libjava.tests.StringTests'.
 
     "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'!