vgritsenko 2003/12/11 07:38:12
Modified: java/tests/src/org/apache/xindice/core/query XPathQueryResolverTest.java Log: remove extra drop Revision Changes Path 1.4 +0 -2 xml-xindice/java/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java Index: XPathQueryResolverTest.java =================================================================== RCS file: /home/cvs/xml-xindice/java/tests/src/org/apache/xindice/core/query/XPathQueryResolverTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XPathQueryResolverTest.java 9 Aug 2003 02:33:30 -0000 1.3 +++ XPathQueryResolverTest.java 11 Dec 2003 15:38:12 -0000 1.4 @@ -143,7 +143,6 @@ node = nodeSet.getNextNode(); } assertNotNull("Simple query didn't return a node", node); - db.dropCollection(col); } public void testComplexXPathQuery() throws Exception { @@ -164,5 +163,4 @@ public void tearDown() throws Exception { db.dropCollection(col); } - }