JavaByteCodeDisassemblerTests.st
branchdevelopment
changeset 1847 5db5d57223fb
parent 1844 7f4dd9a13c2c
child 1915 d043048afdcd
--- a/JavaByteCodeDisassemblerTests.st	Sat Dec 01 12:49:51 2012 +0000
+++ b/JavaByteCodeDisassemblerTests.st	Sat Dec 01 13:05:45 2012 +0000
@@ -607,17 +607,6 @@
 
 !JavaByteCodeDisassemblerTests methodsFor:'tests2'!
 
-_testMultiBytePrintString
-    | badClass |
-    badClass := Java classForName: 'java.nio.charset.CharsetDecoder'.
-    self 
-        invoke: #'<init>(Ljava/nio/charset/Charset;FF)V'
-        class: badClass
-        args: #( 21 4 ).
-
-    "Created: / 30-11-2012 / 21:50:24 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-!
-
 testGetBoolean
 
             self 
@@ -812,8 +801,8 @@
 !
 
 testMultiBytePrintString
-    |badClass|
-
+<skip>
+    | badClass |
     badClass := Java classForName: 'java.nio.charset.CharsetDecoder'.
     self 
         invoke: #'<init>(Ljava/nio/charset/Charset;FF)V'
@@ -822,6 +811,7 @@
 
     "Created: / 23-03-2011 / 16:58:50 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
     "Modified (format): / 06-07-2012 / 21:57:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-12-2012 / 14:04:58 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 !
 
 testSetBoolean