summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 04:00:02 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 04:00:02 +0000
commit7ecfed29da610f1025d68afc710777b28a0e48c3 (patch)
tree0ddb4cb03bcebfe0aaac0054edf3b379cca1fbb4 /branches/sca-java-1.x
parentbbbeb694aa1975906ea59288202946328bc0e8ec (diff)
TUSCANY-2933 - Updating widget test html to use widget Java Script fuctions in the new tuscany.sca namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x')
-rw-r--r--branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html4
-rw-r--r--branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html b/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
index 58f9f560a7..95b0d10a15 100644
--- a/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
+++ b/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/store.html
@@ -26,10 +26,10 @@
<script language="JavaScript">
//@Reference
- var catalog = new Reference("Catalog");
+ var catalog = new tuscany.sca.Reference("Catalog");
//@Reference
- var shoppingCart = new Reference("ShoppingCart");
+ var shoppingCart = new tuscany.sca.Reference("ShoppingCart");
//@Property
var locale = Property("locale");
diff --git a/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html b/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
index 6bbc285377..2e3d76d9a3 100644
--- a/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
+++ b/branches/sca-java-1.x/modules/implementation-widget-runtime/src/test/resources/content/storeJS.html
@@ -32,10 +32,10 @@
<script language="JavaScript">
//@Reference
- var catalog = new Reference("Catalog");
+ var catalog = new tuscany.sca.Reference("Catalog");
//@Reference
- var shoppingCart = new Reference("ShoppingCart");
+ var shoppingCart = new tuscany.sca.Reference("ShoppingCart");
//@Property
var locale = Property("locale");