From b334d8f3cfb7b43e705ed0b7c7aa6e2ce23e5bd6 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 27 Mar 2011 21:59:06 +0000 Subject: Add tests for HTTP components and widgets. Refactor and simplify some of the samples composites and component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086047 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/edit/apps/testwidgets2/app.composite | 165 +++++++++++++++++++++ .../trunk/modules/edit/apps/testwidgets2/app.html | 83 +++++++++++ 2 files changed, 248 insertions(+) create mode 100644 sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite create mode 100644 sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html (limited to 'sca-cpp/trunk/modules/edit/apps/testwidgets2') diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite new file mode 100644 index 0000000000..6ad9b104eb --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite @@ -0,0 +1,165 @@ + + + + + + + test value + + + + + testtable1 + + + + + + + + + + + + + + + + + + + testtable2 + + + + + + + + + + + + + + + + + + a + + + + + 1 + + + + + + + + + + + 2 + + + + + + + + + + + b + + + + + + + + + + + + + + + + + + + + + testhtml + + + + + <b>test bold text</b> + + + + + + + + + + + testlink + + + + + http://www.apache.org/ + + + + + + + + + + + + Apache + + + + + + + + + + + testframe + + + + + http://www.cnn.com + + diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html new file mode 100644 index 0000000000..4e246df55e --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html @@ -0,0 +1,83 @@ + + +
+ + + + + + + + + + + + +
namevalue
namevalue
+
+ + + + + + + + + + + + + + + +
namevalue
namevalue
+
+ + + + + + + + + + + + +
namevalue
namevalue
+
+ + text + + + + link + + + + + + frame ... + + + +
-- cgit v1.2.3