summaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.py')
-rw-r--r--tests/run_tests.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index 5c108e5..c6a40a2 100644
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -122,6 +122,18 @@ class ItstoolTests(unittest.TestCase):
def test_EX_locNoteRefPointer_attribute_1(self):
self._test_pot_generation('EX-locNoteRefPointer-attribute-1.xml')
+ def test_PreserveSpace1(self):
+ self._test_pot_generation('preservespace1xml.xml')
+
+ def test_PreserveSpace2(self):
+ self._test_pot_generation('preservespace2xml.xml')
+
+ def test_PreserveSpace3(self):
+ self._test_pot_generation('preservespace3xml.xml')
+
+ def test_PreserveSpace4(self):
+ self._test_pot_generation('preservespace4xml.xml')
+
def test_Translate1(self):
self._test_translation_process('Translate1.xml')