From: stephan b. <sg...@us...> - 2004-12-24 19:19:47
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32290/src/System Modified Files: testMime.cpp Log Message: Added test of writeDatabase(). Index: testMime.cpp =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/testMime.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- testMime.cpp 24 Dec 2004 15:14:18 -0000 1.3 +++ testMime.cpp 24 Dec 2004 19:19:38 -0000 1.4 @@ -59,6 +59,10 @@ } } + if( 1 ) + { + db.writeDatabase( std::cout ); + } return 0; } |