From: Anders S. Mortensen Date: Fri, 27 Oct 2006 09:56:07 +0000 (+0000) Subject: Using bib-1 instead of bib1. X-Git-Tag: CPAN-v1.02~54^2~832 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=b507232a0932fa01ad0f47f3e19b8954afdf3a89 Using bib-1 instead of bib1. --- diff --git a/lib/ZOOM/IRSpy/Test/Search/Bib1.pm b/lib/ZOOM/IRSpy/Test/Search/Bib1.pm index a7d4a64..1b51773 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Bib1.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Bib1.pm @@ -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); } diff --git a/lib/ZOOM/IRSpy/Test/Search/Dan1.pm b/lib/ZOOM/IRSpy/Test/Search/Dan1.pm index 9e344e6..837a5e3 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Dan1.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Dan1.pm @@ -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); }