mirror of https://github.com/apache/lucene.git
LUCENE-3606: avoid nocommit in test names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
caedbf9ef9
commit
58372c2842
|
@ -476,7 +476,7 @@ public class TestIndexWriterCommit extends LuceneTestCase {
|
|||
dir.close();
|
||||
}
|
||||
|
||||
public void testNoCommits() throws Exception {
|
||||
public void testZeroCommits() throws Exception {
|
||||
// Tests that if we don't call commit(), the directory has 0 commits. This has
|
||||
// changed since LUCENE-2386, where before IW would always commit on a fresh
|
||||
// new index.
|
||||
|
|
|
@ -90,7 +90,7 @@ public class TestSqlEntityProcessor2 extends AbstractDataImportHandlerTestCase {
|
|||
|
||||
@Test
|
||||
@SuppressWarnings("unchecked")
|
||||
public void testCompositePk_FullImportNoCommit() throws Exception {
|
||||
public void testCompositePk_FullImportWithoutCommit() throws Exception {
|
||||
List parentRow = new ArrayList();
|
||||
parentRow.add(createMap("id", "10"));
|
||||
MockDataSource.setIterator("select * from x", parentRow.iterator());
|
||||
|
|
Loading…
Reference in New Issue