summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude the recently added tests that we haven't brought up in tuscany yetantelder2010-12-091-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043886 13f79535-47bb-0310-9956-ffa450edef68
* Customize the surefire plugin trying to avoid out of heap spacerfeng2010-12-086-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043773 13f79535-47bb-0310-9956-ffa450edef68
* Fix error message. The details stay the same but the prefix "Test service ↵slaws2010-12-061-1/+1
| | | | | | got an exception during execution" is removed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042563 13f79535-47bb-0310-9956-ffa450edef68
* Add tests dependency to see if that fixes the build problem on hudson solaris2antelder2010-12-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040950 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3704 - Reset the artifact name in the monitor so that the correct ↵slaws2010-11-301-1/+1
| | | | | | name is reported. Thanks for the patch Yang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040436 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3781 - Make java-caa always enabled in the local build but use a ↵slaws2010-11-181-8/+30
| | | | | | profile to disable on hudson git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036493 13f79535-47bb-0310-9956-ffa450edef68
* Update compliance tests to use base-runtime jarantelder2010-11-114-160/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033930 13f79535-47bb-0310-9956-ffa450edef68
* Uses *** for JVM specific package nameantelder2010-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033902 13f79535-47bb-0310-9956-ffa450edef68
* Update trunk J-CI compliance test runner to use the base-runtime jarantelder2010-11-111-42/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033892 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3781: Take out CAA tests for nowantelder2010-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033825 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3727 - fix binding-ws which jars so that it doesn't have base ↵slaws2010-11-096-6/+49
| | | | | | Tuscany jars. So we have binding-rmi and binding-ws as examples now. It this works we'll fix the rest for the next release. Also, for compliance tests, ensure that the phase of the unpack allows the local error message file to take precedence git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032909 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with an error message fix in the runtimeslaws2010-11-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032592 13f79535-47bb-0310-9956-ffa450edef68
* unpack the dependecies earlier so that we pick up the local test messages ↵slaws2010-10-291-1/+1
| | | | | | instead of the unpacked ones. This shouldn't usually make a difference however there are cases, when the svn mvn repo hasn't been updated, where the two versions get out of line git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028820 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3709 re-enable excluded compliance testsbdaniel2010-10-282-11/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028369 13f79535-47bb-0310-9956-ffa450edef68
* Update *-runtime pom types to be *-runtime-pom so its consistent with the ↵antelder2010-10-195-5/+5
| | | | | | base one and more obvious you need to have <type>pom</type> when using the dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024153 13f79535-47bb-0310-9956-ffa450edef68
* Delete shades and remove all refernces to them as they're now replaced by ↵antelder2010-10-151-2/+2
| | | | | | base + extension-runtime approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022892 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to use base + extension styleantelder2010-10-141-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
* Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder2010-10-141-2/+2
| | | | | | the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
* Update to base + extensions approachslaws2010-10-132-2/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022145 13f79535-47bb-0310-9956-ffa450edef68
* Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder2010-10-133-3/+3
| | | | | | to have <type>pom</type> in the dependency definition git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
* Update to base + extensions approachslaws2010-10-131-1/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022072 13f79535-47bb-0310-9956-ffa450edef68
* Should have been excluding ASM tests not JCA testsslaws2010-10-121-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021798 13f79535-47bb-0310-9956-ffa450edef68
* Set domain name for node as 9016 tests for the domain nameslaws2010-10-121-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021759 13f79535-47bb-0310-9956-ffa450edef68
* Switch over to new runtime references. slaws2010-10-111-2/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021322 13f79535-47bb-0310-9956-ffa450edef68
* Hide failing testsslaws2010-10-082-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005838 13f79535-47bb-0310-9956-ffa450edef68
* Update as an example of using base + extensions in compliance testsslaws2010-10-081-6/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005835 13f79535-47bb-0310-9956-ffa450edef68
* Update relative pathsantelder2010-10-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005061 13f79535-47bb-0310-9956-ffa450edef68
* Copy itest and compliance test to be under testing folderantelder2010-10-0626-0/+2650
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005039 13f79535-47bb-0310-9956-ffa450edef68