You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2012/03/02 00:17:35 UTC

svn commit: r1295984 - /commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java

Author: marcosperanza
Date: Thu Mar  1 23:17:34 2012
New Revision: 1295984

URL: http://svn.apache.org/viewvc?rev=1295984&view=rev
Log:
Removed unused import

Modified:
    commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java

Modified: commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java?rev=1295984&r1=1295983&r2=1295984&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java (original)
+++ commons/sandbox/graph/trunk/src/test/java/org/apache/commons/graph/flow/FordFulkersonTestCase.java Thu Mar  1 23:17:34 2012
@@ -22,8 +22,6 @@ package org.apache.commons.graph.flow;
 import static org.apache.commons.graph.CommonsGraph.findMaxFlow;
 import static org.apache.commons.graph.CommonsGraph.newDirectedMutableWeightedGraph;
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.fail;
-
 
 import org.apache.commons.graph.Vertex;
 import org.apache.commons.graph.WeightedEdge;