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 2019/04/09 20:20:28 UTC

[wicket] branch master updated: Ignore jquery.mockjax.js for Licence testing

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c1941a6  Ignore jquery.mockjax.js for Licence testing
c1941a6 is described below

commit c1941a6aec71c68bf4f67d97674d5eb914ca2b42
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Apr 9 23:18:29 2019 +0300

    Ignore jquery.mockjax.js for Licence testing
    
    (cherry picked from commit 5755f3788255ab0a75a733a2f78a3bf8882a6589)
---
 .../org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java b/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
index 96e6633..9519a65 100644
--- a/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
@@ -103,6 +103,7 @@ class ApacheLicenceHeaderTest extends ApacheLicenseHeaderTestCase
 		javaScriptIgnore.add("src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.js");
 		javaScriptIgnore.add("src/main/java/org/apache/wicket/resource/jquery");
 		javaScriptIgnore.add("src/test/js/qunit/qunit.js");
+		javaScriptIgnore.add("src/test/js/qunit/jquery.mockjax.js");
 		javaScriptIgnore.add("src/test/js/qunit/blanket.min.js");
 		javaScriptIgnore.add("src/test/js/amd/require.js");
 		javaScriptIgnore.add("src/test/js/data/ajax/nonWicketResponse.json"); // no way to add licence in JSON