LUCENE-4155: Move remaining test to correct package.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-07-02 11:46:24 +00:00
parent 2a05dbbb3d
commit 9cb633d5ca
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package org.apache.lucene.util;
package org.apache.lucene.index;
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
@ -21,9 +21,8 @@ import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import org.apache.lucene.index.TwoPhaseCommit;
import org.apache.lucene.index.TwoPhaseCommitTool;
import org.apache.lucene.index.TwoPhaseCommitTool.TwoPhaseCommitWrapper;
import org.apache.lucene.util.LuceneTestCase;
public class TestTwoPhaseCommitTool extends LuceneTestCase {