From d3bdc051ec4a6499c73d00e80f744aa375a01687 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 13 Jun 2011 07:57:30 +0000 Subject: Minor refactoring and cleanup of edit module and its test composites. Add HTML generation and messaging components and a few more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/modules/edit/apps/testsms/app.composite | 98 ++++++++++++++++++++++ sca-cpp/trunk/modules/edit/apps/testsms/app.stats | 1 + .../modules/edit/apps/testsms/htdocs/app.html | 24 ++++++ 3 files changed, 123 insertions(+) create mode 100644 sca-cpp/trunk/modules/edit/apps/testsms/app.composite create mode 100644 sca-cpp/trunk/modules/edit/apps/testsms/app.stats create mode 100644 sca-cpp/trunk/modules/edit/apps/testsms/htdocs/app.html (limited to 'sca-cpp/trunk/modules/edit/apps/testsms') diff --git a/sca-cpp/trunk/modules/edit/apps/testsms/app.composite b/sca-cpp/trunk/modules/edit/apps/testsms/app.composite new file mode 100644 index 0000000000..a5d82a2891 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testsms/app.composite @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + twiliosid + + + + + twiliotoken + + + + + tophone + + + + + fromphone + + + + + Hello Again! + + + + + From={0}&To={1}&Body={2} + + + + + Hello there + + + + + + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testsms/app.stats b/sca-cpp/trunk/modules/edit/apps/testsms/app.stats new file mode 100644 index 0000000000..be1fc6d254 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testsms/app.stats @@ -0,0 +1 @@ +((entry (title "Test HTTP components") (id "testhttp"))) \ No newline at end of file diff --git a/sca-cpp/trunk/modules/edit/apps/testsms/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testsms/htdocs/app.html new file mode 100644 index 0000000000..dd8f5f9f26 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testsms/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test SMS API

+
+
-- cgit v1.2.3