1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Renamed **/Test.java to **/Tests.java to better follow conventions

This commit is contained in:
Rob Winch
2011-12-28 17:05:46 -06:00
parent aabb16912f
commit 8ca2927761
7 changed files with 19 additions and 19 deletions
@@ -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();
@@ -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();