This commit is contained in:
David Fugate 2011-09-25 10:48:00 -07:00
commit a8e88a93dd
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
//An exception is expected
if (testDescrip.negative !== undefined) {
testDescrip.negative = testDescrip.negative !== "" ? testDescrip.negative : ".";
//TODO - come up with a generic way of catching the error type from window.onerror
testDescrip.negative = testDescrip.negative === "NotEarlyError" ? testDescrip.negative : ".";
if (window.iframeError === undefined) { //no exception was thrown
testRun(testDescrip.id, testDescrip.path, testDescrip.description, testDescrip.code,
'fail',

Binary file not shown.