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 2016/08/26 16:02:58 UTC

tomee git commit: forgot again to add classes for remote tomee tests...will surely re-happen in the future

Repository: tomee
Updated Branches:
  refs/heads/master 358c7961a -> 62276f191


forgot again to add classes for remote tomee tests...will surely re-happen in the future


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

Branch: refs/heads/master
Commit: 62276f191fa957c9508fb601fd18ff0cd89caa99
Parents: 358c796
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Fri Aug 26 18:02:49 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Fri Aug 26 18:02:49 2016 +0200

----------------------------------------------------------------------
 .../arquillian/tests/datasourcerealm/DataSourceRealmTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/62276f19/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/datasourcerealm/DataSourceRealmTest.java
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/datasourcerealm/DataSourceRealmTest.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/datasourcerealm/DataSourceRealmTest.java
index 6ba794b..5b04296 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/datasourcerealm/DataSourceRealmTest.java
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/datasourcerealm/DataSourceRealmTest.java
@@ -44,7 +44,7 @@ public class DataSourceRealmTest {
     @Deployment(testable = false)
     public static Archive<?> war() {
         return ShrinkWrap.create(WebArchive.class, DataSourceRealmTest.class.getName() + ".war")
-                .addClasses(AddUser.class)
+                .addClasses(AddUser.class, User.class, Role.class, RoleId.class)
                 .addAsWebInfResource(new StringAsset( // JPA for user/role provisioning and table init
                         "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
                         "<persistence xmlns=\"http://java.sun.com/xml/ns/persistence\"\n" +