From c99f5b852adb347dfc9c1c494f85c42921b4229e Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 25 Mar 2009 19:30:37 +0000 Subject: TutoriusV2 : Corrected the function detection function in actiontests.py --- (limited to 'src/sugar/tutorius/tests/actiontests.py') diff --git a/src/sugar/tutorius/tests/actiontests.py b/src/sugar/tutorius/tests/actiontests.py index 8eb7a89..d1de5fd 100644 --- a/src/sugar/tutorius/tests/actiontests.py +++ b/src/sugar/tutorius/tests/actiontests.py @@ -68,7 +68,7 @@ class PropsTest(unittest.TestCase): assert has_function(wrapper_instance, "get_properties"),\ "The wrapper does not have the 'get_properties' function." - def test_once_wrapper(self): + def test_once_wrapper_interface(self): """ Tests that the interface of the OnceWrapper actually conforms to the of the Action. -- cgit v0.9.1