mercurial/HGTests.st
changeset 93 2579830f6b61
parent 76 f047cf2fc688
child 103 04731ef44417
--- a/mercurial/HGTests.st	Thu Nov 22 11:50:47 2012 +0000
+++ b/mercurial/HGTests.st	Thu Nov 22 11:52:29 2012 +0000
@@ -50,10 +50,10 @@
     self assert:f1_txt isModified not.
     self assert:currentcs id revno == 5.
     self assert:currentcs parent1 = oldcs.
-    self assert:currentcs author = 'HGTests <hgtests@nowhere>'
+    self assert:currentcs author = 'test_basic_01a <test_basic_01a@HGTests>'
 
     "Created: / 19-09-2012 / 23:06:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 14-11-2012 / 19:43:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 22-11-2012 / 11:42:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !HGTests methodsFor:'tests - changesets'!