Searched refs:xmlFileInfo (Results 1 – 1 of 1) sorted by relevance
66 protected XSLTestfileInfo xmlFileInfo = new XSLTestfileInfo(); field in OutputSettingsTest105 xmlFileInfo.inputName = testBasePath + "OutputSettingsXML.xsl"; in doTestFileInit()106 xmlFileInfo.xmlName = testBasePath + "OutputSettingsXML.xml"; in doTestFileInit()108 xmlFileInfo.goldName = goldBasePath + "OutputSettingsXML"; in doTestFileInit()174 …reporter.logInfoMsg("xmlFileInfo newTemplates(" + QetestUtils.filenameToURL(xmlFileInfo.inputName)… in testCase2()175 …templates = factory.newTemplates(new StreamSource(QetestUtils.filenameToURL(xmlFileInfo.inputName)… in testCase2()182 … reporter.logInfoMsg("(2)xml transform(" + QetestUtils.filenameToURL(xmlFileInfo.xmlName) in testCase2()184 … transformer.transform(new StreamSource(QetestUtils.filenameToURL(xmlFileInfo.xmlName)), result); in testCase2()188 new File(xmlFileInfo.goldName + ".out"), in testCase2()190 + " gold: " + xmlFileInfo.goldName + ".out"); in testCase2()[all …]