JavaScript Test - update test to match 1.8.1 and later serialization, bug 297025

This commit is contained in:
bclary@bclary.com 2007-05-08 10:10:11 -07:00
parent 21ffe3da8b
commit f7f790b29c

View File

@ -129,7 +129,7 @@ var link;
var xlinkNamespace;
printStatus(inSection(n++));
expect = '<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"/>';
expect = '<link xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"/>';
link = <link type="simple" />;
xlinkNamespace = new Namespace('xlink', 'http://www.w3.org/1999/xlink');