summaryrefslogtreecommitdiff
path: root/tests/test_libmat2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_libmat2.py')
-rw-r--r--tests/test_libmat2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py
index 796d2f1..3fba36a 100644
--- a/tests/test_libmat2.py
+++ b/tests/test_libmat2.py
@@ -885,4 +885,5 @@ class TestCleaning(unittest.TestCase):
885 os.remove('./tests/data/clean.cleaned.svg') 885 os.remove('./tests/data/clean.cleaned.svg')
886 os.remove('./tests/data/clean.cleaned.cleaned.svg') 886 os.remove('./tests/data/clean.cleaned.cleaned.svg')
887 887
888 888 p = images.SVGParser('./tests/data/weird.svg')
889 self.assertEqual(p.get_meta()['Xmlns'], 'http://www.w3.org/1337/svg')