DataConservancy / dcs-package-ingest

Ingests the contents of Data Conservancy Packages into a Fedora 4 repository.
1 stars 2 forks source link

Proposed fix for #4 #6

Closed emetsger closed 8 years ago

emetsger commented 8 years ago

Processes the existing Exchange.in message body, which is an LDP resource, prior to processing the children. This update allows packages with multiple root objects (objects that have no parent) to be processed and ingested into Fedora.

emetsger commented 8 years ago

Oddly, the IT in 33fd637 will succeed when run as KarafDepositIT. I expected this IT to fail for both subclasses of DepositIT: ManualWiredDepositIT and KarafDepositIT.

birkland commented 8 years ago

Looks good to me. @emetsger Did you run KarafDepositIT singly after having performed a build with a fix in it? If you recall, Pax exam tests against installed artifacts (in the local maven repo), not build artifacts from the reactor for a given build. That could possibly explain why it passed for the Karaf test.