You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/05/21 08:20:13 UTC

[directory-server] branch master updated: Removed a commented @Ignore tag

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 98a346a  Removed a commented @Ignore tag
98a346a is described below

commit 98a346a908f2f5dc1706a9a176e8faa21f4cc097
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Tue May 21 10:20:08 2019 +0200

    Removed a commented @Ignore tag
---
 .../apache/directory/server/core/api/LdapCoreSessionConnectionTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core-integ/src/test/java/org/apache/directory/server/core/api/LdapCoreSessionConnectionTest.java b/core-integ/src/test/java/org/apache/directory/server/core/api/LdapCoreSessionConnectionTest.java
index ad1b672..7e903fc 100755
--- a/core-integ/src/test/java/org/apache/directory/server/core/api/LdapCoreSessionConnectionTest.java
+++ b/core-integ/src/test/java/org/apache/directory/server/core/api/LdapCoreSessionConnectionTest.java
@@ -122,7 +122,6 @@ public class LdapCoreSessionConnectionTest extends AbstractLdapTestUnit
     }
 
 
-    //@Ignore
     @Test
     public void testBindWithLdapCoreSessionConnection() throws LdapException
     {