Closed Bug 1154679 Opened 9 years ago Closed 9 years ago

Remove is_loosely()

Categories

(Testing :: Mochitest, defect)

defect
Not set
normal

Tracking

(firefox40 fixed)

RESOLVED FIXED
mozilla40
Tracking Status
firefox40 --- fixed

People

(Reporter: Ms2ger, Assigned: ehsan.akhgari)

References

Details

Attachments

(3 files)

Its semantics are quite silly for tests, but I kept it to get bug 949614 landed more easily.
Assignee: nobody → ehsan
Attachment #8593621 - Flags: review?(Ms2ger)
Comment on attachment 8593619 [details] [diff] [review]
Part 1: Remove the usage of is_loosely from test_domrequesthelper.xul

Review of attachment 8593619 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/base/test/test_domrequesthelper.xul
@@ +54,2 @@
>        is(dummy._messages, undefined, "Messages is undefined");
> +      is(dummy._window, expectedPrivatePropertyValues, "Window is undefined");

Update the messages

@@ +71,2 @@
>        is(dummy._messages, undefined, "Messages is undefined");
> +      is(dummy._window, null, "Window is undefined");

Ditto
Attachment #8593619 - Flags: review?(Ms2ger) → review+
Attachment #8593620 - Flags: review?(Ms2ger) → review+
Attachment #8593621 - Flags: review?(Ms2ger) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: