stx_goodies_sunit.st
changeset 427 24632c550c74
parent 415 8d3ce0ca1696
child 440 4a544fda4bc8
--- a/stx_goodies_sunit.st	Sun Aug 21 17:28:31 2011 +0200
+++ b/stx_goodies_sunit.st	Sun Aug 21 17:28:33 2011 +0200
@@ -10,7 +10,7 @@
 !stx_goodies_sunit class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.30 2011-08-20 16:41:38 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.31 2011-08-21 15:28:33 cg Exp $'
 ! !
 
 !stx_goodies_sunit class methodsFor:'description'!
@@ -92,19 +92,21 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
-	Block sunitEnsure:
-	Block sunitOn:do:
-	Exception sunitAnnounce:toResult:
-	Exception sunitExitWith:
-	Object sunitAddDependent:
-	Object sunitChanged:
-	Object sunitRemoveDependent:
-	String sunitAsSymbol
-	String sunitMatch:
-	String sunitSubStrings
-	Symbol sunitAsClass
-	'GenericException class' sunitSignalWith:
+        Block sunitEnsure:
+        Block sunitOn:do:
+        GenericException sunitAnnounce:toResult:
+        GenericException sunitExitWith:
+        Object sunitAddDependent:
+        Object sunitChanged:
+        Object sunitRemoveDependent:
+        String sunitAsSymbol
+        String sunitMatch:
+        String sunitSubStrings
+        Symbol sunitAsClass
+        'GenericException class' sunitSignalWith:
     )
+
+    "Modified: / 21-08-2011 / 17:27:56 / cg"
 ! !
 
 !stx_goodies_sunit class methodsFor:'description - project information'!
@@ -141,11 +143,11 @@
 !stx_goodies_sunit class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.30 2011-08-20 16:41:38 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.31 2011-08-21 15:28:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.30 2011-08-20 16:41:38 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.31 2011-08-21 15:28:33 cg Exp $'
 !
 
 version_SVN