Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 77a2461418778cd8561bca70cb975485 > files > 1

xml-maven-plugin-1.0-4.mga3.src.rpm

--- 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.