mirror of https://github.com/apache/lucene.git
LUCENE-2713: Removed fixed test seed from TestPhraseQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce5f508ff5
commit
d4e8d82891
|
@ -38,13 +38,6 @@ import com.carrotsearch.randomizedtesting.annotations.Seed;
|
|||
*
|
||||
* @see TestPositionIncrement
|
||||
*/
|
||||
/*
|
||||
* Remove ThreadLeaks and run with (Eclipse or command line):
|
||||
* -ea -Drt.seed=AFD1E7E84B35D2B1
|
||||
* to get leaked thread errors.
|
||||
*/
|
||||
// @ThreadLeaks(linger = 1000, leakedThreadsBelongToSuite = true)
|
||||
@Seed("AFD1E7E84B35D2B1")
|
||||
public class TestPhraseQuery extends LuceneTestCase {
|
||||
|
||||
/** threshold for comparing floats */
|
||||
|
|
Loading…
Reference in New Issue