You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/03/02 12:34:51 UTC

tomee git commit: ignoring CdiEventRealmTest since 1) it is not the place to put this test, 2) it breaks the whole webprofile arquillian tests suite

Repository: tomee
Updated Branches:
  refs/heads/develop fb9dac776 -> f5435caa9


ignoring CdiEventRealmTest since 1) it is not the place to put this test, 2) it breaks the whole webprofile arquillian tests suite


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f5435caa
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f5435caa
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/f5435caa

Branch: refs/heads/develop
Commit: f5435caa9253c3538d23dbf2249a04ab9f35c1b7
Parents: fb9dac7
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Mon Mar 2 12:34:44 2015 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Mon Mar 2 12:34:44 2015 +0100

----------------------------------------------------------------------
 .../apache/openejb/arquillian/tests/realm/CdiEventRealmTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/f5435caa/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/CdiEventRealmTest.java
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/CdiEventRealmTest.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/CdiEventRealmTest.java
index 8c7aae6..1748699 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/CdiEventRealmTest.java
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/CdiEventRealmTest.java
@@ -32,6 +32,7 @@ import org.apache.tomee.catalina.realm.event.GssAuthenticationEvent;
 import org.apache.tomee.catalina.realm.event.SslAuthenticationEvent;
 import org.apache.tomee.catalina.realm.event.UserPasswordAuthenticationEvent;
 import org.ietf.jgss.GSSContext;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -49,6 +50,7 @@ import static org.junit.Assert.assertTrue;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
 
+@Ignore("either fix test setup (@Category(Embedded.class)) or rewrite this test to use arquillian but ATM it breaks the whole suite cause of AppComposer/Arq lifecycles")
 @RunWith(ApplicationComposer.class)
 public class CdiEventRealmTest {