Repository: james-project
Updated Branches:
  refs/heads/master 14be7a1d5 -> 5d5e3732d


JAMES-1911 WebAdmin integration tests were ignored


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/0b2c1c49
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/0b2c1c49
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/0b2c1c49

Branch: refs/heads/master
Commit: 0b2c1c493d41f231efc7330258cef519de012c15
Parents: 8256ad1
Author: Benoit Tellier <btell...@linagora.com>
Authored: Wed Jan 18 14:02:41 2017 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Wed Jan 18 14:15:52 2017 +0700

----------------------------------------------------------------------
 .../webadmin/integration/WebAdminServerIntegrationTest.java      | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/0b2c1c49/server/protocols/webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/WebAdminServerIntegrationTest.java
----------------------------------------------------------------------
diff --git 
a/server/protocols/webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/WebAdminServerIntegrationTest.java
 
b/server/protocols/webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/WebAdminServerIntegrationTest.java
index 7c3393d..4e7744e 100644
--- 
a/server/protocols/webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/WebAdminServerIntegrationTest.java
+++ 
b/server/protocols/webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/WebAdminServerIntegrationTest.java
@@ -34,7 +34,6 @@ import org.apache.james.webadmin.routes.UserMailboxesRoutes;
 import org.apache.james.webadmin.routes.UserRoutes;
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
@@ -43,7 +42,6 @@ import com.jayway.restassured.RestAssured;
 import com.jayway.restassured.builder.RequestSpecBuilder;
 import com.jayway.restassured.http.ContentType;
 
-@Ignore("needs messageIdManager cassandra impl")
 public class WebAdminServerIntegrationTest {
 
     public static final String DOMAIN = "domain";
@@ -153,8 +151,6 @@ public class WebAdminServerIntegrationTest {
         
assertThat(guiceJamesServer.serverProbe().listUserMailboxes(USERNAME)).containsExactly(MAILBOX);
     }
 
-
-
     @Test
     public void deleteMailboxShouldRemoveAMailbox() throws Exception {
         guiceJamesServer.serverProbe().addDomain(DOMAIN);


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to