From c4790a6c6ed0bcfd7196ac715854db2b32ea9396 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Sat, 25 Jul 2015 23:42:32 -0400 Subject: [PATCH] lp1478299 Fix hold permit test When we added copy locations to the sample data in bug 1155771, we accidentally applied a non-holdable copy location to the copy used in the hold permit pgTAP test, causing the test to fail. This branch changes the copy used in the test to one that is holdable. Signed-off-by: Kathy Lussier --- Open-ILS/src/sql/Pg/live_t/lp1277731_hold_permit_test.pg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 57090aa6c1..fe534ba877 100644 --- 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 @@ -7,7 +7,7 @@ SELECT is( 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' ) +FROM action.hold_request_permit_test( '8', '1', '2607', '1', '1' ) AS permit_test; SELECT * FROM finish(); -- 2.11.0