Skip to content

Commit

Permalink
Merge pull request #3606 from vramik/KEYCLOAK-4027
Browse files Browse the repository at this point in the history
KEYCLOAK-4027 Make AbstractTests really abstract in testsuite
  • Loading branch information
mposolda committed Dec 5, 2016
2 parents d7df86d + 773c88c commit 802085f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import org.keycloak.testsuite.adapter.AbstractExampleAdapterTest;
import org.keycloak.testsuite.adapter.page.HawtioPage;

import java.io.File;
import java.util.List;

import static org.keycloak.testsuite.auth.page.AuthRealm.DEMO;
Expand All @@ -17,7 +16,7 @@
/**
* @author mhajas
*/
public class AbstractHawtioAdapterTest extends AbstractExampleAdapterTest {
public abstract class AbstractHawtioAdapterTest extends AbstractExampleAdapterTest {

@Page
private HawtioPage hawtioPage;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
*
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
*/
public class AbstractOIDCPublicKeyRotationAdapterTest extends AbstractServletsAdapterTest {
public abstract class AbstractOIDCPublicKeyRotationAdapterTest extends AbstractServletsAdapterTest {

@Page
private SecurePortal securePortal;
Expand Down

0 comments on commit 802085f

Please sign in to comment.