Skelett till sidstruktur och sortering i filvy och filväljare implementerad
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@237 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
b257a245a9
commit
be83a92c75
@ -14,7 +14,7 @@ import se.su.dsv.scipro.data.dao.interfaces.RoleDao;
|
||||
import se.su.dsv.scipro.data.dao.interfaces.StringResourceDao;
|
||||
import se.su.dsv.scipro.data.dao.interfaces.UserDao;
|
||||
import se.su.dsv.scipro.loginlogout.pages.LoginPage;
|
||||
import se.su.dsv.scipro.pages.EventPage;
|
||||
import se.su.dsv.scipro.loginlogout.pages.LogoutPage;
|
||||
import se.su.dsv.scipro.repository.util.RepositoryManager;
|
||||
|
||||
/**
|
||||
@ -54,20 +54,17 @@ public class TestWicketPages {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testStartPage()
|
||||
{
|
||||
public void testStartPage() {
|
||||
tester.startPage(HomePage.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testEventPage()
|
||||
{
|
||||
tester.startPage(EventPage.class);
|
||||
public void testLogoutPage() {
|
||||
tester.startPage(LogoutPage.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLoginPage()
|
||||
{
|
||||
public void testLoginPage() {
|
||||
tester.startPage(LoginPage.class);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user