Rev 4652: Catch up fix for #347649. in file:///home/vila/src/bzr/bugs/leopard-regression/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Aug 26 10:06:03 BST 2009


At file:///home/vila/src/bzr/bugs/leopard-regression/

------------------------------------------------------------
revno: 4652
revision-id: v.ladeuil+lp at free.fr-20090826090602-uu9vapyw6yhbz6ak
parent: pqm at pqm.ubuntu.com-20090826012647-b3egio20x35g31yd
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: leopard-regression
timestamp: Wed 2009-08-26 11:06:02 +0200
message:
  Catch up fix for #347649.
  
  * bzrlib/tests/blackbox/test_filesystem_cicp.py:
  (TestMisc.test_status): status display parents if modified
-------------- next part --------------
=== modified file 'bzrlib/tests/blackbox/test_filesystem_cicp.py'
--- a/bzrlib/tests/blackbox/test_filesystem_cicp.py	2009-04-06 08:17:53 +0000
+++ b/bzrlib/tests/blackbox/test_filesystem_cicp.py	2009-08-26 09:06:02 +0000
@@ -216,12 +216,19 @@
 
 
 class TestMisc(TestCICPBase):
+
     def test_status(self):
         wt = self._make_mixed_case_tree()
         self.run_bzr('add')
 
-        self.check_output('added:\n  CamelCaseParent/CamelCase\n  lowercaseparent/lowercase\n',
-                          'status camelcaseparent/camelcase LOWERCASEPARENT/LOWERCASE')
+        self.check_output(
+            """added:
+  CamelCaseParent/
+  CamelCaseParent/CamelCase
+  lowercaseparent/
+  lowercaseparent/lowercase
+""",
+            'status camelcaseparent/camelcase LOWERCASEPARENT/LOWERCASE')
 
     def test_ci(self):
         wt = self._make_mixed_case_tree()



More information about the bazaar-commits mailing list