dizinlerin bir kısmı configfile içerisine gitmişti.

Test'i buna göre düzeltelim
This commit is contained in:
Barış Metin
2005-07-18 22:51:14 +00:00
parent 3b52633872
commit 39e142c4f1
+1 -2
View File
@@ -8,7 +8,7 @@ class ContextTestCase(unittest.TestCase):
def testConstness(self):
# test if we can get a const attribute?
try:
test = const.archives_dir_suffix
test = const.package_prefix
self.assertNotEqual(test, "")
except AttributeError:
self.fail("Couldn't get const attribute")
@@ -40,7 +40,6 @@ class ContextTestCase(unittest.TestCase):
constDict = {
"actions_file": "actions.py",
"setup_func": "setup",
"lib_dir_suffix": "/var/lib/pisi",
"metadata_xml": "metadata.xml"
}