fcrepo-exts / fcrepo-import-export

Apache License 2.0
15 stars 19 forks source link

Added support for lossless roundtripping of RDF and a mode to disable… #88

Closed mikedurbin closed 7 years ago

mikedurbin commented 7 years ago

… it.

https://jira.duraspace.org/browse/FCREPO-2461

Very soon, the integration tests should no longer have to run in "legacyMode". I've created a ticket describing that work, and this one has been completed to minimize the effort.

whikloj commented 7 years ago

@mikedurbin I'm not part of the import-export, but is part of the plan to add checks in the RoundTripIT to ensure the createdDate & lastModifiedDate is persisted once you can support the relaxed mode?

mikedurbin commented 7 years ago

@whikloj yeah, that's the plan. At that point all the existing tests will be in non-legacyMode and maybe one new one will be written to verify that the code can be used against a non-relaxed (uptight?) repository.

awoods commented 7 years ago

After doing a clean rebase of this branch on master, I get the following build error:

Failed tests: 
  ImporterIT.testImportMappedTrailingSlash:290 null

Tests run: 29, Failures: 1, Errors: 0, Skipped: 0
mikedurbin commented 7 years ago

@awoods that should pass now.