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

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


The following commit(s) were added to refs/heads/wicket-8.x by this push:
     new 5755f37  Ignore jquery.mockjax.js for Licence testing
5755f37 is described below

commit 5755f3788255ab0a75a733a2f78a3bf8882a6589
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Apr 9 23:18:29 2019 +0300

    Ignore jquery.mockjax.js for Licence testing
---
 .../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 b627374..cc02b7a 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 @@ public 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

Reply via email to