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
This commit is contained in:
Alan Davis
2014-02-12 00:47:23 +00:00
parent dd4f7bfaf5
commit d6d16285d9

View File

@@ -18,7 +18,9 @@
*/ */
package org.alfresco.repo.security.authentication; package org.alfresco.repo.security.authentication;
import org.alfresco.test_category.OwnJVMTestsCategory;
import org.alfresco.util.ApplicationContextHelper; import org.alfresco.util.ApplicationContextHelper;
import org.junit.experimental.categories.Category;
import junit.framework.TestCase; import junit.framework.TestCase;
@@ -29,6 +31,7 @@ import junit.framework.TestCase;
* @author Derek Hulley * @author Derek Hulley
* @since 3.0.1 * @since 3.0.1
*/ */
@Category(OwnJVMTestsCategory.class)
public class AuthenticationBootstrapTest extends TestCase public class AuthenticationBootstrapTest extends TestCase
{ {
/** /**