Rev 5762: The test is now specific to ConfigObjStore and highlight a pending problem there. in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Apr 6 16:17:26 UTC 2011


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

------------------------------------------------------------
revno: 5762
revision-id: v.ladeuil+lp at free.fr-20110406161725-m78h5403y8munm0f
parent: v.ladeuil+lp at free.fr-20110406161518-3gbcvxmg44m18n0u
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-abstract-store
timestamp: Wed 2011-04-06 18:17:25 +0200
message:
  The test is now specific to ConfigObjStore and highlight a pending problem there.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py	2011-04-06 16:15:18 +0000
+++ b/bzrlib/tests/test_config.py	2011-04-06 16:17:25 +0000
@@ -2024,7 +2024,8 @@
     def test_get_embedded_sections(self):
         # A more complicated example (which also shows that section names and
         # option names share the same name space...)
-        # FIXME: This is really specific to ConfigObjStore -- vila 2011-04-05
+        # FIXME: This should be fixed by forbidding dicts as values ?
+        # -- vila 2011-04-05
         store = config.ConfigObjStore.from_string('''
 foo=bar
 l=1,2



More information about the bazaar-commits mailing list