Author: edwardyoon
Date: Tue Jan  3 11:49:30 2012
New Revision: 1226747

URL: http://svn.apache.org/viewvc?rev=1226747&view=rev
Log:
Change method name from testShortestPathsWithWrongArgs to testShortestPaths.

Modified:
    
incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/ShortestPathsTest.java

Modified: 
incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/ShortestPathsTest.java
URL: 
http://svn.apache.org/viewvc/incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/ShortestPathsTest.java?rev=1226747&r1=1226746&r2=1226747&view=diff
==============================================================================
--- 
incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/ShortestPathsTest.java
 (original)
+++ 
incubator/hama/trunk/examples/src/test/java/org/apache/hama/examples/ShortestPathsTest.java
 Tue Jan  3 11:49:30 2012
@@ -41,7 +41,7 @@ public class ShortestPathsTest extends T
   private Configuration conf;
   private FileSystem fs;
 
-  public void testShortestPathsWithWrongArgs() throws IOException,
+  public void testShortestPaths() throws IOException,
       InterruptedException, ClassNotFoundException, InstantiationException,
       IllegalAccessException {
     conf = new HamaConfiguration();


Reply via email to