[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2386] trunk/sql/modules/test/Company.sql
- Subject: SF.net SVN: ledger-smb:[2386] trunk/sql/modules/test/Company.sql
- From: ..hidden..
- Date: Mon, 10 Nov 2008 22:33:58 +0000
Revision: 2386
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2386&view=rev
Author: einhverfr
Date: 2008-11-10 22:33:57 +0000 (Mon, 10 Nov 2008)
Log Message:
-----------
Test commit, given suspicion of missing test cases.
Modified Paths:
--------------
trunk/sql/modules/test/Company.sql
Modified: trunk/sql/modules/test/Company.sql
===================================================================
--- trunk/sql/modules/test/Company.sql 2008-11-10 20:23:31 UTC (rev 2385)
+++ trunk/sql/modules/test/Company.sql 2008-11-10 22:33:57 UTC (rev 2386)
@@ -43,6 +43,7 @@
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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.