From 769d02def3524a0f0e21869e7f2c57d9bb046332 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Feb 2015 15:02:32 +0200 Subject: Clean test templates of old cruft Most tests don't print anything --- boost/pgsql/template/driver.cxx | 3 --- boost/pgsql/template/test.std | 1 - 2 files changed, 4 deletions(-) (limited to 'boost/pgsql') diff --git a/boost/pgsql/template/driver.cxx b/boost/pgsql/template/driver.cxx index 5dc428a..927ac04 100644 --- a/boost/pgsql/template/driver.cxx +++ b/boost/pgsql/template/driver.cxx @@ -27,9 +27,6 @@ main (int argc, char* argv[]) { auto_ptr db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/boost/pgsql/template/test.std b/boost/pgsql/template/test.std index af8d8e7..e69de29 100644 --- a/boost/pgsql/template/test.std +++ b/boost/pgsql/template/test.std @@ -1 +0,0 @@ -test 001 -- cgit v1.1