[Cleanup] - moved LDAP integration tests to ldap package

Original commit: elastic/x-pack-elasticsearch@35627d6e24
This commit is contained in:
uboness 2015-01-11 13:41:25 +01:00
parent 6df767790f
commit 982a83943c
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.integration;
package org.elasticsearch.integration.ldap;
import com.carrotsearch.randomizedtesting.LifecycleScope;
import org.apache.lucene.util.AbstractRandomizedTest;

View File

@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.integration;
package org.elasticsearch.integration.ldap;
import org.elasticsearch.test.junit.annotations.Network;
import org.junit.Test;

View File

@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.integration;
package org.elasticsearch.integration.ldap;
import org.elasticsearch.test.junit.annotations.Network;
import org.junit.Test;