You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/08/24 03:53:38 UTC

svn commit: r988372 - /lucene/dev/branches/branch_3x/lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Author: rmuir
Date: Tue Aug 24 01:53:37 2010
New Revision: 988372

URL: http://svn.apache.org/viewvc?rev=988372&view=rev
Log:
remove test seed from r988347

Modified:
    lucene/dev/branches/branch_3x/lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Modified: lucene/dev/branches/branch_3x/lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=988372&r1=988371&r2=988372&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/branches/branch_3x/lucene/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Tue Aug 24 01:53:37 2010
@@ -240,8 +240,7 @@ public class TestBackwardsCompatibility 
   }
 
   public void testAddOldIndexes() throws IOException {
-    // nocommit seed
-    Random random = newRandom(-3990228165622894556L);
+    Random random = newRandom();
     for (String name : oldNames) {
       unzip(getDataFile("index." + name + ".zip"), name);
       String fullPath = fullDir(name);