On Sat, 09 Aug 2003 03:25:45 +0000, vgritsenk wrote: > vgritsenko 2003/08/08 20:25:45 > > Modified: java/tests/src/org/apache/xindice/integration/client/basic > CollectionTest.java > Log: > Comment out test. Decide on correct behavior later.
I think this is hiding a bug. We should decide which is correct. My feeling is that the test is incorrect because I can fetch the db as a colleciton but if I get a child collection of db the embeded (and managed) drivers will report it has no parent. If I take the path and ask for the collection ("/") I get the db. +1 to correcting the test (will cause a fail in embeded and managed, but I'll fix that :)). -k.