Bug 9578: (follow-up) bump up number of MARC21/DOM tests
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 14:49:11 +0000 (14:49 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 14:49:11 +0000 (14:49 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Search.t

index b3ea20d..856014a 100644 (file)
@@ -920,7 +920,7 @@ subtest 'MARC21 + GRS-1' => sub {
 };
 
 subtest 'MARC21 + DOM' => sub {
-    plan tests => 103;
+    plan tests => 104;
     run_marc21_search_tests('dom');
 };