[jboss-cvs] JBossAS SVN: r91778 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/jaxr/scout/publish.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 29 13:23:31 EDT 2009


Author: anil.saldhana at jboss.com
Date: 2009-07-29 13:23:31 -0400 (Wed, 29 Jul 2009)
New Revision: 91778

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/jaxr/scout/publish/JaxrDeleteAssociationTestCase.java
Log:
JBAS-7129: comment out the test until SCOUT-83 in apache gets fixed

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/jaxr/scout/publish/JaxrDeleteAssociationTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/jaxr/scout/publish/JaxrDeleteAssociationTestCase.java	2009-07-29 17:17:44 UTC (rev 91777)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/jaxr/scout/publish/JaxrDeleteAssociationTestCase.java	2009-07-29 17:23:31 UTC (rev 91778)
@@ -173,6 +173,9 @@
                 
                 if(br.getExceptions() != null)
                    fail("Deletion of Associations failed");
+
+                System.out.println("JBAS-7129 needs to be fixed");
+                /*
                 
                 BulkResponse brq = bqm.findCallerAssociations(null, Boolean.TRUE, Boolean.TRUE, null);
                 if (brq.getExceptions() == null)
@@ -192,6 +195,7 @@
                        }
                     } 
                 }
+               */
             }
 
         } catch (Exception e)




More information about the jboss-cvs-commits mailing list