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/BrowserTest.java')
-rw-r--r--tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
index f8f2c1dd5..ca4255b43 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
@@ -464,8 +464,10 @@ public class BrowserTest extends AbstractTestBase
* Test for DIRSTUDIO-1172: Studio doesn't display entries with trailing =.
*/
@ParameterizedTest
- @LdapServersSource(types = LdapServerType.ApacheDS)
- // Empty RDN value is not supported by OpenLDAP and 389ds
+ @LdapServersSource(except =
+ {
+ LdapServerType.OpenLdap,
+ LdapServerType.Fedora389ds }, reason = "Empty RDN value is not supported by OpenLDAP and 389ds")
public void testBrowseDnWithEmptyRdnValue( TestLdapServer server ) throws Exception
{
@@ -705,9 +707,7 @@ public class BrowserTest extends AbstractTestBase
* Browse and refresh entry with multi-valued RDN with same attribute type.
*/
@ParameterizedTest
- @LdapServersSource(types =
- { LdapServerType.ApacheDS, LdapServerType.Fedora389ds })
- // Multi-valued RDN with same attribute is not supported by OpenLDAP
+ @LdapServersSource(except = LdapServerType.OpenLdap, reason = "Multi-valued RDN with same attribute is not supported by OpenLDAP")
public void testBrowseAndRefreshEntryWithMvRdn( TestLdapServer server ) throws Exception
{
Dn entryDn = dn( "l=Berlin+l=Brandenburger Tor+l=de+l=eu", MISC_DN );
@@ -792,7 +792,7 @@ public class BrowserTest extends AbstractTestBase
@ParameterizedTest
- @LdapServersSource(types = LdapServerType.ApacheDS)
+ @LdapServersSource(only = LdapServerType.ApacheDS, reason = "ApacheDS specific test")
public void testBrowseSubEntry( TestLdapServer server ) throws Exception
{
Dn subentryDn = dn( "cn=subentry", MISC_DN );