What steps will reproduce the problem?
1. Inside jsTestDriver, run assertEquals({foo: null}, {bar:null})
What is the expected output? What do you see instead?
expected output indicating the objects are not equal. Actually get the result
"true"
What version of the product are you using? On what operating system?
jsTestDriver 1.35, OSX 10.6.8, Chrome 22.0.1229.94
Please provide any additional information below.
This is because compare_() in Asserts.js is using == instead of === on line
173. Using === fixes the issue.
Original issue reported on code.google.com by mgr...@rallydev.com on 18 Oct 2012 at 10:28
Original issue reported on code.google.com by
mgr...@rallydev.com
on 18 Oct 2012 at 10:28