You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/10/05 16:26:11 UTC

svn commit: r453247 - /incubator/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/PackageTest.java

Author: geirm
Date: Thu Oct  5 07:26:10 2006
New Revision: 453247

URL: http://svn.apache.org/viewvc?view=rev&rev=453247
Log:
HARMONY-1712

kernel test "PackageTest" broke because we have accurate info now :)

fixed


Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/PackageTest.java

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/PackageTest.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/PackageTest.java?view=diff&rev=453247&r1=453246&r2=453247
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/PackageTest.java (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/PackageTest.java Thu Oct  5 07:26:10 2006
@@ -53,7 +53,7 @@
         } else if (vendor.equals("BEA Systems, Inc.")) {
             assertEquals("Error2: unexpected title:", "...", s);
         } else if (vendor.equals("Intel DRL")) {
-            assertEquals("Error3: unexpected title:", "...", s);
+            assertEquals("Error3: unexpected title:", "Apache Harmony", s);
         }
     }
 
@@ -74,7 +74,7 @@
         } else if (vendor.equals("BEA Systems, Inc.")) {
             assertEquals("Error2: unexpected vendor:", "...", s);
         } else if (vendor.equals("Intel DRL")) {
-            assertEquals("Error3: unexpected vendor:", "...", s);
+            assertEquals("Error3: unexpected vendor:", "The Apache Software Foundation", s);
         }
     }