More feedback during test. This is not part of the default build.

This commit is contained in:
vidur%netscape.com 2002-02-06 22:10:39 +00:00
Родитель 8171a995e8
Коммит 80e9ee5924
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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) {

Просмотреть файл

@ -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) {