From ed74ed24a008ecc866e64c22e0b938d8ee1a4f1c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 23 Mar 2012 13:28:33 +1300 Subject: Add error indications to GridEditor. --- test/test_flow.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test_flow.py b/test/test_flow.py index 68555bd5..8a7da05c 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -1077,6 +1077,10 @@ class uReplaceHooks(libpry.AutoTree): h.run(f) assert f.request.content == "bar" + assert not h.add("~", "foo", "bar") + assert not h.add("foo", "*", "bar") + + tests = [ uReplaceHooks(), -- cgit v1.2.3