You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2005/08/31 08:19:43 UTC

svn commit: r264952 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario2aTest.java

Author: ruchithf
Date: Tue Aug 30 23:19:35 2005
New Revision: 264952

URL: http://svn.apache.org/viewcvs?rev=264952&view=rev
Log:
Scenario2aTest.java added

Added:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario2aTest.java

Added: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario2aTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario2aTest.java?rev=264952&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario2aTest.java (added)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario2aTest.java Tue Aug 30 23:19:35 2005
@@ -0,0 +1,30 @@
+/*
+* Copyright 2004,2005 The Apache Software Foundation.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*      http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+package org.apache.axis2.security;
+
+/**
+ * 
+ * @author Ruchith Fernando (ruchith.fernando@gmail.com)
+ */
+public class Scenario2aTest extends InteropTestBase {
+
+	protected void setUp() throws Exception {
+		this.setClientRepo(SCENARIO2a_CLIENT_REPOSITORY);
+		this.setServiceRepo(SCENARIO2a_SERVICE_REPOSITORY);
+		super.setUp();
+	}
+}