Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/serializertests.py
diff options
context:
space:
mode:
authorJean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-19 22:08:17 (GMT)
committer Jean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-19 22:08:17 (GMT)
commitffaa84c5c20110ea0461fa2096cb66f71b3e84e6 (patch)
tree311752bad23a40c4a3f48616b1bfee30cf9a9020 /src/sugar/tutorius/tests/serializertests.py
parentb94b444aaab2680bcdc6b85c0a00ed929dd58ef7 (diff)
Loading function for XMl in bundler.py
Diffstat (limited to 'src/sugar/tutorius/tests/serializertests.py')
-rw-r--r--src/sugar/tutorius/tests/serializertests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/tutorius/tests/serializertests.py b/src/sugar/tutorius/tests/serializertests.py
index c2aeda1..12e7ab8 100644
--- a/src/sugar/tutorius/tests/serializertests.py
+++ b/src/sugar/tutorius/tests/serializertests.py
@@ -80,7 +80,7 @@ class XMLSerializerTest(unittest.TestCase):
# Compare the two files
- #Remove test file and path
+ #Remove test file and path (commented for testing, to uncomment)
## os.remove(testpath + os.path.join(sugar.tutorius.bundler._get_store_root(), str(self.uuid)) + "/fsm.xml")
## os.removedirs(testpath)