Rev 2474: Fix the one test that depended on 'aliases:\n' in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Mon Apr 30 23:04:53 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 2474
revision-id: john at arbash-meinel.com-20070430220441-wt7s23q3s2y2sg57
parent: john at arbash-meinel.com-20070430210334-a543p33oz62yo26k
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2007-04-30 17:04:41 -0500
message:
  Fix the one test that depended on 'aliases:\n'
modified:
  bzrlib/tests/blackbox/test_too_much.py blackbox.py-20050620052131-a7370d756399f615
-------------- next part --------------
=== modified file 'bzrlib/tests/blackbox/test_too_much.py'
--- a/bzrlib/tests/blackbox/test_too_much.py	2007-04-25 06:50:22 +0000
+++ b/bzrlib/tests/blackbox/test_too_much.py	2007-04-30 22:04:41 +0000
@@ -434,7 +434,7 @@
         runbzr("help slartibartfast", 3)
 
         out = capture("help ci")
-        out.index('aliases:\n')
+        out.index('aliases: ci, checkin\n')
 
         f = file('hello.txt', 'wt')
         f.write('some nice new content\n')



More information about the bazaar-commits mailing list