Unit Tests

- Typos in template.t.
This commit is contained in:
Paul Beckingham 2015-02-01 12:36:54 -05:00
parent 10c1b5f902
commit 5de80eedeb

View file

@ -135,7 +135,7 @@ sys.exit(0)
def test_onmodify_builtin_with_log(self):
# Testing a builtin hook and keeping track of its input/output
# The builtin hook in found in test/test_hooks
# The builtin hook is found in test/test_hooks
hookname = "on-modify-for-template.py"
self.t.hooks.add_default(hookname, log=True)
@ -159,7 +159,7 @@ sys.exit(0)
def test_onmodify_bad_builtin_with_log(self):
# Testing a builtin hook and keeping track of its input/output
# The builtin hook in found in test/test_hooks
# The builtin hook is found in test/test_hooks
hookname = "on-modify-for-template-badexit.py"
self.t.hooks.add_default(hookname, log=True)