From 8537883382be0db8fe2b395463aca4f240edaf31 Mon Sep 17 00:00:00 2001
From: Jason Stephenson <jason@sigio.com>
Date: Fri, 9 Mar 2018 09:17:34 -0500
Subject: [PATCH] Lp 1411422: Fix & rename test file.

The tests added for this branch had a bad plan.  It specified 7 tests were
to be run when actually there are 8.

I also renumbered the file to be 26, so that there would be only 1 test
numbered 25.

Signed-off-by: Jason Stephenson <jason@sigio.com>
---
 ...h-parts.t => 26-lp1411422-transferring-items-volumes-with-parts.t} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename Open-ILS/src/perlmods/live_t/{25-lp1411422-transferring-items-volumes-with-parts.t => 26-lp1411422-transferring-items-volumes-with-parts.t} (98%)

diff --git a/Open-ILS/src/perlmods/live_t/25-lp1411422-transferring-items-volumes-with-parts.t b/Open-ILS/src/perlmods/live_t/26-lp1411422-transferring-items-volumes-with-parts.t
similarity index 98%
rename from Open-ILS/src/perlmods/live_t/25-lp1411422-transferring-items-volumes-with-parts.t
rename to Open-ILS/src/perlmods/live_t/26-lp1411422-transferring-items-volumes-with-parts.t
index 18fe58c21e..5bd7e1f14d 100755
--- a/Open-ILS/src/perlmods/live_t/25-lp1411422-transferring-items-volumes-with-parts.t
+++ b/Open-ILS/src/perlmods/live_t/26-lp1411422-transferring-items-volumes-with-parts.t
@@ -1,10 +1,10 @@
 #!perl
 
-use Test::More tests => 7;
+use Test::More tests => 8;
 
 diag("Test transferring holds with parts.");
 
-use constant WORKSTATION_NAME => 'BR1-test-25-lp1411422-transferring-items-volumes-with-parts.t';
+use constant WORKSTATION_NAME => 'BR1-test-26-lp1411422-transferring-items-volumes-with-parts.t';
 use constant WORKSTATION_LIB => 4;
 
 use strict; use warnings;
-- 
2.11.0