From 1a842db6eee5463745a81c79aba9ec358fa1f01e Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Tue, 25 Apr 2006 08:11:20 +0000 Subject: [PATCH] =?UTF-8?q?#2575=20sonras=C4=B1=20initvariable=20geldi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/actionsapitests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/actionsapitests.py b/tests/actionsapitests.py index 43b4f4ea..247bd9d5 100644 --- a/tests/actionsapitests.py +++ b/tests/actionsapitests.py @@ -17,7 +17,10 @@ import testcase class ActionsAPITestCase(testcase.TestCase): def setUp(self): + from pisi.actionsapi.variables import initVariables + testcase.TestCase.setUp(self) + initVariables() #FIXME: test incomplete return self.f = zipfile.ZipFile("helloworld-0.1-1.pisi", "r")