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:
Greg Bowyer 2013-05-13 03:28:55 +00:00
parent ce5f508ff5
commit d4e8d82891
1 changed files with 0 additions and 7 deletions

View File

@ -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 */