diff --git a/source/java/org/alfresco/repo/security/authentication/AuthenticationTest.java b/source/java/org/alfresco/repo/security/authentication/AuthenticationTest.java index ab97987199..8d3b84be87 100644 --- a/source/java/org/alfresco/repo/security/authentication/AuthenticationTest.java +++ b/source/java/org/alfresco/repo/security/authentication/AuthenticationTest.java @@ -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);