You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by pc...@apache.org on 2004/02/26 00:03:47 UTC

cvs commit: xml-xmlbeans/v2/test/src/jamtest/tests/org/apache/xmlbeans/test/jam ImplComparisonTest.java

pcal        2004/02/25 15:03:47

  Modified:    .        STATUS
               v2/test/src/jamtest/tests/org/apache/xmlbeans/test/jam
                        ImplComparisonTest.java
  Log:
  fix broken test class
  
  Revision  Changes    Path
  1.4       +2 -0      xml-xmlbeans/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/STATUS,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- STATUS	22 Sep 2003 05:11:18 -0000	1.3
  +++ STATUS	25 Feb 2004 23:03:47 -0000	1.4
  @@ -2,11 +2,13 @@
   
   cezar.andrei@bea.com
   cliff.schmidt@bea.com
  +
   david.remy@bea.com
   david.bau@bea.com
   eric.vasilik@bea.com
   ken@kress.org
   laurence.moroney@reuters.com
  +patrick.calahan@bea.com
   scott.ziegler@bea.com
   twl@apache.org
   
  
  
  
  1.2       +1 -0      xml-xmlbeans/v2/test/src/jamtest/tests/org/apache/xmlbeans/test/jam/ImplComparisonTest.java
  
  Index: ImplComparisonTest.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/test/src/jamtest/tests/org/apache/xmlbeans/test/jam/ImplComparisonTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ImplComparisonTest.java	25 Feb 2004 18:56:50 -0000	1.1
  +++ ImplComparisonTest.java	25 Feb 2004 23:03:47 -0000	1.2
  @@ -115,6 +115,7 @@
       for(int i=0; i<elements.length; i++) {
         out.put(elements[i].getSimpleName(),elements[i]);
       }
  +    return out;
     }
   
     private List getSortedClassList(JService service) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org