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/03/05 01:25:51 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 144273a81 -> 6772ed09e


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/6772ed09
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6772ed09
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6772ed09

Branch: refs/heads/master
Commit: 6772ed09e8097b6c93774b96fce914eb847aaa41
Parents: 144273a
Author: anshum <an...@apache.org>
Authored: Fri Mar 4 16:23:29 2016 -0800
Committer: anshum <an...@apache.org>
Committed: Fri Mar 4 16:25:24 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6772ed09/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 145f8d2..2f4bc24 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -1206,6 +1206,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>