marc_indicators work with marc_original_order records
[webpac2] / t / 2-input.t
index 052b586..e5bfd3b 100755 (executable)
@@ -98,8 +98,8 @@ sub test_start_limit($$$$) {
        cmp_ok($input->size, '==', $e, "input->size = $e");
 }
 
-test_start_limit($input, 1, 3, 3);
-test_start_limit($input, $size, 3, 0);
+test_start_limit($input, 1, 0, $size - 1);
+test_start_limit($input, $size, 0, 0);
 test_start_limit($input, 3, $size, $size - 3);
 test_start_limit($input, 1, $size, $size - 1);