Rev 3230: external references test_check needs to look for the absence of the warning string. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch

Robert Collins robertc at robertcollins.net
Thu Feb 21 05:36:13 GMT 2008


At http://people.ubuntu.com/~robertc/baz2.0/shallow-branch

------------------------------------------------------------
revno: 3230
revision-id:robertc at robertcollins.net-20080221053607-4jgwnpvx5s5hewhb
parent: robertc at robertcollins.net-20080220044500-vs5ywyhc85b2gavx
committer: Robert Collins <robertc at robertcollins.net>
branch nick: external_reference_tests
timestamp: Thu 2008-02-21 16:36:07 +1100
message:
  external references test_check needs to look for the absence of the warning string.
modified:
  bzrlib/tests/repository_external_reference_implementations/test_check.py test_check.py-20080220044229-sxxe747gzi6q8fyv-1
=== modified file 'bzrlib/tests/repository_external_reference_implementations/test_check.py'
--- a/bzrlib/tests/repository_external_reference_implementations/test_check.py	2008-02-20 04:45:00 +0000
+++ b/bzrlib/tests/repository_external_reference_implementations/test_check.py	2008-02-21 05:36:07 +0000
@@ -39,6 +39,4 @@
             referring.branch.repository.all_revision_ids())
         check_result.report_results(verbose=False)
         log = self._get_log(keep_log_file=True)
-        self.assertContainsRe(
-            log,
-            "0 inconsistent parents")
+        self.assertFalse("inconsistent parents" in log)



More information about the bazaar-commits mailing list