Commit 9afb61ff authored by Chris Rebert's avatar Chris Rebert
Browse files
parent 4ff9c54c
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!15933Unit tests: Finish preparations for QUnit v2 upgrade,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
...@@ -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)
......
Supports Markdown
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