summaryrefslogtreecommitdiff
path: root/tests/test_libmat2.py
diff options
context:
space:
mode:
authorjvoisin2019-07-22 23:20:37 +0200
committerjvoisin2019-07-22 23:21:06 +0200
commit5280b6c2b3456a6083b5cf520796847b14225ed9 (patch)
treea0da733e7ee2ac4d16b65fd1d3e4ffa3b6da0355 /tests/test_libmat2.py
parenta81ea65d44a31e33307ed3b6a9ce3b2c0057d550 (diff)
Add a test for svg namespace
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')