diff --git a/extensions/webservices/proxy/tests/wspproxytest.xhtml b/extensions/webservices/proxy/tests/wspproxytest.xhtml index a3381b8a817..4ccf34efe67 100644 --- a/extensions/webservices/proxy/tests/wspproxytest.xhtml +++ b/extensions/webservices/proxy/tests/wspproxytest.xhtml @@ -47,6 +47,7 @@ WSPTest.prototype.onIsPrimeProxyTestComplete = function(str) { WSPTest.prototype.startTest = function() { try { + document.getElementById("id1").firstChild.nodeValue = "Testing..."; document.getElementById("id1").firstChild.nodeValue = this.wsptest.testComplexTypeWrapper(); } catch (e) { @@ -54,6 +55,7 @@ WSPTest.prototype.startTest = function() { } try { + document.getElementById("id2").firstChild.nodeValue = "Testing..."; document.getElementById("id2").firstChild.nodeValue = this.wsptest.testPropertyBagWrapper(); } catch (e) { @@ -61,6 +63,7 @@ WSPTest.prototype.startTest = function() { } try { + document.getElementById("id3").firstChild.nodeValue = "Testing..."; this.wsptest.testIsPrimeProxy(this); } catch (e) { diff --git a/extensions/xmlextras/proxy/src/tests/wspproxytest.xhtml b/extensions/xmlextras/proxy/src/tests/wspproxytest.xhtml index a3381b8a817..e69de29bb2d 100644 --- a/extensions/xmlextras/proxy/src/tests/wspproxytest.xhtml +++ b/extensions/xmlextras/proxy/src/tests/wspproxytest.xhtml @@ -1,89 +0,0 @@ - - - - -Web Service Proxy Tests - - - - -

Web Service Proxy Tests

- -
Complex Type Wrapper Test -
@@No result@@
-
-
Property Bag Wrapper Test -
@@No result@@
-
-
IsPrime Proxy Test -
@@No result@@
-
- - - -