DescriptionFix notifications tests' use of assert_object_equals
Several notifications layout tests misues assert_object_equals, passing
in non-object values, and assuming it will behave like assert_equals.
Spoiler - it doesn't: assert_object_equals(true, false) passes!
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201317
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address review comments #
Dependent Patchsets: Messages
Total messages: 8 (3 generated)
|