This commit is contained in:
Andrew Hind
2006-01-20 09:10:27 +00:00
parent 964dc2283a
commit 779aff6137

View File

@@ -455,7 +455,7 @@ public class AuthenticationTest extends TestCase
// assertNull(dao.getUserOrNull("Andy"));
}
public void xtestTicketExpires()
public void testTicketExpires()
{
InMemoryTicketComponentImpl tc = new InMemoryTicketComponentImpl();
tc.setOneOff(false);
@@ -545,7 +545,7 @@ public class AuthenticationTest extends TestCase
// assertNull(dao.getUserOrNull("Andy"));
}
public void xtestTicketDoesNotExpire()
public void testTicketDoesNotExpire()
{
InMemoryTicketComponentImpl tc = new InMemoryTicketComponentImpl();
tc.setOneOff(false);