mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
Replace all usages of dspace.url with either dspace.ui.url or dspace.server.url (depending on use case)
This commit is contained in:
@@ -449,7 +449,7 @@ public class EZIDIdentifierProviderTest
|
||||
// Evaluate
|
||||
String target = (String) metadata.get("_target");
|
||||
assertEquals("Generates correct _target metadatum",
|
||||
config.getProperty("dspace.url") + "/handle/" + handle,
|
||||
config.getProperty("dspace.ui.url") + "/handle/" + handle,
|
||||
target);
|
||||
assertTrue("Has title", metadata.containsKey("datacite.title"));
|
||||
assertTrue("Has publication year", metadata.containsKey("datacite.publicationyear"));
|
||||
|
Reference in New Issue
Block a user