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>
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();