projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f76a1
)
LP#1155313: fix copy-and-paste-o in test case
author
Galen Charlton
<gmc@esilibrary.com>
Mon, 2 Mar 2015 14:02:23 +0000
(14:02 +0000)
committer
Dan Scott
<dscott@laurentian.ca>
Thu, 5 Mar 2015 17:43:15 +0000
(12:43 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/t/lpad_number_substrings.pg
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/t/lpad_number_substrings.pg
b/Open-ILS/src/sql/Pg/t/lpad_number_substrings.pg
index
e7f2729
..
3aafe13
100644
(file)
--- a/
Open-ILS/src/sql/Pg/t/lpad_number_substrings.pg
+++ b/
Open-ILS/src/sql/Pg/t/lpad_number_substrings.pg
@@
-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.