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/30 09:48:39 UTC

svn commit: r264724 - /webservices/axis/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario1Test.java

Author: ruchithf
Date: Tue Aug 30 00:48:33 2005
New Revision: 264724

URL: http://svn.apache.org/viewcvs?rev=264724&view=rev
Log:
Uncommenting Scenario1Test

Modified:
    webservices/axis/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario1Test.java

Modified: webservices/axis/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario1Test.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario1Test.java?rev=264724&r1=264723&r2=264724&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario1Test.java (original)
+++ webservices/axis/trunk/java/modules/integration/test/org/apache/axis2/security/Scenario1Test.java Tue Aug 30 00:48:33 2005
@@ -1,31 +1,31 @@
-///*
-//* 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 Scenario1Test extends InteropTestBase {
-//
-//	protected void setUp() throws Exception {
-//		this.setClientRepo(SCENARIO1_CLIENT_REPOSITORY);
-//		this.setServiceRepo(SCENARIO1_SERVICE_REPOSITORY);
-//		super.setUp();
-//	}
-//
-//}
+/*
+* 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 Scenario1Test extends InteropTestBase {
+
+	protected void setUp() throws Exception {
+		this.setClientRepo(SCENARIO1_CLIENT_REPOSITORY);
+		this.setServiceRepo(SCENARIO1_SERVICE_REPOSITORY);
+		super.setUp();
+	}
+
+}