From 39e142c4f14b72d6a9f9c1b21e7b0a694101139f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 18 Jul 2005 22:51:14 +0000 Subject: [PATCH] =?UTF-8?q?dizinlerin=20bir=20k=C4=B1sm=C4=B1=20configfile?= =?UTF-8?q?=20i=C3=A7erisine=20gitmi=C5=9Fti.=20Test'i=20buna=20g=C3=B6re?= =?UTF-8?q?=20d=C3=BCzeltelim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/constantstests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/constantstests.py b/tests/constantstests.py index 406812f7..a6463c84 100644 --- a/tests/constantstests.py +++ b/tests/constantstests.py @@ -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" }