Rev 5489: (gz) Fix failing bb.test_filesystem_cicp tests (Martin [gz]) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Oct 12 12:24:01 BST 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5489 [merge]
revision-id: pqm at pqm.ubuntu.com-20101012112358-2j201bv0jyyi52s4
parent: pqm at pqm.ubuntu.com-20101012104330-tsonnndvloj18v4q
parent: gzlist at googlemail.com-20101012102115-3qow0vellffrgkmj
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2010-10-12 12:23:58 +0100
message:
  (gz) Fix failing bb.test_filesystem_cicp tests (Martin [gz])
modified:
  bzrlib/tests/blackbox/test_filesystem_cicp.py test_filesystem_cicp-20081028010456-vclkg401m81keaxc-1
=== modified file 'bzrlib/tests/blackbox/test_filesystem_cicp.py'
--- a/bzrlib/tests/blackbox/test_filesystem_cicp.py	2010-06-23 08:19:28 +0000
+++ b/bzrlib/tests/blackbox/test_filesystem_cicp.py	2010-10-12 10:21:15 +0000
@@ -131,8 +131,8 @@
     def test_mv_newname(self):
         wt = self._make_mixed_case_tree()
         run_script(self, """
-            $ bzr add
-            $ bzr ci -m message
+            $ bzr add -q
+            $ bzr ci -qm message
             $ bzr mv camelcaseparent/camelcase camelcaseparent/NewCamelCase
             CamelCaseParent/CamelCase => CamelCaseParent/NewCamelCase
             """)
@@ -142,8 +142,8 @@
         # In this case we can specify the incorrect case for the destination,
         # as we use --after, so the file-system is sniffed.
         run_script(self, """
-            $ bzr add 
-            $ bzr ci -m message
+            $ bzr add -q
+            $ bzr ci -qm message
             $ mv CamelCaseParent/CamelCase CamelCaseParent/NewCamelCase
             $ bzr mv --after camelcaseparent/camelcase camelcaseparent/newcamelcase
             CamelCaseParent/CamelCase => CamelCaseParent/NewCamelCase




More information about the bazaar-commits mailing list