Rev 5766: Oops, test class name collision. in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Apr 7 20:55:00 UTC 2011


At file:///home/vila/src/bzr/experimental/config/

------------------------------------------------------------
revno: 5766
revision-id: v.ladeuil+lp at free.fr-20110407205500-6z8op5j2tl31a9dt
parent: v.ladeuil+lp at free.fr-20110407152502-l8v73ps1k0812dfj
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-concrete-stores
timestamp: Thu 2011-04-07 22:55:00 +0200
message:
  Oops, test class name collision.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py	2011-04-07 09:28:46 +0000
+++ b/bzrlib/tests/test_config.py	2011-04-07 20:55:00 +0000
@@ -2086,7 +2086,7 @@
     # at possible fallouts for concurrent lockers -- vila 20110-04-06
 
 
-class TestConfigObjStore(tests.TestCaseWithTransport):
+class TestConcreteConfigObjStores(tests.TestCaseWithTransport):
 
     def test_global_store(self):
         store = config.GlobalStore()
@@ -2098,6 +2098,7 @@
         b = self.make_branch('.')
         store = config.BranchStore(b)
 
+
 class TestConfigGetOptions(tests.TestCaseWithTransport, TestOptionsMixin):
 
     def setUp(self):



More information about the bazaar-commits mailing list