Upgrade QUnit to 1.13.0
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/16c962d9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/16c962d9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/16c962d9 Branch: refs/heads/wicket-6.x Commit: 16c962d99bc1f9f37344147e9b9d5f242f49d3f1 Parents: 1936452 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jan 7 10:27:12 2014 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jan 7 10:27:12 2014 +0200 ---------------------------------------------------------------------- wicket-core/src/test/js/qunit/qunit.css | 13 +- wicket-core/src/test/js/qunit/qunit.js | 2598 +++++++++++++------------- 2 files changed, 1335 insertions(+), 1276 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/16c962d9/wicket-core/src/test/js/qunit/qunit.css ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/js/qunit/qunit.css b/wicket-core/src/test/js/qunit/qunit.css index d7fc0c8..26a85d2 100644 --- a/wicket-core/src/test/js/qunit/qunit.css +++ b/wicket-core/src/test/js/qunit/qunit.css @@ -1,11 +1,12 @@ -/** - * QUnit v1.11.0 - A JavaScript Unit Testing Framework +/*! + * QUnit 1.13.0 + * http://qunitjs.com/ * - * http://qunitjs.com - * - * Copyright 2012 jQuery Foundation and other contributors - * Released under the MIT license. + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license * http://jquery.org/license + * + * Date: 2014-01-04T17:09Z */ /** Font Family and Sizes */
