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-20 05:01:59 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-03-20 05:01:59 (GMT)
commitcccd3b52cc484c6343f8959f20b5b659dbfa84c6 (patch)
treeae62664f9943fc794e7668eb626e4c479dee9f75 /src
parent544cb24625991e73cb3414c1db3496c3a1f6021c (diff)
TutoriusV2 : Removing extraneous text output in creator test
Diffstat (limited to 'src')
-rw-r--r--src/sugar/tutorius/tests/linear_creatortests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sugar/tutorius/tests/linear_creatortests.py b/src/sugar/tutorius/tests/linear_creatortests.py
index b328c45..3bc06f9 100644
--- a/src/sugar/tutorius/tests/linear_creatortests.py
+++ b/src/sugar/tutorius/tests/linear_creatortests.py
@@ -42,9 +42,7 @@ class CreatorTests(unittest.TestCase):
creator.event(TriggerEventFilter("Not good either..."))
fsm = creator.generate_fsm()
- print "------------- Generated FSM -------------------"
- print str(fsm)
- print "-----------------------------------------------"
+
# Make sure everything worked!
assert fsm.name == fsm_name, "Name was not set properly"