From d6d16285d9057ee85ff2023f5fb1c27855168245 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Wed, 12 Feb 2014 00:47:23 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud) 59040: Added AuthenticationBootstrapTest to the own JVM Category git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62079 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../security/authentication/AuthenticationBootstrapTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java b/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java index f6cf2fab07..2434f665c3 100644 --- a/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java +++ b/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java @@ -18,7 +18,9 @@ */ package org.alfresco.repo.security.authentication; +import org.alfresco.test_category.OwnJVMTestsCategory; import org.alfresco.util.ApplicationContextHelper; +import org.junit.experimental.categories.Category; import junit.framework.TestCase; @@ -29,6 +31,7 @@ import junit.framework.TestCase; * @author Derek Hulley * @since 3.0.1 */ +@Category(OwnJVMTestsCategory.class) public class AuthenticationBootstrapTest extends TestCase { /**