Searched refs:htmlFileInfo (Results 1 – 1 of 1) sorted by relevance
67 protected XSLTestfileInfo htmlFileInfo = new XSLTestfileInfo(); field in OutputPropertiesTest118 htmlFileInfo.inputName = testBasePath + "OutputPropertiesHTML.xsl"; in doTestFileInit()119 htmlFileInfo.xmlName = testBasePath + "OutputPropertiesHTML.xml"; in doTestFileInit()120 htmlFileInfo.goldName = goldBasePath + "OutputPropertiesHTML.out"; in doTestFileInit()166 …ogInfoMsg("creating shared newTemplates(" + QetestUtils.filenameToURL(htmlFileInfo.inputName) + ")… in testCase2()167 …plates = factory.newTemplates(new StreamSource(QetestUtils.filenameToURL(htmlFileInfo.inputName))); in testCase2()174 … reporter.logInfoMsg("(0)shared transform(" + QetestUtils.filenameToURL(htmlFileInfo.xmlName) in testCase2()176 … transformer.transform(new StreamSource(QetestUtils.filenameToURL(htmlFileInfo.xmlName)), result); in testCase2()182 new File(htmlFileInfo.goldName), in testCase2()184 + " gold: " + htmlFileInfo.goldName) in testCase2()[all …]