mercurial/HGCommandParserTests.st
changeset 466 ad91a31328a0
parent 458 52063f8ab1db
child 479 adf58d1ac45e
--- a/mercurial/HGCommandParserTests.st	Tue Nov 04 16:07:41 2014 +0000
+++ b/mercurial/HGCommandParserTests.st	Thu Nov 06 01:06:39 2014 +0000
@@ -677,6 +677,15 @@
 ') parseError ] raise: Error.
 
     "Created: / 02-07-2013 / 01:10:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+test_error_02
+
+    self should:[
+        (HGCommandParser on: '*** failed to import extension histedit: No module named histedit
+abort: repository /some/funny/directory not found!!') parseError ] raise: HGError.
+
+    "Created: / 06-11-2014 / 00:12:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !HGCommandParserTests methodsFor:'tests - misc'!