reenabled a test

This commit is contained in:
David Halter
2012-10-24 16:45:35 +02:00
parent 106a3f953c
commit 5dba06caa8
2 changed files with 3 additions and 3 deletions

View File

@@ -157,11 +157,11 @@ class TestRegression(Base):
assert check(self.get_in_function_call(s5, (1, 4)), 'abs', 0)
assert check(self.get_in_function_call(s5, (1, 6)), 'abs', 1)
assert check(self.get_in_function_call(s6, (1, 13)), 'center', 0)
assert check(self.get_in_function_call(s6), 'center', 0)
assert check(self.get_in_function_call(s6, (1, 4)), 'str', 0)
# TODO uncomment!!!! this causes some very weird errors!
#assert check(self.get_in_function_call(s7), 'center', 0)
assert check(self.get_in_function_call(s7), 'center', 0)
assert check(self.get_in_function_call(s8), 'zip', 0)
assert check(self.get_in_function_call(s8, (1, 8)), 'str', 0)