diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-11-10 22:33:57 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-11-10 22:33:57 +0000 |
commit | d605674248643e6cea9d978f4801587708cafc66 (patch) | |
tree | 144ea4e789f8f88a54b903fbff6638f12b4f7ce3 | |
parent | 54e8419fb7614a709f562e2ae90eb96cba10f137 (diff) |
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
-rw-r--r-- | sql/modules/test/Company.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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) |