⇤ ← Revision 1 as of 2008-06-26 12:26:10
Size: 1483
Comment: Created by the PackagePages action.
|
← Revision 2 as of 2010-03-17 13:09:37 ⇥
Size: 1483
Comment: converted to 1.6 markup
|
No differences found! |
Release test step: Perform OAI Harvest
Perform the harvest from doms to summa and copy the result to the correct location.
cd summa-harvest-build-4327 ./harvest.sh cd .. cp -r summa-harvest-build-4327/data/harvest_*/doms data/
Check the resulting files in data/doms. There should be a date-named folder, with a download_0.xml file. Verify that this file contains a glob of the digitalobjectbundles produced by the disseminator webservice. This means:
The file contains multiple digital object bundles. Check this by searching for "<d:digitalObjectBundle>"
Each bundle contains one or more FoxML objects. Find these by searching for "<foxml:digitalObject". Each revyItem bundle should contain five objects (revyItem, yearbook,manufacturer, utf8file, pdffile, tifffile). One of the test bundles does not contain a pdffile object. This is intentional. A yearbook bundle can contain indefinately many objects, just verify that it has 2 or more.
- Verify that the FoxML objects look like complete objects. This means that they contain multiple "foxml:datastream"s. Verify some of them, but not all, as this would be a lot of work.