Merge pull request #2221 from mstruk/admin-client

Move event and authentication tests under org/keycloak/teststuite/admin
This commit is contained in:
Stian Thorgersen 2016-02-17 07:38:26 +00:00
commit a8ea2ef5d5
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;