summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-widget-runtime/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/implementation-widget-runtime/src/test')
-rw-r--r--java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html b/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
index 71148833e0..6bbc285377 100644
--- a/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
+++ b/java/sca/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
@@ -21,15 +21,13 @@
<title>Store</TITLE>
<!-- one js include per sca component -->
-<script type="text/javascript" src="storeJS.js"></script>
-
-<!-- Include Tuscany JavaScript client model for Atom.
+<!-- For Atom, the Tuscany JavaScript client includes the model for Atom.
Using this JavaScript model, users can use syntax such as:
item += "name=" + entry.getName() + ", price=" + entry.getContent()
rather than
item += entries[i].getElementsByTagName("content")[0].firstChild.nodeValue;
-->
-<script type="text/javascript" src="atomModel.js"></script>
+<script type="text/javascript" src="storeJS.js"></script>
<script language="JavaScript">