Using bib-1 instead of bib1.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 27 Oct 2006 09:56:07 +0000 (09:56 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 27 Oct 2006 09:56:07 +0000 (09:56 +0000)
lib/ZOOM/IRSpy/Test/Search/Bib1.pm
lib/ZOOM/IRSpy/Test/Search/Dan1.pm

index a7d4a64..1b51773 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Bib1.pm,v 1.13 2006-10-26 10:24:20 sondberg Exp $
+# $Id: Bib1.pm,v 1.14 2006-10-27 09:56:07 sondberg Exp $
 
 # See the "Main" test package for documentation
 
@@ -57,7 +57,7 @@ sub error {
 
 sub update {
     my ($conn, $attr, $ok) = @_;
-    $conn->record()->store_result('search', 'set'       => 'bib1',
+    $conn->record()->store_result('search', 'set'       => 'bib-1',
                                             'ap'        => $attr,
                                             'ok'        => $ok);
 }
index 9e344e6..837a5e3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Dan1.pm,v 1.4 2006-10-26 10:24:20 sondberg Exp $
+# $Id: Dan1.pm,v 1.5 2006-10-27 09:56:07 sondberg Exp $
 
 # See the "Main" test package for documentation
 
@@ -55,7 +55,7 @@ sub error {
 sub update {
     my ($conn, $attr, $ok) = @_;
 
-    $conn->record()->store_result('search', 'set'       => 'dan1',
+    $conn->record()->store_result('search', 'set'       => 'dan-1',
                                             'ap'        => $attr,
                                             'ok'        => $ok);
 }