[SCM] GUI front-end for Debian Live. branch, master, updated. d6ae12437ff380db2b87363283adc42142dc4637

Chris Lamb chris at chris-lamb.co.uk
Fri Apr 11 02:13:56 UTC 2008


The following commit has been merged in the master branch:
commit 30d7ba6cbc694e7a6a11f378dc2cb5c2b15dda0a
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Apr 11 01:05:03 2008 +0100

    test_config_constructor: Don't call Config.save() when not necessary
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/tests/test_config_constructor.py b/tests/test_config_constructor.py
index 1739c17..72267e6 100755
--- a/tests/test_config_constructor.py
+++ b/tests/test_config_constructor.py
@@ -42,7 +42,6 @@ class TestOther(TestConfigConstructor):
 
     def testHyphenatedOption(self):
         lh = Config(self.dir, packages_lists='my-package-list')
-        lh.save()
         self.assertEqual(lh.chroot['LH_PACKAGES_LISTS'], ['my-package-list'])
 
     def testSpaceInValue(self):

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list