[jboss-wise/wise-core] 382a49: All archives are shrinkwrapped. Fixed profiles to...
by GitHub
Branch: refs/heads/master
Home: https://github.com/jboss-wise/wise-core
Commit: 382a4997ca7fd46bbede1ab088f09502ed92e470
https://github.com/jboss-wise/wise-core/commit/382a4997ca7fd46bbede1ab088...
Author: rsearls <rsearls(a)redhat.com>
Date: 2015-09-22 (Tue, 22 Sep 2015)
Changed paths:
M integration-testsuite/common/pom.xml
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicMethodStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/WiseIntegrationBasicTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/incontainer/WiseIntegrationInContainerTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/tree/MessagePreviewIntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/tree/WiseIntegrationTreeTest.java
M integration-testsuite/cxf/pom.xml
M integration-testsuite/cxf/src/test/java/org/jboss/wise/test/integration/wsaddressing/WSAddressingIntegrationTest.java
M integration-testsuite/pom.xml
M pom.xml
Log Message:
-----------
All archives are shrinkwrapped. Fixed profiles to run individual tests.
Commit: 185b16eb1e95b3965041dd7ff5130398fee09f5e
https://github.com/jboss-wise/wise-core/commit/185b16eb1e95b3965041dd7ff5...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2015-09-24 (Thu, 24 Sep 2015)
Changed paths:
M integration-testsuite/common/pom.xml
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicMethodStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/WiseIntegrationBasicTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/incontainer/WiseIntegrationInContainerTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/tree/MessagePreviewIntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/tree/WiseIntegrationTreeTest.java
M integration-testsuite/cxf/pom.xml
M integration-testsuite/cxf/src/test/java/org/jboss/wise/test/integration/wsaddressing/WSAddressingIntegrationTest.java
M integration-testsuite/pom.xml
M pom.xml
Log Message:
-----------
Merge pull request #11 from rsearls/wise-258-full-shrinkwrap
[WISE-250] All archives are shrinkwrapped. Fixed profiles to run individual tests.
Compare: https://github.com/jboss-wise/wise-core/compare/f2d38888cb43...185b16eb1e95
9 years, 3 months
[jboss-wise/wise-core] 58abea: [WISE-250] major changes for migration to arquilli...
by GitHub
Branch: refs/heads/master
Home: https://github.com/jboss-wise/wise-core
Commit: 58abeabeb3f1835d4326092ff72df3b10b6676b7
https://github.com/jboss-wise/wise-core/commit/58abeabeb3f1835d4326092ff7...
Author: rsearls <rsearls(a)redhat.com>
Date: 2015-09-14 (Mon, 14 Sep 2015)
Changed paths:
M .gitignore
M core/src/main/java/org/jboss/wise/core/test/WiseTest.java
M integration-testsuite/common/pom.xml
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/adapter/XmlJavaTypeAdapterIntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicMethodStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicNoCacheNoClientCacheStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/BasicStressTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/WiseIntegrationBasicTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/complex/WiseIntegrationComplexTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/incontainer/WiseIntegrationInContainerTest.java
A integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/jbide14739/JBIDE14739BIntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/jbide14739/JBIDE14739IntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/mtom/MTOMIntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/smooks/WiseIntegrationSmooksTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/tree/MessagePreviewIntegrationTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/tree/WiseIntegrationTreeTest.java
M integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/wsdlResolver/WSDLResolverIntegrationTest.java
M integration-testsuite/common/src/test/resources/META-INF/smooks/smooks-config-XMLGregorianCalendar.xml
M integration-testsuite/common/src/test/resources/META-INF/smooks/smooks-response-config.xml
M integration-testsuite/common/src/test/resources/WEB-INF/incontainer/jboss-deployment-structure.xml
A integration-testsuite/common/src/test/resources/WEB-INF/jbide14739B/web.xml
A integration-testsuite/common/src/test/resources/arquillian.xml
A integration-testsuite/common/src/test/scripts/testsuite_common.groovy
M integration-testsuite/cxf/src/test/java/org/jboss/wise/test/integration/wsaddressing/WSAddressingIntegrationTest.java
M integration-testsuite/pom.xml
M pom.xml
Log Message:
-----------
[WISE-250] major changes for migration to arquillian. Tests use shrinkwrap. WFly (800, 810, 820, 900) supported
Commit: 71fc84b11b773cb533e763f2832840e703e02e5f
https://github.com/jboss-wise/wise-core/commit/71fc84b11b773cb533e763f283...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M integration-testsuite/common/pom.xml
M integration-testsuite/cxf/pom.xml
M integration-testsuite/cxf/src/test/java/org/jboss/wise/test/integration/wsaddressing/WSAddressingIntegrationTest.java
M integration-testsuite/pom.xml
Log Message:
-----------
[WISE-250] Enable cxf integration testsuite that was erroneously disabled in previous commit
Compare: https://github.com/jboss-wise/wise-core/compare/986887808329...71fc84b11b77
9 years, 3 months