You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/10/12 19:13:40 UTC

svn commit: r824428 - /harmony/enhanced/classlib/branches/java6/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/TreeMapTest.java

Author: hindessm
Date: Mon Oct 12 17:13:40 2009
New Revision: 824428

URL: http://svn.apache.org/viewvc?rev=824428&view=rev
Log:
Hack to fix build break caused by r824295.  Jimmy feel free to do something
more appropriate.

Modified:
    harmony/enhanced/classlib/branches/java6/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/TreeMapTest.java

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/TreeMapTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/TreeMapTest.java?rev=824428&r1=824427&r2=824428&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/TreeMapTest.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/TreeMapTest.java Mon Oct 12 17:13:40 2009
@@ -861,7 +861,7 @@
     /**
      * @tests java.util.TreeMap#subMap()
      */
-    public void test_subMap_Iterator() {
+    public void test_subMap_Iterator2() {
         TreeMap<String, String> map = new TreeMap<String, String>();
 
         String[] keys = { "1", "2", "3" };
@@ -2040,4 +2040,4 @@
             tm.put(x.toString(), x);
         }
     }
-}
\ No newline at end of file
+}