You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2016/04/25 06:40:53 UTC

[2/4] lucene-solr:branch_5_5: SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java

SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/153a13c9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/153a13c9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/153a13c9

Branch: refs/heads/branch_5_5
Commit: 153a13c9ae153df6f32358fe06d2d490812fdbb8
Parents: bc08d78
Author: anshum <an...@apache.org>
Authored: Fri Mar 4 16:23:29 2016 -0800
Committer: anshum <an...@apache.org>
Committed: Fri Apr 22 18:54:16 2016 -0700

----------------------------------------------------------------------
 lucene/common-build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/153a13c9/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 9e259e9..771d076 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -1226,6 +1226,7 @@
               <fileset dir="@{testsDir}">
                 <include name="**/Test*.class" />
                 <include name="**/*Test.class" />
+                <include name="**/*Tests.class" />
                 <include name="${tests.explicitclass}" if="tests.explicitclass" />
                 <exclude name="**/*$*" />
               </fileset>