Lp 1411422: Fix & rename test file.
authorJason Stephenson <jason@sigio.com>
Fri, 9 Mar 2018 14:17:34 +0000 (09:17 -0500)
committerJason Stephenson <jason@sigio.com>
Tue, 13 Mar 2018 15:39:42 +0000 (11:39 -0400)
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>

Open-ILS/src/perlmods/live_t/26-lp1411422-transferring-items-volumes-with-parts.t [moved from Open-ILS/src/perlmods/live_t/25-lp1411422-transferring-items-volumes-with-parts.t with 98% similarity]

@@ -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;