You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:32:28 UTC

[22/50] [abbrv] incubator-taverna-engine git commit: Merge branch 'taverna-activity-test-utils'

Merge branch 'taverna-activity-test-utils'

>From https://github.com/taverna/taverna-activity-test-utils master


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/01c30ac2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/01c30ac2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/01c30ac2

Branch: refs/heads/master
Commit: 01c30ac2e2649582909fe2793da37d698df3f9fc
Parents: b952f45 2221882
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Dec 27 13:34:32 2014 -0600
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Dec 27 13:34:32 2014 -0600

----------------------------------------------------------------------
 taverna-activity-test-utils/pom.xml             |  61 +++++
 .../activities/testutils/ActivityInvoker.java   | 250 +++++++++++++++++++
 .../t2/activities/testutils/DummyCallback.java  | 106 ++++++++
 .../activities/testutils/LocationConstants.java |  31 +++
 .../context-parts/componentservices.xml         | 101 ++++++++
 .../resources/context-parts/dao_hibernate.xml   | 102 ++++++++
 .../dao_hibernate_transactional.xml             | 120 +++++++++
 .../resources/context-parts/dao_inmemory.xml    |  30 +++
 .../context-parts/hibernateprops_derby.xml      |  63 +++++
 .../resources/context-parts/raven_local.xml     |  48 ++++
 .../context-parts/referenceservice.xml          |  58 +++++
 .../resources/inMemoryActivityTestsContext.xml  |  29 +++
 12 files changed, 999 insertions(+)
----------------------------------------------------------------------