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?