Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-12-05 21:46:44 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-12-05 21:46:44 (GMT)
commit78e5ac76f9beed4bb0822c5fd6ee39b2a0b2b65d (patch)
tree47d02148fb5293e2b61fc819e7fcd8099d4b3e25 /tests
parentd9eb3274aaa6e1395c86c4dfaa488e493969857b (diff)
ResourceTranslation : Fixed comments and whitespacestring_translation_current
Diffstat (limited to 'tests')
-rw-r--r--tests/translatortests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/translatortests.py b/tests/translatortests.py
index ede7dee..171542c 100644
--- a/tests/translatortests.py
+++ b/tests/translatortests.py
@@ -129,5 +129,6 @@ class ResourceTranslatorTests(unittest.TestCase):
for container in list_action.nested_list:
assert getattr(container, "resource").type == "file", "Element of list was not converted properly"
- def test_string_transation(self):
+ def test_string_translation(self):
+ # TODO : Once we have enough time. ;)
pass