Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-03-25 19:30:37 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-04-16 00:52:36 (GMT)
commitc99f5b852adb347dfc9c1c494f85c42921b4229e (patch)
tree84cf37d0e111b27b3f27a7a5e836269031298054 /src
parenta7fb172f8f1d62ad46795df60d9327e890e86f4c (diff)
TutoriusV2 : Corrected the function detection function in actiontests.py
Diffstat (limited to 'src')
-rw-r--r--src/sugar/tutorius/tests/actiontests.py2
1 files changed, 1 insertions, 1 deletions
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.