Commit 9afb61ff authored by Chris Rebert's avatar Chris Rebert
parent 4ff9c54c
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
if (!obj.result) { if (!obj.result) {
// Dumping large objects can be very slow, and the dump isn't used for // Dumping large objects can be very slow, and the dump isn't used for
// passing tests, so only dump if the test failed. // passing tests, so only dump if the test failed.
actual = QUnit.jsDump.parse(obj.actual) actual = QUnit.dump.parse(obj.actual)
expected = QUnit.jsDump.parse(obj.expected) expected = QUnit.dump.parse(obj.expected)
} }
// Send it. // Send it.
sendMessage('qunit.log', obj.result, actual, expected, obj.message, obj.source) sendMessage('qunit.log', obj.result, actual, expected, obj.message, obj.source)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment