JavaRefsAndConstantPoolTestCase.st
branchdevelopment
changeset 1999 3523d3da8d7a
parent 1987 596f7d5cb7cd
parent 1998 c276f0750b84
child 2004 160dfe552938
--- a/JavaRefsAndConstantPoolTestCase.st	Thu Jan 24 15:49:03 2013 +0000
+++ b/JavaRefsAndConstantPoolTestCase.st	Fri Jan 25 00:15:14 2013 +0000
@@ -175,7 +175,7 @@
 !
 
 getCrateClassReadStream
-    ^ ((Smalltalk getPackageDirectoryForPackage: #stx:libjava) 
+    ^ ((stx_libjava packageDirectory / 'tests' ) 
         / 'libjava' / 'bin' 
         / 'stx' / 'libjava' 
         / 'tests' / 'mocks' 
@@ -183,7 +183,7 @@
 
     "Created: / 10-05-2011 / 12:13:31 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
     "Modified: / 12-05-2011 / 16:26:34 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-    "Modified: / 22-01-2013 / 23:27:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-01-2013 / 23:23:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 getPrettyBigConstantPool
@@ -348,7 +348,7 @@
 !
 
 version_SVN
-    ^ '§Id§'
+    ^ 'Id'
 ! !
 
 !JavaRefsAndConstantPoolTestCase::JavaExceptionThrowerMock methodsFor:'exceptions'!
@@ -402,6 +402,6 @@
 !
 
 version_SVN
-    ^ '§Id§'
+    ^ 'Id'
 ! !