Bug 443763 - Unit test for Bug 331215 fails rather frequently on Mozilla2 builds (and nearly constantly on SeaMonkey builds); (Bv1) Add |todo(false, ...)|; r=gavin.sharp

This commit is contained in:
Serge Gautherie 2009-03-27 00:40:11 +01:00
parent b8aefc1700
commit 5900318bac
2 changed files with 2 additions and 3 deletions

View File

@ -57,6 +57,7 @@
function ok(condition, message) { function ok(condition, message) {
window.opener.wrappedJSObject.SimpleTest.ok(condition, message); window.opener.wrappedJSObject.SimpleTest.ok(condition, message);
} }
function finish() { function finish() {
window.close(); window.close();
window.opener.wrappedJSObject.SimpleTest.finish(); window.opener.wrappedJSObject.SimpleTest.finish();

View File

@ -31,6 +31,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=331215
<![CDATA[ <![CDATA[
/** Test for Bug 331215 **/ /** Test for Bug 331215 **/
todo(false, "disabled - to be fixed in bug 443763");
/* /*
XXX disabled - to be fixed in bug 443763 XXX disabled - to be fixed in bug 443763
SimpleTest.waitForExplicitFinish(); SimpleTest.waitForExplicitFinish();
@ -38,9 +39,6 @@ window.open("bug331215_window.xul", "331215test",
"chrome,width=600,height=600"); "chrome,width=600,height=600");
*/ */
]]> ]]>
</script> </script>