#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 May 2018 18:26:26 +0200
changeset 708 35643bf43d6a
parent 707 cf2be5373855
child 709 bc89b620846e
#UI_ENHANCEMENT by cg class: TestAsserter changed: #assert:description:
TestAsserter.st
--- a/TestAsserter.st	Tue May 08 18:26:20 2018 +0200
+++ b/TestAsserter.st	Tue May 08 18:26:26 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/sunit' }"
 
 "{ NameSpace: Smalltalk }"
@@ -122,7 +124,7 @@
     "fail the testCase if aBooleanOrBlock evaluates to false, 
      and report aStringOrBlock's value as failure-description."
 
-    <resource: #xxskipInDebuggersWalkBack>
+    <resource: #skipInDebuggersWalkBack>
 
     ^ self assert:aBooleanOrBlock description:aString resumable: false.