# HG changeset patch # User Nicholas Jillings # Date 1511278010 0 # Node ID 325940450125f291e9dd7b8533f473f9371800ee # Parent a5da95ad84f9dd19821460c1b1515e7a8f69ffcb #257 Use ISO-8859-1 for test files diff -r a5da95ad84f9 -r 325940450125 test_create/test_core.js --- a/test_create/test_core.js Tue Nov 21 11:45:54 2017 +0000 +++ b/test_create/test_core.js Tue Nov 21 15:26:50 2017 +0000 @@ -133,7 +133,7 @@ $s.validate = function () { var s = new XMLSerializer(); var Module = { - xml: s.serializeToString(specification.encode()), + xml: "" + s.serializeToString(specification.encode()), schema: specification.getSchemaString(), arguments: ["--noout", "--schema", 'test-schema.xsd', 'document.xml'] };