diff --git a/test/test1.html b/test/test1.html
index ec200c8d..c28be868 100644
--- a/test/test1.html
+++ b/test/test1.html
@@ -177,20 +177,19 @@
var output = svgCanvas.getSvgString();
var has_xlink = output.indexOf('xmlns:xlink="http://www.w3.org/1999/xlink"') !== -1;
var has_se = output.indexOf('xmlns:se=') !== -1;
- var has_foo = output.indexOf('xmlns:foo=') === -1;
+ var has_foo = output.indexOf('xmlns:foo=') !== -1;
var has_attr = output.indexOf('se:foo="bar"') !== -1;
equals(has_attr, true, "Preserved namespaced attribute on export");
equals(has_xlink, true, "Included xlink: xmlns");
equals(has_se, true, "Included se: xmlns");
- equals(has_foo, true, "Did not include foo: xmlns");
+ equals(has_foo, false, "Did not include foo: xmlns");
});
test("Test import math elements inside a foreignObject", function() {
- expect(2);
- var set = svgCanvas.setSvgString('