Rev 5569: Delete aborted attempt. in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Feb 17 16:51:03 UTC 2011


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

------------------------------------------------------------
revno: 5569
revision-id: v.ladeuil+lp at free.fr-20110217165103-464ch6d59fg3zdhs
parent: v.ladeuil+lp at free.fr-20110217144041-qdvjc0n2uslgbax2
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: interpolate
timestamp: Thu 2011-02-17 17:51:03 +0100
message:
  Delete aborted attempt.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py	2011-02-17 14:40:41 +0000
+++ b/bzrlib/tests/test_config.py	2011-02-17 16:51:03 +0000
@@ -528,13 +528,6 @@
         self.assertFileEqual(content, 'test.conf')
 
 
-class TestIniConfigInterpolate(tests.TestCaseInTempDir):
-
-    def test_simple_ref(self):
-        conf = config.IniBasedConfig.from_string('foo={bar}\nbar=baz\n')
-        self.assertEquals('baz', conf.get_user_option('foo'))
-
-
 class TestIniConfigInterpolation(tests.TestCase):
     """Test interpolation from the IniConfig level.
 



More information about the bazaar-commits mailing list