jetty policy test renaming

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@692 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-08-11 16:52:59 +00:00
parent b559f19527
commit 299b5551bd
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ import java.util.HashMap;
import junit.framework.TestCase;
public class TestJettyPolicyRuntime extends TestCase
public class JettyPolicyRuntimeTest extends TestCase
{
HashMap evaluator = new HashMap();

View File

@ -30,7 +30,7 @@ import java.util.Set;
import junit.framework.TestCase;
public class TestJettyPolicy extends TestCase
public class JettyPolicyTest extends TestCase
{
HashMap<String, String> evaluator = new HashMap<String, String>();

View File

@ -29,7 +29,7 @@ import org.eclipse.jetty.policy.entry.GrantEntry;
import org.eclipse.jetty.policy.entry.KeystoreEntry;
import org.eclipse.jetty.policy.loader.PolicyFileScanner;
public class TestPolicyContext
public class PolicyContextTest
extends TestCase
{
public static final String __PRINCIPAL = "javax.security.auth.x500.X500Principal \"CN=Jetty Policy,OU=Artifact,O=Jetty Project,L=Earth,ST=Internet,C=US\"";