You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/03/12 23:05:48 UTC

git commit: DELTASPIKE-57 updated arquillian config

Updated Branches:
  refs/heads/master 84a0d71ec -> 4cc9b6a3f


DELTASPIKE-57 updated arquillian config

for the next snapshot of tomee


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/4cc9b6a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/4cc9b6a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/4cc9b6a3

Branch: refs/heads/master
Commit: 4cc9b6a3f0214629ad157491e20a97dff8cafeca
Parents: 84a0d71
Author: gpetracek <gp...@apache.org>
Authored: Mon Mar 12 23:01:52 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Mon Mar 12 23:01:52 2012 +0100

----------------------------------------------------------------------
 .../src/test/resources/arquillian.xml              |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/4cc9b6a3/deltaspike/core/integration-test/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/resources/arquillian.xml b/deltaspike/core/integration-test/src/test/resources/arquillian.xml
index 38382bd..c0a5afa 100644
--- a/deltaspike/core/integration-test/src/test/resources/arquillian.xml
+++ b/deltaspike/core/integration-test/src/test/resources/arquillian.xml
@@ -67,6 +67,7 @@
             <property name="httpPort">-1</property>
             <property name="ajpPort">-1</property>
             <property name="stopPort">-1</property>
+            <property name="appWorkingDir">target/arquillian-test-working-dir</property>
         </configuration>
     </container>
 </arquillian>