test_push_autoprops: use stupid mode metaclass

This commit is contained in:
Dan Villiom Podlaski Christiansen 2013-08-09 23:45:58 +02:00
parent 9a939cdefa
commit 52e91bcd39

View File

@ -22,7 +22,7 @@ class PushAutoPropsTests(test_util.TestBase):
"*.py = test:prop=success\n") "*.py = test:prop=success\n")
changes = [('test.py', 'test.py', 'echo hallo')] changes = [('test.py', 'test.py', 'echo hallo')]
self.commitchanges(changes) self.commitchanges(changes)
self.pushrevisions(True) self.pushrevisions()
prop_val = test_util.svnpropget( prop_val = test_util.svnpropget(
self.repo_path, "trunk/test.py", 'test:prop') self.repo_path, "trunk/test.py", 'test:prop')
self.assertEqual('success', prop_val) self.assertEqual('success', prop_val)