This commit is contained in:
Eray Özkural
2005-06-23 12:57:09 +00:00
parent 13caee802c
commit b284388870
+1 -1
View File
@@ -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?