Rev 6406: test_id is not applicable (which is why is it skipped) to TransportIniFileStore. in file:///home/vila/src/bzr/cleanup/config-cmdline/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Jan 3 11:29:49 UTC 2012
At file:///home/vila/src/bzr/cleanup/config-cmdline/
------------------------------------------------------------
revno: 6406
revision-id: v.ladeuil+lp at free.fr-20120103112949-kkx7v85zn8t3c4h3
parent: v.ladeuil+lp at free.fr-20111223095722-51tqq9dks4h42k91
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-cmdline
timestamp: Tue 2012-01-03 12:29:49 +0100
message:
test_id is not applicable (which is why is it skipped) to TransportIniFileStore.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py 2011-12-23 09:57:22 +0000
+++ b/bzrlib/tests/test_config.py 2012-01-03 11:29:49 +0000
@@ -2664,7 +2664,7 @@
def test_id(self):
store = self.get_store(self)
if type(store) == config.TransportIniFileStore:
- raise tests.TestSkipped(
+ raise tests.TestNotApplicable(
"%s is not a concrete Store implementation"
" so it doesn't need an id" % (store.__class__.__name__,))
self.assertIsNot(None, store.id)
More information about the bazaar-commits
mailing list