mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Debugging code for bug 960760
This commit is contained in:
parent
06d9cc505a
commit
ed58dd2e28
@ -16,6 +16,9 @@ function checkException(func, exc)
|
||||
catch (ex) {
|
||||
exceptionThrew = true;
|
||||
is(ex.name, exc, "Expected "+exc+" exception");
|
||||
if (ex.name != exc) {
|
||||
ok(true, "The exception which was thrown is: " + ex);
|
||||
}
|
||||
}
|
||||
ok(exceptionThrew, "Exception "+exc+" threw");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user