From d605674248643e6cea9d978f4801587708cafc66 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 10 Nov 2008 22:33:57 +0000 Subject: Test commit, given suspicion of missing test cases. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2386 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/test/Company.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/modules/test/Company.sql b/sql/modules/test/Company.sql index 7634b7ea..d8f1576a 100644 --- a/sql/modules/test/Company.sql +++ b/sql/modules/test/Company.sql @@ -43,6 +43,7 @@ WHERE contact = 'test_c'; SELECT * FROM test_result; + SELECT (select count(*) from test_result where success is true) || ' tests passed and ' || (select count(*) from test_result where success is not true) -- cgit v1.2.3