LP#1155313: fix copy-and-paste-o in test case
authorGalen Charlton <gmc@esilibrary.com>
Mon, 2 Mar 2015 14:02:23 +0000 (14:02 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 2 Mar 2015 14:02:23 +0000 (14:02 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/t/lpad_number_substrings.pg

index e7f2729..3aafe13 100644 (file)
@@ -33,7 +33,7 @@ SELECT is(evergreen.lpad_number_substrings(
        'DISC 12.12.13','0',5), 'DISC 00012.00012.00013','Prefix, 3 numbers');
 
 SELECT is(evergreen.lpad_number_substrings(
-       'Vol 5a-15','0',5), 'DISC 00005a-00015','Mixed format');
+       'Vol 5a-15','0',5), 'Vol 00005a-00015','Mixed format');
 
 
 -- Finish the tests and clean up.