Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
fb1800c1
Verified
Commit
fb1800c1
authored
4 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
FIX: tests
parent
0d53e95a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
caosdb-webui
+1
-1
1 addition, 1 deletion
caosdb-webui
src/test/java/caosdb/server/utils/WebinterfaceUtilsTest.java
+0
-2
0 additions, 2 deletions
src/test/java/caosdb/server/utils/WebinterfaceUtilsTest.java
with
1 addition
and
3 deletions
caosdb-webui
@
66026626
Subproject commit
fd0fe3984abd1ab3f5e817b01a0b010e199c4df8
Subproject commit
66026626089e2b514538510a1a6744868f46b661
This diff is collapsed.
Click to expand it.
src/test/java/caosdb/server/utils/WebinterfaceUtilsTest.java
+
0
−
2
View file @
fb1800c1
...
...
@@ -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
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment