Renamed **/Test.java to **/Tests.java to better follow conventions
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
|
||||
import javax.servlet.jsp.JspException;
|
||||
|
||||
|
||||
public class AuthzImplAttributeTest extends TestCase {
|
||||
public class AuthzImplAttributeTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
private final Authz authz = new AuthzImpl();
|
||||
+1
-1
@@ -19,7 +19,7 @@ import junit.framework.TestCase;
|
||||
import org.springframework.security.authentication.TestingAuthenticationToken;
|
||||
import org.springframework.security.core.context.SecurityContextHolder;
|
||||
|
||||
public class AuthzImplAuthorizeTagTest extends TestCase {
|
||||
public class AuthzImplAuthorizeTagTests extends TestCase {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
private Authz authz = new AuthzImpl();
|
||||
Reference in New Issue
Block a user