зеркало из https://github.com/mozilla/gecko-dev.git
More feedback during test. This is not part of the default build.
This commit is contained in:
Родитель
8171a995e8
Коммит
80e9ee5924
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче