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

Chris Lamb chris at chris-lamb.co.uk
Thu Jul 10 23:52:35 UTC 2008


The following commit has been merged in the master branch:
commit 243ac2be602b4641db4ec20264746e7abad49c83
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Jul 10 22:05:37 2008 +0100

    Remove tests for relocated get_build_dir utility.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/tests/test_utils.py b/tests/test_utils.py
deleted file mode 100755
index 59686db..0000000
--- a/tests/test_utils.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env python
-
-import unittest
-import os
-
-import sys
-sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-
-from DebianLive.utils import get_build_dir
-
-class TestUtils(unittest.TestCase):
-    def testBuildDir(self):
-        self.assertEqual(type(get_build_dir()), str)
-        self.assert_(len(get_build_dir()) > 0)
-
-if __name__ == "__main__":
-    unittest.main()

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list