Updated Branches: refs/heads/master 5fd3835e8 -> 55efe2724
Ignore qunit files for ApacheLicenseHeaderTest Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/55efe272 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/55efe272 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/55efe272 Branch: refs/heads/master Commit: 55efe2724a1b6dc9bf7a8beadd5668844b66a4ee Parents: 5fd3835 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Jul 25 17:10:17 2012 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Jul 25 17:10:17 2012 +0300 ---------------------------------------------------------------------- .../core/util/license/ApacheLicenceHeaderTest.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/55efe272/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java ---------------------------------------------------------------------- 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 7caaa1f..3135035 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 @@ -56,7 +56,7 @@ public class ApacheLicenceHeaderTest extends ApacheLicenseHeaderTestCase * what the test is about. */ cssIgnore.add("src/test/java"); - cssIgnore.add("src/test/js/qunit/qunit.css"); + cssIgnore.add("src/test/js/qunit/qunit-1.9.0.css"); xmlIgnore.add("src/assembly/bin.xml"); @@ -101,7 +101,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/qunit-1.9.0.js"); javaScriptIgnore.add("src/test/js/data/ajax/nonWicketResponse.json"); // no way to add licence in JSON } }
