Move tests to their relevant package.

This commit is contained in:
Antonin Delpeuch 2018-08-08 10:58:25 +01:00
parent 94b6b1f945
commit f41678e087
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package com.google.refine.tests.model;
package com.google.refine.operations.column;
import java.io.IOException;
import java.net.InetAddress;

View File

@ -1,4 +1,4 @@
package com.google.refine.tests.model;
package com.google.refine.tests.model.recon;
import java.util.ArrayList;