#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Thu, 09 Nov 2017 10:43:37 +0100
changeset 692 781228855c60
parent 691 6bb8fca6b69b
child 693 7766f760b307
#QUALITY by cg class: TestAsserter comment/format in: #assert:description:
TestAsserter.st
--- a/TestAsserter.st	Thu Oct 12 13:58:48 2017 +0200
+++ b/TestAsserter.st	Thu Nov 09 10:43:37 2017 +0100
@@ -124,10 +124,10 @@
 
     <resource: #xxskipInDebuggersWalkBack>
 
-    ^self assert:aBooleanOrBlock description:aString resumable: false.
+    ^ self assert:aBooleanOrBlock description:aString resumable: false.
 
     "Modified: / 11-09-2010 / 15:34:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified (comment): / 13-07-2017 / 15:06:02 / cg"
+    "Modified (format): / 09-11-2017 / 10:03:58 / cg"
 !
 
 assert:aBooleanOrBlock description:aStringOrBlock resumable:resumableBoolean