Added CliToolTestCase to the test jar

This commit is contained in:
uboness 2014-08-03 21:10:25 +02:00
parent b667bcdedf
commit 45714b1977
1 changed files with 1 additions and 0 deletions

View File

@ -1247,6 +1247,7 @@
<include>org/elasticsearch/cache/recycler/MockPageCacheRecycler.class</include> <include>org/elasticsearch/cache/recycler/MockPageCacheRecycler.class</include>
<include>org/apache/lucene/util/AbstractRandomizedTest.class</include> <include>org/apache/lucene/util/AbstractRandomizedTest.class</include>
<include>org/apache/lucene/util/AbstractRandomizedTest$*.class</include> <include>org/apache/lucene/util/AbstractRandomizedTest$*.class</include>
<include>org/elasticsearch/common/cli/CliToolTestCase.class</include>
</includes> </includes>
<excludes> <excludes>
<!-- unit tests for yaml suite parser & rest spec parser need to be excluded --> <!-- unit tests for yaml suite parser & rest spec parser need to be excluded -->