Skip to content
Snippets Groups Projects
Commit 4bde47af authored by Till Kinstler's avatar Till Kinstler
Browse files

Updated expected test results -> DAIA item ID instead of record ID in

item_id
(see https://vufind.org/wiki/vufind2:building_an_ils_driver#getholding -> item_id)
parent c9d73f47
No related merge requests found
...@@ -83,7 +83,7 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -83,7 +83,7 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase
'availability' => true, 'availability' => true,
'duedate' => null, 'duedate' => null,
'id' => "027586081", 'id' => "027586081",
'item_id' => "027586081", 'item_id' => "http://uri.gbv.de/document/opac-de-000:epn:711134758",
'ilslink' => "http://opac.example-library.edu/DB=1/PPNSET?PPN=027586081", 'ilslink' => "http://opac.example-library.edu/DB=1/PPNSET?PPN=027586081",
'number' => 1, 'number' => 1,
'barcode' => "1", 'barcode' => "1",
...@@ -97,7 +97,7 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -97,7 +97,7 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase
'availability' => true, 'availability' => true,
'duedate' => null, 'duedate' => null,
'id' => "027586081", 'id' => "027586081",
'item_id' => "027586081", 'item_id' => "http://uri.gbv.de/document/opac-de-000:epn:711134766",
'ilslink' => "http://opac.example-library.edu/DB=1/PPNSET?PPN=027586081", 'ilslink' => "http://opac.example-library.edu/DB=1/PPNSET?PPN=027586081",
'number' => 2, 'number' => 2,
'barcode' => "1", 'barcode' => "1",
...@@ -111,7 +111,7 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -111,7 +111,7 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase
'availability' => false, 'availability' => false,
'duedate' => "2115-02-09", 'duedate' => "2115-02-09",
'id' => "027586081", 'id' => "027586081",
'item_id' => "027586081", 'item_id' => "http://uri.gbv.de/document/opac-de-000:epn:7111347777",
'ilslink' => "http://opac.example-library.edu/DB=1/PPNSET?PPN=027586081", 'ilslink' => "http://opac.example-library.edu/DB=1/PPNSET?PPN=027586081",
'number' => 3, 'number' => 3,
'barcode' => "1", 'barcode' => "1",
...@@ -277,4 +277,4 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -277,4 +277,4 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase
$conn->setHttpService($service); $conn->setHttpService($service);
return $conn; return $conn;
} }
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment