|
From: Frank V. C. <fr...@us...> - 2001-04-21 21:39:05
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf2
In directory usw-pr-cvs1:/tmp/cvs-serv16775/src/testdrivers/exf2
Modified Files:
examp2.cpp
Log Message:
Creates actual schema db now, although no content. Cleaning, testing, and embellishing
Index: examp2.cpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf2/examp2.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** examp2.cpp 2001/04/19 03:44:42 1.6
--- examp2.cpp 2001/04/21 21:39:01 1.7
***************
*** 135,144 ****
// list existing schemas
// load a schema -or-
! SchemaPtr aSchema( createSchemaAndPopulate(aCatalog) );
! Schema::destroy(aSchema);
- // save a schema
}
catch( AssertionRef aAssert )
--- 135,143 ----
// list existing schemas
+
// load a schema -or-
! //SchemaPtr aSchema( createSchemaAndPopulate(aCatalog) );
}
catch( AssertionRef aAssert )
***************
*** 174,177 ****
--- 173,177 ----
args.put( buildStringAttribute("Name","SchemaTest") );
args.put( buildStringAttribute("Collection","SetCollection") );
+
aCatalog->createEntry(&args);
|