vgritsenko    2005/05/25 18:32:27

  Modified:    java/tests/src/org/apache/xindice/integration/client/services
                        XUpdateQueryTest.java
  Log:
  note bug#
  
  Revision  Changes    Path
  1.9       +5 -3      
xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java
  
  Index: XUpdateQueryTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XUpdateQueryTest.java     26 May 2005 01:17:11 -0000      1.8
  +++ XUpdateQueryTest.java     26 May 2005 01:32:27 -0000      1.9
  @@ -32,7 +32,9 @@
    */
   public class XUpdateQueryTest
           extends AbstractXmlDbClientTest {
  +
       private static final Log log = LogFactory.getLog(XUpdateQueryTest.class);
  +
       public void setUp() throws Exception {
           super.setUp();
   
  @@ -132,7 +134,7 @@
           Collection col = this.client.getCollection(TEST_COLLECTION_PATH);
           XUpdateQueryService service = (XUpdateQueryService) 
col.getService("XUpdateQueryService", "1.0");
           long count = service.update(query);
  -        // Fixed: was 6 should be 2. The old code would cause multiple 
updates.
  +        // Bug #30878 fixed: was 6 should be 2. The old code would cause 
multiple updates.
           assertEquals(2, count);
   
           String doc = this.client.getDocument(TEST_COLLECTION_PATH, "doc1");
  
  
  

Reply via email to