From: Neil T. <nt...@us...> - 2006-08-13 23:50:27
|
Update of /cvsroot/pgsqlformac/pgCocoaDB/UnitTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28044/UnitTest Modified Files: pgCocoaDBSchemaTest.m Log Message: Explorer API change to accomodate preferences. Index: pgCocoaDBSchemaTest.m =================================================================== RCS file: /cvsroot/pgsqlformac/pgCocoaDB/UnitTest/pgCocoaDBSchemaTest.m,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pgCocoaDBSchemaTest.m 16 Jul 2006 23:13:06 -0000 1.12 --- pgCocoaDBSchemaTest.m 13 Aug 2006 23:50:24 -0000 1.13 *************** *** 969,976 **** { ExplorerModel *explorer = [[ExplorerModel alloc] initWithConnection:conn]; [explorer printLog]; ! ! [explorer release]; } --- 969,976 ---- { ExplorerModel *explorer = [[ExplorerModel alloc] initWithConnection:conn]; + [explorer buildSchema]; [explorer printLog]; ! [explorer autorelease]; } |