Set gPageCompleted so Spider can detect test completion, no bug.
git-svn-id: svn://10.0.0.236/trunk@179377 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a6905b618a
commit
cf42a882c5
@ -2,4 +2,9 @@ if (window.opener && window.opener.runNextTest)
|
||||
{
|
||||
setTimeout('window.opener.runNextTest()', 250);
|
||||
}
|
||||
else
|
||||
{
|
||||
gPageCompleted = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user