Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java')
-rw-r--r--tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java
index cc45e26cb..e672ffa8b 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java
@@ -161,7 +161,7 @@ public class SchemaEditorTest extends AbstractTestBase
@ParameterizedTest
- @LdapServersSource(types = LdapServerType.ApacheDS)
+ @LdapServersSource(only = LdapServerType.ApacheDS, reason = "ApacheDS specific test")
public void testCreateSchemaOnlineApacheDS( TestLdapServer server ) throws Exception
{
studioBot.resetLdapPerspective();
@@ -193,7 +193,7 @@ public class SchemaEditorTest extends AbstractTestBase
@ParameterizedTest
- @LdapServersSource(types = LdapServerType.OpenLdap)
+ @LdapServersSource(only = LdapServerType.OpenLdap, reason = "OpenLDAP specific test")
public void testCreateSchemaOnlineOpenLDAP( TestLdapServer server ) throws Exception
{
studioBot.resetLdapPerspective();
@@ -219,7 +219,7 @@ public class SchemaEditorTest extends AbstractTestBase
@ParameterizedTest
- @LdapServersSource(types = LdapServerType.Fedora389ds)
+ @LdapServersSource(only = LdapServerType.Fedora389ds, reason = "389ds specific test")
public void testCreateSchemaOnline389ds( TestLdapServer server ) throws Exception
{
studioBot.resetLdapPerspective();