Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository 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
XWiki
xwiki-platform
Commits
f5158fae
Commit
f5158fae
authored
2 years ago
by
Vincent Massol
Browse files
Options
Downloads
Patches
Plain Diff
[Misc] Remove unused code
parent
38dc1aa1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/xwiki-platform-activeinstalls2-test-docker/src/test/it/org/xwiki/activeinstalls2/test/ui/DynamicTestConfigurationExtension.java
+0
-9
0 additions, 9 deletions
...einstalls2/test/ui/DynamicTestConfigurationExtension.java
with
0 additions
and
9 deletions
xwiki-platform-core/xwiki-platform-activeinstalls2/xwiki-platform-activeinstalls2-test/xwiki-platform-activeinstalls2-test-docker/src/test/it/org/xwiki/activeinstalls2/test/ui/DynamicTestConfigurationExtension.java
+
0
−
9
View file @
f5158fae
...
...
@@ -26,7 +26,6 @@
import
org.junit.jupiter.api.extension.ExtensionContext
;
import
org.testcontainers.elasticsearch.ElasticsearchContainer
;
import
org.xwiki.activeinstalls2.internal.XWikiElasticSearchExtension
;
import
org.xwiki.test.docker.internal.junit5.XWikiDockerExtension
;
import
org.xwiki.test.docker.junit5.TestConfiguration
;
/**
...
...
@@ -38,9 +37,6 @@
*/
public
class
DynamicTestConfigurationExtension
implements
BeforeAllCallback
{
private
static
final
ExtensionContext
.
Namespace
XWIKIDOCKEREXTENSION_NAMESPACE
=
ExtensionContext
.
Namespace
.
create
(
XWikiDockerExtension
.
class
);
@Override
public
void
beforeAll
(
ExtensionContext
extensionContext
)
{
...
...
@@ -62,9 +58,4 @@ public void beforeAll(ExtensionContext extensionContext)
configuration
.
setSSHPorts
(
List
.
of
(
esContainer
.
getMappedPort
(
9200
)));
globalStore
.
put
(
TestConfiguration
.
class
,
configuration
);
}
private
static
ExtensionContext
.
Store
getXWikiDockerExtensionStore
(
ExtensionContext
context
)
{
return
context
.
getRoot
().
getStore
(
XWIKIDOCKEREXTENSION_NAMESPACE
);
}
}
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