diff --git a/test/specs/PO039-test.js b/test/specs/PO039-test.js index e11fe83..67c0961 100644 --- a/test/specs/PO039-test.js +++ b/test/specs/PO039-test.js @@ -31,7 +31,7 @@ const test = (suffix, cb) => { const fqfname = path.join(rootDir, filename), policyXml = fs.readFileSync(fqfname, "utf-8"), doc = new Dom().parseFromString(policyXml), - p = new Policy(doc.documentElement, this); + p = new Policy(rootDir, filename, this, doc); p.getElement = () => doc.documentElement;