You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2023/03/16 09:26:44 UTC

[wicket] branch master updated (06dbd0c613 -> f1794ac585)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from 06dbd0c613 Bump ejs from 3.1.6 to 3.1.8 in /testing/wicket-js-tests (#543)
     add f1794ac585 WICKET-7032: Update the JS tests to use latest version of QUnit (2.x) (#560)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |     2 +-
 testing/wicket-js-tests/Gruntfile.js               |     9 +-
 testing/wicket-js-tests/package-lock.json          |   841 +-
 testing/wicket-js-tests/package.json               |     6 +-
 testing/wicket-js-tests/pom.xml                    |     4 +-
 .../testing/jstest/StartJavaScriptTests.java       |     2 +-
 wicket-core/src/test/js/ajax.js                    |   789 +-
 wicket-core/src/test/js/all.html                   |    55 +-
 wicket-core/src/test/js/amd.js                     |    30 +-
 wicket-core/src/test/js/channels.js                |    56 +-
 .../src/test/js/data/ajax/complexComponentId.xml   |     8 +-
 wicket-core/src/test/js/data/ajax/evaluationId.xml |     5 +-
 .../js/data/ajax/evaluationIdentifierAndCodeId.xml |     6 +-
 .../test/js/data/ajax/manyEvaluationsResponse.xml  |  4254 +++----
 .../ajax/multipleEvaluationsWithIdentifier.xml     |    10 +-
 .../src/test/js/data/ajax/submitNestedForm.xml     |     4 +-
 wicket-core/src/test/js/data/start.js              |     2 +-
 wicket-core/src/test/js/dom.js                     |   138 +-
 wicket-core/src/test/js/event.js                   |   142 +-
 wicket-core/src/test/js/form.js                    |    79 +-
 wicket-core/src/test/js/head.js                    |    77 +-
 wicket-core/src/test/js/qunit/qunit.css            |   322 +-
 wicket-core/src/test/js/qunit/qunit.js             | 11122 ++++++++++++-------
 wicket-core/src/test/js/timer.js                   |    30 +-
 24 files changed, 10792 insertions(+), 7201 deletions(-)