aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/phantom.js
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2015-02-26 08:36:17 +0100
committerHeinrich Fenkart <[email protected]>2015-02-26 08:36:17 +0100
commitc65deddcced37ae7df2d5a7676cef9d9ff1729a9 (patch)
tree5945eab4ea69507a3c4315780ef03c1be89b8e0e /js/tests/unit/phantom.js
parent4cb39987f07ca50d9466fabdb0814ad7c6f71c05 (diff)
parent9afb61fffddb00b35e36427c216c51aa2e20dd9e (diff)
downloadbootstrap-c65deddcced37ae7df2d5a7676cef9d9ff1729a9.tar.xz
bootstrap-c65deddcced37ae7df2d5a7676cef9d9ff1729a9.zip
Merge pull request #15933 from twbs/qunit-module-hooks
Unit tests: Use new names of module hooks
Diffstat (limited to 'js/tests/unit/phantom.js')
-rw-r--r--js/tests/unit/phantom.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/phantom.js b/js/tests/unit/phantom.js
index ea7455cfc..f6f0ac00f 100644
--- a/js/tests/unit/phantom.js
+++ b/js/tests/unit/phantom.js
@@ -31,8 +31,8 @@
if (!obj.result) {
// Dumping large objects can be very slow, and the dump isn't used for
// passing tests, so only dump if the test failed.
- actual = QUnit.jsDump.parse(obj.actual)
- expected = QUnit.jsDump.parse(obj.expected)
+ actual = QUnit.dump.parse(obj.actual)
+ expected = QUnit.dump.parse(obj.expected)
}
// Send it.
sendMessage('qunit.log', obj.result, actual, expected, obj.message, obj.source)