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:37:46 UTC

[31/50] [abbrv] incubator-taverna-commandline git commit: Merge branch 'taverna3-command-line-tests'

Merge branch 'taverna3-command-line-tests'

>From https://github.com/taverna/taverna3-command-line-tests master


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/0be1d89c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/0be1d89c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/0be1d89c

Branch: refs/heads/master
Commit: 0be1d89cf03d066977da0e84f39c628e91124f97
Parents: a8a1ad0 9601b2f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Dec 28 01:51:08 2014 -0600
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Dec 28 01:51:08 2014 -0600

----------------------------------------------------------------------
 taverna-commandline-tests/pom.xml               |  97 +++
 .../commandline/TavernaCommandLineTest.java     | 485 ++++++++++++++
 .../taverna/commandline/WorkflowTestRunner.java |  70 ++
 .../taverna/commandline/WorkflowTestSuite.java  |  79 +++
 .../biomartandembossanalysis.url                |   1 +
 .../biomartandembossanalysis/ignorePort         |   1 +
 .../biomoby_tutorial_workflow.url               |   1 +
 .../biomoby_tutorial_workflow/ignorePort        |   1 +
 .../biomoby_tutorial_workflow/inputs/id         |   1 +
 .../biomoby_tutorial_workflow/inputs/namespace  |   1 +
 .../demonstration_of_configurable_iteration.url |   1 +
 .../ebi_interproscan_newservices.url            |   1 +
 .../ebi_interproscan_newservices/ignorePort     |   1 +
 .../ebi_interproscan_newservices/inputs/email   |   1 +
 .../inputs/sequence                             |   8 +
 .../example_of_conditional_invocation.url       |   1 +
 .../inputs/condition                            |   1 +
 .../example_of_explicit_looping.url             |   1 +
 .../example_of_explicit_looping/inputs/end      |   1 +
 .../example_of_explicit_looping/inputs/start    |   1 +
 .../example_of_explicit_looping/inputs/step     |   1 +
 ...e_workflow_for_rest_and_xpath_activities.url |   1 +
 .../Name_Of_Location_for_Weather_Forecast       |   1 +
 .../fetch_dragon_images_from_biomoby.url        |   1 +
 .../fetch_pdb_flatfile_from_rcsb_server.url     |   1 +
 .../inputs/pdbID                                |   1 +
 .../fetch_today_s_xkcd_comic.url                |   1 +
 .../myexperiment/gbseq_test/gbseq_test.url      |   1 +
 .../myexperiment/hello_anyone/hello_anyone.url  |   1 +
 .../myexperiment/hello_anyone/inputs/name       |   1 +
 .../myexperiment/hello_world/hello_world.url    |   1 +
 .../pipelined_list_iteration/inputs/input       |   1 +
 .../pipelined_list_iteration.url                |   1 +
 .../retrieve_sequence_in_embl_format.url        |   1 +
 .../secure_rest_service_call_example.url        |   1 +
 .../secure_web_service_call_example.url         |   1 +
 .../spreadsheed_data_import_example.url         |   1 +
 .../unix_external_tools_with_zip_and_unzip.url  |   1 +
 .../unix_numerically_adding_two_values/inputs/a |   1 +
 .../unix_numerically_adding_two_values/inputs/b |   1 +
 .../unix_numerically_adding_two_values.url      |   1 +
 ...ix_tool_service_using_string_replacement.url |   1 +
 .../src/test/resources/security/t2keystore.ubr  | Bin 0 -> 3312 bytes
 .../test/resources/security/t2truststore.ubr    | Bin 0 -> 213408 bytes
 .../resources/security/taverna-keystore.ubr     | Bin 0 -> 3312 bytes
 .../resources/security/taverna-truststore.ubr   | Bin 0 -> 213408 bytes
 .../workflows/apiconsumer/apiconsumer.t2flow    | 178 +++++
 .../resources/workflows/apiconsumer/inputs/in   |   1 +
 .../workflows/beanshell/beanshell.t2flow        | 137 ++++
 .../resources/workflows/beanshell/inputs/in     |   1 +
 .../resources/workflows/biomart/biomart.t2flow  |  30 +
 .../workflows/dataflow/dataflow.t2flow          | 217 +++++++
 .../test/resources/workflows/dataflow/inputs/in |   1 +
 .../resources/workflows/in-out/in-out.t2flow    |  12 +
 .../test/resources/workflows/in-out/inputs/in   |   1 +
 .../resources/workflows/iteration/inputs/in     |   1 +
 .../workflows/iteration/iteration.t2flow        | 474 ++++++++++++++
 .../resources/workflows/localworker/inputs/in   |   1 +
 .../workflows/localworker/localworker.t2flow    |  67 ++
 .../test/resources/workflows/rest/rest.t2flow   | 154 +++++
 .../secure-basic-authentication-https.t2flow    |  74 +++
 .../secure-basic-authentication.t2flow          |  74 +++
 ...cure-client-cert-authentication-https.t2flow | 162 +++++
 .../secure-digest-authentication-https.t2flow   | 107 +++
 .../secure-digest-authentication.t2flow         | 129 ++++
 .../secure-ws-https/secure-ws-https.t2flow      | 180 ++++++
 .../workflows/secure-ws/secure-ws.t2flow        | 180 ++++++
 .../workflows/secure-wsdl/secure-wsdl.t2flow    | 131 ++++
 .../resources/workflows/soaplab/soaplab.t2flow  |  84 +++
 .../spreadsheetimport/spreadsheetimport.t2flow  | 646 +++++++++++++++++++
 .../stringconstant/stringconstant.t2flow        |  32 +
 .../test/resources/workflows/tool/tool.t2flow   | 158 +++++
 .../test/resources/workflows/wsdl/wsdl.t2flow   |  22 +
 .../resources/workflows/xmlSplitter/inputs/age  |   1 +
 .../workflows/xmlSplitter/inputs/firstName      |   1 +
 .../workflows/xmlSplitter/inputs/lastName       |   1 +
 .../workflows/xmlSplitter/xmlSplitter.t2flow    | 339 ++++++++++
 .../test/resources/workflows/xpath/xpath.t2flow | 127 ++++
 78 files changed, 4499 insertions(+)
----------------------------------------------------------------------