Skip to content
Snippets Groups Projects
Verified Commit fb1800c1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: tests

parent 0d53e95a
No related branches found
No related tags found
No related merge requests found
caosdb-webui @ 66026626
Subproject commit fd0fe3984abd1ab3f5e817b01a0b010e199c4df8
Subproject commit 66026626089e2b514538510a1a6744868f46b661
......@@ -26,8 +26,6 @@ public class WebinterfaceUtilsTest {
public void testGetWebinterfaceReference() {
WebinterfaceUtils utils = new WebinterfaceUtils(new Reference("https://host:2345/some_path"));
String buildNumber = utils.getBuildNumber();
String contextRoot =
CaosDBServer.getServerProperties().getProperty(ServerProperties.KEY_CONTEXT_ROOT);
String ref = utils.getWebinterfaceURI("sub");
String contextRoot = CaosDBServer.getServerProperty(ServerProperties.KEY_CONTEXT_ROOT);
contextRoot =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment