vgritsenko    2003/12/15 06:21:48

  Modified:    java/tests/src/org/apache/xindice/core/query
                        XPathQueryResolverTest.java
  Log:
  Add a FIXME
  
  Revision  Changes    Path
  1.5       +1 -4      
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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XPathQueryResolverTest.java       11 Dec 2003 15:38:12 -0000      1.4
  +++ XPathQueryResolverTest.java       15 Dec 2003 14:21:48 -0000      1.5
  @@ -82,8 +82,7 @@
        Collection col;
   
       public void setUp() throws Exception {
  -        /* this will create a new database for each test method.  Is this the
  -         * desired behaviour? (vladimir) */
  +        // FIXME: This will create a new database for each test method. It's 
overkill; one DB is enough
           
           db = new Database();
           Document doc = null;
  @@ -100,8 +99,6 @@
   
           conf = new Configuration(doc);
           db.setConfig(conf);
  -        //File root = new File("C:\\");
  -        //db.getFiler().setLocation(root, "test");
   
           xml =
               "<collection compressed=\"true\" name=\"testcol\">"
  
  
  

Reply via email to