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

Chris Lamb chris at chris-lamb.co.uk
Fri Apr 4 17:23:22 UTC 2008


The following commit has been merged in the master branch:
commit 507c5df1990559a37514c9ef144d8ce4d9706908
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Apr 4 15:19:01 2008 +0100

    test/test_config.py: Don't use LH_APT as a test - it changes with host system
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/tests/test_config.py b/tests/test_config.py
index 78c034e..b1d2fd9 100755
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -56,7 +56,7 @@ class TestElements(TestConfig):
 
 class TestSetGetOptions(TestConfig):
     def testGet(self):
-        self.assertEqual(self.lh.common['LH_APT'], 'aptitude')
+        self.assertEqual(self.lh.common['LH_DEBCONF_PRIORITY'], 'critical')
 
     def testSet(self):
         self.lh.common['LH_APT'] = 'spam'

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list