@@ -45,7 +45,7 @@ public void setUp() throws Exception {
4545 when (configurationService .getProperty ("dspace.name" )).thenReturn ("dspacename" );
4646 when (configurationService .getProperty ("dspace.server.url" )).thenReturn (serverURL );
4747 when (configurationService .getProperty ("dspace.server.ssr.url" , serverURL )).thenReturn (serverSSRURL );
48- when (configurationService .getProperty ("dspace.version.prefix" , "DSpace" )).thenReturn ("DSpace" );
48+ when (configurationService .getProperty ("dspace.version.prefix" , "CLARIN- DSpace" )).thenReturn ("CLARIN- DSpace" );
4949
5050 }
5151
@@ -65,7 +65,7 @@ public void testCorrectPropertiesSetFromConfigurationService() throws Exception
6565 assertEquals ("dspaceurl" , rootRest .getDspaceUI ());
6666 assertEquals ("dspacename" , rootRest .getDspaceName ());
6767 assertEquals (serverURL , rootRest .getDspaceServer ());
68- assertEquals ("DSpace " + Util .getSourceVersion (), rootRest .getDspaceVersion ());
68+ assertEquals ("CLARIN- DSpace " + Util .getSourceVersion (), rootRest .getDspaceVersion ());
6969 }
7070
7171 @ Test
@@ -84,7 +84,7 @@ public void testCorrectInternalUrlSetFromConfigurationService() throws Exception
8484 assertEquals ("dspaceurl" , rootRest .getDspaceUI ());
8585 assertEquals ("dspacename" , rootRest .getDspaceName ());
8686 assertEquals (serverSSRURL , rootRest .getDspaceServer ());
87- assertEquals ("DSpace " + Util .getSourceVersion (), rootRest .getDspaceVersion ());
87+ assertEquals ("CLARIN- DSpace " + Util .getSourceVersion (), rootRest .getDspaceVersion ());
8888 }
8989
9090 @ Test
0 commit comments