Author: maartenc
Date: Wed Jun  4 14:54:02 2008
New Revision: 663380

URL: http://svn.apache.org/viewvc?rev=663380&view=rev
Log:
Set graphml to false before executing the report task...

Modified:
    ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyReportTest.java

Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyReportTest.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyReportTest.java?rev=663380&r1=663379&r2=663380&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyReportTest.java 
(original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyReportTest.java Wed Jun  
4 14:54:02 2008
@@ -94,8 +94,8 @@
             res.setFile(new 
File("test/java/org/apache/ivy/ant/ivy-simple.xml"));
             res.execute();
     
-            report.execute();
             report.setGraph(false);
+            report.execute();
             
             assertTrue(new 
File("apache-resolve-simple-default.html").exists());
             assertTrue(new File("ivy-report.css").exists()); // IVY-826


Reply via email to