From c9bfccc35345ce58fb5774d4b0b6a9868b262c0a Mon Sep 17 00:00:00 2001 From: giorgio Date: Wed, 5 Sep 2012 08:31:30 +0000 Subject: git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-0310-9956-ffa450edef68 --- .../server/data/apps/testevents/app.composite | 202 +++++++++++++++++++++ .../hosting/server/data/apps/testevents/app.stats | 1 + .../server/data/apps/testevents/htdocs/app.html | 64 +++++++ 3 files changed, 267 insertions(+) create mode 100644 sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.composite create mode 100644 sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.stats create mode 100644 sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/htdocs/app.html (limited to 'sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents') diff --git a/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.composite b/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.composite new file mode 100644 index 0000000000..3d6e2eb687 --- /dev/null +++ b/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.composite @@ -0,0 +1,202 @@ + + + + testevents + testevents + + + + + + + + + + + + + + + + + + + + + + + + + + abc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + status + + + + + + status + + + + + + status + + + + + + testtext + + + + + + location + + + + + + + + + + + + + + + + + + + compxyz + + + + + https://testhttp.example.com:8453/components/property + + + + + 3000 + + + + + testfield + + + + + + + + + + + + status + + + + + + + + + + + + page opens + + + + + xyz + + + + + ok button clicked + + + + + cancel button clicked + + + + + timer fired + + + + + https://testhttp.example.com:8453/components/property + + + + + + + + + + + + + diff --git a/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.stats b/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.stats new file mode 100644 index 0000000000..9c14040cd0 --- /dev/null +++ b/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/app.stats @@ -0,0 +1 @@ +((entry (title "Test event components") (id "testevents") (author "admin@example.com") (updated "Jan 01, 2012") (content (stats (description "Sample app"))))) diff --git a/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/htdocs/app.html b/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/htdocs/app.html new file mode 100644 index 0000000000..3178459f47 --- /dev/null +++ b/sca-cpp/branches/lightweight-sca/hosting/server/data/apps/testevents/htdocs/app.html @@ -0,0 +1,64 @@ + + + + testevents + testevents + +
+ +

Test events

+
+ + + + + Status: + + + =status + + + Field value: + + + =testtext + + + Longitude: + + + =longitude + + + Latitude: + + + =latitude + + + + + + + +
+
+ +
-- cgit v1.2.3