private static final String TEST_FILE = "D:/workspace/xbird/main/test/resources/scenario/storage/auction.xml";
public DocumentTableTest() throws DbException {
super(DocumentTableTest.class.getName());
DbCollection rootCol = DbCollection.getRootCollection();
rootCol.removeCollection("/test");
DbCollection testCol = rootCol.createCollection("test");
testCol.createCollection("xmark");
}
public void xtestPutDocument() throws XQueryException, DbException, FileNotFoundException {