RegressionTests__XMLCoderTests.st
branchjv
changeset 1499 26a16a04219b
parent 219 5c4ce125abf5
child 1500 d406a10b2965
--- a/RegressionTests__XMLCoderTests.st	Fri Jun 24 00:44:04 2016 +0100
+++ b/RegressionTests__XMLCoderTests.st	Wed Jun 29 21:40:53 2016 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'exept:regression' }"
+"{ Package: 'stx:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
 
@@ -100,7 +100,7 @@
     "test encoding an decoding of a Character"
 
     self encodeAndDecode:$a.
-    self encodeAndDecode:$ä.
+    self encodeAndDecode:$.
 
     "
      self run:#testCharacter
@@ -326,7 +326,7 @@
     "test encoding an decoding of a String"
 
     self encodeAndDecode:'hello world'.
-    self encodeAndDecode:'hello world üö#*ß'.
+    self encodeAndDecode:'hello world #*'.
     self encodeAndDecode:Character tab asString , 'with', 
                          Character tab asString, Character tab asString, 'tabs',
                          Character tab asString.