forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added metadata item and bitstream tests
- Loading branch information
1 parent
0b3c0d7
commit 64d84a1
Showing
2 changed files
with
172 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
dspace-server-webapp/src/test/resources/org/dspace/app/rest/provenance-patch-suite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"discoverable": "Item was made discoverable by first (admin) last (admin) ([email protected]) on \nNo. of bitstreams: 0\nItem was in collections:\n", | ||
"mapped": "was mapped to collection" | ||
"mapped": "was mapped to collection", | ||
"addMetadata": "Item metadata (dc.title) was added by first (admin) last (admin) ([email protected]) on", | ||
"replaceMetadata": "Item metadata (dc.title: Public item 1) was updated by first (admin) last (admin) ([email protected]) on \nNo. of bitstreams: 0", | ||
"removeMetadata": "Item metadata (dc.title: Public item 1) was removed by first (admin) last (admin) ([email protected]) on \nNo. of bitstreams: 0", | ||
"removeBitstreamMtd": "Item metadata (dc.description) was added by bitstream", | ||
"replaceBitstreamMtd": "Item metadata (dc.description: test) was updated by bitstream" | ||
} | ||
|