lp1478299 Fix hold permit test user/kmlussier/lp1478299-fix-hold-permit-test
authorKathy Lussier <klussier@masslnc.org>
Sun, 26 Jul 2015 03:42:32 +0000 (23:42 -0400)
committerKathy Lussier <klussier@masslnc.org>
Sun, 26 Jul 2015 03:42:32 +0000 (23:42 -0400)
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 <klussier@masslnc.org>
Open-ILS/src/sql/Pg/live_t/lp1277731_hold_permit_test.pg

index 57090aa..fe534ba 100644 (file)
@@ -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();