Move event and authentication tests under org/keycloak/teststuite/admin

This commit is contained in:
Marko Strukelj 2016-02-11 16:26:00 +01:00
parent b234db4b34
commit 92f5f8f5cd
10 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.authentication; package org.keycloak.testsuite.admin.authentication;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.authentication; package org.keycloak.testsuite.admin.authentication;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.authentication; package org.keycloak.testsuite.admin.authentication;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.authentication; package org.keycloak.testsuite.admin.authentication;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.authentication; package org.keycloak.testsuite.admin.authentication;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.authentication; package org.keycloak.testsuite.admin.authentication;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -15,7 +15,7 @@
* the License. * the License.
*/ */
package org.keycloak.testsuite.event; package org.keycloak.testsuite.admin.event;
import java.util.Collections; import java.util.Collections;
import org.junit.Before; import org.junit.Before;

View file

@ -15,7 +15,7 @@
* the License. * the License.
*/ */
package org.keycloak.testsuite.event; package org.keycloak.testsuite.admin.event;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collections; import java.util.Collections;

View file

@ -15,7 +15,7 @@
* the License. * the License.
*/ */
package org.keycloak.testsuite.event; package org.keycloak.testsuite.admin.event;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collections; import java.util.Collections;

View file

@ -15,7 +15,7 @@
* the License. * the License.
*/ */
package org.keycloak.testsuite.event; package org.keycloak.testsuite.admin.event;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;