diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 15:02:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 15:02:32 +0200 |
commit | 769d02def3524a0f0e21869e7f2c57d9bb046332 (patch) | |
tree | 217561e17afcc14accd45073389da93e61d3e33b /qt/mssql | |
parent | 6b140db71e9c400d2f7fc5edda55c1636ca0f6b5 (diff) |
Clean test templates of old cruft
Most tests don't print anything
Diffstat (limited to 'qt/mssql')
-rw-r--r-- | qt/mssql/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/mssql/template/test.std | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/qt/mssql/template/driver.cxx b/qt/mssql/template/driver.cxx index 52d580f..9bc1804 100644 --- a/qt/mssql/template/driver.cxx +++ b/qt/mssql/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/mssql/template/test.std b/qt/mssql/template/test.std index af8d8e7..e69de29 100644 --- a/qt/mssql/template/test.std +++ b/qt/mssql/template/test.std @@ -1 +0,0 @@ -test 001 |