FailedChanges

Summary

  1. MNAuthorizationV1IT was renamed, so I fixed a spelling error in the test suite
  2. Fixed a few method calls in MNReplicationTesetImplementations to no longer use the deprecated metadata creation calls. Added a small MNv1TestSuite class so we can get an overview of MN v1 tests (we can delete it later when they're all fixed).
  3. Fixed a bug in ExampleUtilities.generateTestDataPackage(): it was always using the currently loaded certificate's subject as the rightsHolder on the SystemMetadata. I overloaded the function so this would get passed in (and deprecated the existing function - it's still being used from a lot of other places). Updated MNStorageTestImplementations to use the new call.
  4. Implemented the resource map parsing and checksum consistency tests as a separate set of tests "Content Integrity". (used to be in MNodeTier1IT)
  5. Small bug fix and added a TODO statement to a test that'll need some more refactoring so it's more fail-safe
Revision 15057 by andreib:
MNAuthorizationV1IT was renamed, so I fixed a spelling error in the test suite
Change TypePath in RepositoryPath in Workspace
The file was modified/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/apiTests/MNv1TestSuite.javaN/A
Revision 15055 by andreib:
Fixed a few method calls in MNReplicationTesetImplementations to no longer use the deprecated metadata creation calls.
Added a small MNv1TestSuite class so we can get an overview of MN v1 tests (we can delete it later when they're all fixed).
Change TypePath in RepositoryPath in Workspace
The file was added/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/apiTests/MNv1TestSuite.javaN/A
The file was modified/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/testImplementations/MNReplicationTestImplementations.javaN/A
Revision 15054 by andreib:
Fixed a bug in ExampleUtilities.generateTestDataPackage(): it was always using the currently loaded certificate's subject as the rightsHolder on the SystemMetadata. I overloaded the function so this would get passed in (and deprecated the existing function - it's still being used from a lot of other places). Updated MNStorageTestImplementations to use the new call.
Change TypePath in RepositoryPath in Workspace
The file was modified/software/cicore/trunk/d1_integration/src/main/java/org/dataone/integration/ExampleUtilities.javaN/A
The file was modified/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/testImplementations/MNStorageTestImplementations.javaN/A
Revision 15051 by rnahf:
Implemented the resource map parsing and checksum consistency tests as a separate set of tests "Content Integrity".  (used to be in MNodeTier1IT)
Change TypePath in RepositoryPath in Workspace
The file was modified/software/cicore/trunk/d1_integration/src/main/webapp/index.jspN/A
The file was added/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/apiTests/CNContentIntegrityV1V2IT.javaN/A
The file was added/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/apiTests/MNContentIntegrityV1V2IT.javaN/A
The file was added/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/testDefinitions/ContentIntegrityTestDefinitions.javaN/A
The file was added/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/testImplementations/ContentIntegrityTestImplementations.javaN/A
Revision 15050 by andreib:
Small bug fix and added a TODO statement to a test that'll need some more refactoring so it's more fail-safe
Change TypePath in RepositoryPath in Workspace
The file was modified/software/cicore/trunk/d1_integration/src/test/java/org/dataone/integration/it/testImplementations/MNStorageTestImplementations.javaN/A