Tests moved to category SCM-Monticello-Tests
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 29 May 2013 02:00:46 +0200
changeset 809 611029a80428
parent 808 e1544cd3349d
child 810 ef323d10631d
Tests moved to category SCM-Monticello-Tests
test/MCAncestryTest.st
--- a/test/MCAncestryTest.st	Wed May 29 02:00:39 2013 +0200
+++ b/test/MCAncestryTest.st	Wed May 29 02:00:46 2013 +0200
@@ -1,12 +1,10 @@
-'From Smalltalk/X, Version:5.3.3 on 22-11-2006 at 13:59:48'                     !
-
 "{ Package: 'stx:goodies/monticello/test' }"
 
 MCTestCase subclass:#MCAncestryTest
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Tests'
+	category:'SCM-Monticello-Tests'
 !
 
 
@@ -133,5 +131,6 @@
 !MCAncestryTest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/test/MCAncestryTest.st,v 1.1 2006-11-22 13:00:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/test/MCAncestryTest.st,v 1.2 2013-05-29 00:00:46 vrany Exp $'
 ! !
+