From 779aff6137de1341a0edf64c76748c7fdacbf89e Mon Sep 17 00:00:00 2001 From: Andrew Hind Date: Fri, 20 Jan 2006 09:10:27 +0000 Subject: [PATCH] git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2154 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../repo/security/authentication/AuthenticationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);