From b6ba6efe485601e791dd72c35cb355129d0bf683 Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Wed, 30 Aug 2017 09:52:04 -0300 Subject: [PATCH] Moving and renaming HAL integration test --- .../WildflyConsoleProtectionTest.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/{authorization/WildflyManagementProtectionTest.java => hal/WildflyConsoleProtectionTest.java} (97%) diff --git a/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/authorization/WildflyManagementProtectionTest.java b/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/hal/WildflyConsoleProtectionTest.java similarity index 97% rename from testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/authorization/WildflyManagementProtectionTest.java rename to testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/hal/WildflyConsoleProtectionTest.java index 88d4200ea8..8057da730a 100644 --- a/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/authorization/WildflyManagementProtectionTest.java +++ b/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly/src/test/java/org/keycloak/testsuite/adapter/example/hal/WildflyConsoleProtectionTest.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.keycloak.testsuite.adapter.example.authorization; +package org.keycloak.testsuite.adapter.example.hal; import static org.junit.Assert.assertTrue; import static org.keycloak.testsuite.util.IOUtil.loadRealm; @@ -40,7 +40,7 @@ import org.wildfly.extras.creaper.core.online.OnlineOptions; */ @AppServerContainer("app-server-wildfly") //@AdapterLibsLocationProperty("adapter.libs.wildfly") -public class WildflyManagementProtectionTest extends AbstractAdapterTest { +public class WildflyConsoleProtectionTest extends AbstractAdapterTest { @Page protected AppServerWelcomePage appServerWelcomePage;