[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9ce26cc38dfcd10be1faccca6236da881e5ee7eb
Evergreen Git
git at git.evergreen-ils.org
Tue Mar 11 15:07:44 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 9ce26cc38dfcd10be1faccca6236da881e5ee7eb (commit)
from 906ba880fb73d2b477f94b7bda17f31d324403f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9ce26cc38dfcd10be1faccca6236da881e5ee7eb
Author: Dan Wells <dbw2 at calvin.edu>
Date: Tue Mar 11 15:04:39 2014 -0400
LP#1277731: pgTAP for action.hold_request_permit_test()
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/Open-ILS/src/sql/Pg/live_t/lp1277731_hold_permit_test.pg b/Open-ILS/src/sql/Pg/live_t/lp1277731_hold_permit_test.pg
new file mode 100644
index 0000000..57090aa
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/live_t/lp1277731_hold_permit_test.pg
@@ -0,0 +1,15 @@
+BEGIN;
+
+SELECT plan(1);
+
+SELECT is(
+ permit_test.*,
+ ROW(true, 1, null)::action.matrix_test_result,
+ 'verify action.hold_request_permit_test()'
+)
+FROM action.hold_request_permit_test( '8', '1', '2905', '1', '1' )
+AS permit_test;
+
+SELECT * FROM finish();
+
+ROLLBACK;
-----------------------------------------------------------------------
Summary of changes:
.../sql/Pg/live_t/lp1277731_hold_permit_test.pg | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 Open-ILS/src/sql/Pg/live_t/lp1277731_hold_permit_test.pg
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list