mercurial/HGCommandParserTests.st
changeset 103 04731ef44417
parent 93 2579830f6b61
child 105 25e8ff9d2a31
--- a/mercurial/HGCommandParserTests.st	Fri Nov 23 23:13:22 2012 +0000
+++ b/mercurial/HGCommandParserTests.st	Tue Nov 27 18:02:09 2012 +0000
@@ -79,10 +79,10 @@
     self assert: ( id hexPrintString = '6F88E1F44D9E' ).
 
     id := (HGCommandParser on: '-1:0000000000000000000000000000000000000000') parseNodeId.
-    self assert: id == HGNodeId null.
+    self assert: id == HGChangesetId null.
 
     id := (HGCommandParser on: '-1:000000000000') parseNodeId.
-    self assert: id == HGNodeId null.
+    self assert: id == HGChangesetId null.
 
 
     "/ Too short id