mirror of https://github.com/apache/lucene.git
LUCENE-6413: Test runner should report the number of suites completed/ remaining.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
651ac092a5
commit
6fb5921db3
|
@ -2,7 +2,7 @@
|
|||
<library name="JUnit">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/junit-4.10.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.1.12.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/randomizedtesting-runner-2.1.13.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -77,6 +77,11 @@ API Changes
|
|||
* LUCENE-6410: Removed unused "reuse" parameter to
|
||||
Terms.iterator. (Robert Muir, Mike McCandless)
|
||||
|
||||
Other
|
||||
|
||||
* LUCENE-6413: Test runner should report the number of suites completed/
|
||||
remaining. (Dawid Weiss)
|
||||
|
||||
======================= Lucene 5.1.0 =======================
|
||||
|
||||
New Features
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/cglib/cglib-nodep = 2.2
|
||||
/com.adobe.xmp/xmpcore = 5.1.2
|
||||
|
||||
com.carrotsearch.randomizedtesting.version = 2.1.12
|
||||
com.carrotsearch.randomizedtesting.version = 2.1.13
|
||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
09847aac214a15628aaa49f45daedcc14b856d1b
|
|
@ -0,0 +1 @@
|
|||
6b4578c8115a804eb8b4c69de36123c9c72acd5e
|
|
@ -1 +0,0 @@
|
|||
a31b5efc13b29ad7cbb2ca0f35980f2e152d5845
|
|
@ -0,0 +1 @@
|
|||
7ab076c01ff0287bfc6f78fbe7dc4008144a66b4
|
|
@ -1 +0,0 @@
|
|||
09847aac214a15628aaa49f45daedcc14b856d1b
|
|
@ -0,0 +1 @@
|
|||
6b4578c8115a804eb8b4c69de36123c9c72acd5e
|
|
@ -1 +0,0 @@
|
|||
a31b5efc13b29ad7cbb2ca0f35980f2e152d5845
|
|
@ -0,0 +1 @@
|
|||
7ab076c01ff0287bfc6f78fbe7dc4008144a66b4
|
Loading…
Reference in New Issue