Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37797942
en ru br
ALT Linux repos
S:1.0.2-alt1_5jpp11

Group :: Development/Java
RPM: xml-maven-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: remove-failing-it.patch
Download


--- src/test/java/org/codehaus/mojo/xml/test/TransformMojoTest.java.old	2012-02-21 11:39:04.824470906 -0500
+++ src/test/java/org/codehaus/mojo/xml/test/TransformMojoTest.java	2012-02-21 11:39:29.195166230 -0500
@@ -185,24 +185,6 @@
         return sw.toString();
     }
 
-    /**
-     * Builds the it7 test project.
-     */
-    public void testIt8() throws Exception
-    {
-        if ( !java1_6_Aware() )
-        {
-        	System.out.println( " skip test due to non compliance jvm version need 1.6" );
-            return;
-        }
-        final String dir = "src/test/it8";
-        runTest( dir );
-        Document doc1 = parse( new File( dir, "target/generated-resources/xml/xslt/doc1.xml" ) );
-        
-        assertEquals("SAXON 8.7 from Saxonica", eval( doc1, "/root/vendor" ) );
-        assertEquals("http://www.saxonica.com/", eval( doc1, "/root/vendor-url" ) );
-        assertEquals("2.0", eval( doc1, "/root/version" ) );
-    }
 
     /**
      * Builds the it10 test project.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin