< prev index next >

test/javax/xml/jaxp/functional/test/astro/AstroTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 33,46 **** import java.nio.file.Paths; import java.util.List; import javax.xml.transform.sax.TransformerHandler; - import jaxp.library.JAXPFileBaseTest; - import org.testng.annotations.BeforeClass; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; /* * @summary run astro application, test xslt * --- 33,45 ---- import java.nio.file.Paths; import java.util.List; import javax.xml.transform.sax.TransformerHandler; import org.testng.annotations.BeforeClass; import org.testng.annotations.DataProvider; + import org.testng.annotations.Listeners; import org.testng.annotations.Test; /* * @summary run astro application, test xslt *
*** 64,74 **** * and then compares the output with the golden files to determine PASS or FAIL. * It provides variant implementations of FilterFactory and InputSourceFactory to * AstroProcessor to test different JAXP classes and features. * */ ! public class AstroTest extends JAXPFileBaseTest { private FiltersAndGolden[] data; @BeforeClass public void setup() throws Exception { data = new FiltersAndGolden[4]; --- 63,74 ---- * and then compares the output with the golden files to determine PASS or FAIL. * It provides variant implementations of FilterFactory and InputSourceFactory to * AstroProcessor to test different JAXP classes and features. * */ ! @Listeners({jaxp.library.FilePolicy.class}) ! public class AstroTest { private FiltersAndGolden[] data; @BeforeClass public void setup() throws Exception { data = new FiltersAndGolden[4];
< prev index next >