SOLR-2089: correct test class name

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-08-26 00:30:42 +00:00
parent 0b2ed22019
commit b9ab49e695
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import org.apache.lucene.util.LuceneTestCase;
import java.util.Arrays;
import java.util.Random;
public class IntUtilsTest extends LuceneTestCase {
public class PrimUtilsTest extends LuceneTestCase {
Random r = newRandom();
public void testSort() {