[jboss-cvs] JBossAS SVN: r108453 - trunk/testsuite/src/main/org/jboss/test/security/test/authorization/secured.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 5 12:57:59 EDT 2010


Author: mmoyses
Date: 2010-10-05 12:57:59 -0400 (Tue, 05 Oct 2010)
New Revision: 108453

Modified:
   trunk/testsuite/src/main/org/jboss/test/security/test/authorization/secured/HttpRequestJBossWSAuthenticationUnitTestCase.java
Log:
typo fix

Modified: trunk/testsuite/src/main/org/jboss/test/security/test/authorization/secured/HttpRequestJBossWSAuthenticationUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/security/test/authorization/secured/HttpRequestJBossWSAuthenticationUnitTestCase.java	2010-10-05 15:09:42 UTC (rev 108452)
+++ trunk/testsuite/src/main/org/jboss/test/security/test/authorization/secured/HttpRequestJBossWSAuthenticationUnitTestCase.java	2010-10-05 16:57:59 UTC (rev 108453)
@@ -32,7 +32,7 @@
 	
 	public static Test suite() throws Exception {
 		TestSuite suite = new TestSuite();
-		suite.addTest(new TestSuite(HttpRequestJBoosWSAuthenticationUnitTestCase.class));
+		suite.addTest(new TestSuite(HttpRequestJBossWSAuthenticationUnitTestCase.class));
 		// Create an initializer for the test suite
 		TestSetup wrapper = new JBossTestSetup(suite)
 	      		{



More information about the jboss-cvs-commits mailing list