Bug 746021 - Don't assert that the window ids are the same when they shouldn't be. r=msucan

This commit is contained in:
Bobby Holley 2012-04-17 19:25:48 +02:00
parent 9d43831eef
commit 3f261756c8

View File

@ -30,8 +30,6 @@ let TestObserver = {
"sourceName is correct");
if (++errors == 2) {
is(lastWindowId, aSubject.outerWindowID,
"same window ID (" + lastWindowId + ") for both errors");
executeSoon(performTest);
}
else {