From b284388870fa82e19befeafbc48f824c1359100c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Thu, 23 Jun 2005 12:57:09 +0000 Subject: [PATCH] --- tests/contexttests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/contexttests.py b/tests/contexttests.py index 5c6b6c7d..3c097bb3 100644 --- a/tests/contexttests.py +++ b/tests/contexttests.py @@ -5,7 +5,7 @@ from pisi import context class ContextTestCase(unittest.TestCase): def setUp(self): - self.ctx = context.Context("samples/popt/popt.pspec") + self.ctx = context.BuildContext("samples/popt/popt.pspec") def testConstness(self): # test if we can get a const attribute?