Author: niallp
Date: Tue Jun 12 06:35:32 2007
New Revision: 546480

URL: http://svn.apache.org/viewvc?view=rev&rev=546480
Log:
Fix failing test case

Modified:
    
jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/IndexedPropertyTestCase.java

Modified: 
jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/IndexedPropertyTestCase.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/IndexedPropertyTestCase.java?view=diff&rev=546480&r1=546479&r2=546480
==============================================================================
--- 
jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/IndexedPropertyTestCase.java
 (original)
+++ 
jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/IndexedPropertyTestCase.java
 Tue Jun 12 06:35:32 2007
@@ -412,7 +412,7 @@
     public void testGetListAsString() {
 
         try {
-            assertEquals("[list-0, list-1, list-2]", 
+            assertEquals("list-0", 
                          beanUtilsBean.getProperty(bean, "stringList"));
         } catch(Exception e) {
             fail("Threw exception " + e);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to