Author: sebb
Date: Sun Nov 13 12:31:47 2005
New Revision: 333116

URL: http://svn.apache.org/viewcvs?rev=333116&view=rev
Log:
Add ASF L V 2; remove empty setUp() method

Modified:
    
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/save/TestSaveService.java

Modified: 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/save/TestSaveService.java
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/save/TestSaveService.java?rev=333116&r1=333115&r2=333116&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/save/TestSaveService.java
 (original)
+++ 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/save/TestSaveService.java
 Sun Nov 13 12:31:47 2005
@@ -1,9 +1,20 @@
 /*
- * Created on Jun 19, 2004
+ * Copyright 2005 The Apache Software Foundation.
  *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
+ * 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.jmeter.save;
 
 import java.io.ByteArrayInputStream;
@@ -21,8 +32,6 @@
 /**
  * @author mstover
  * 
- * To change the template for this generated type comment go to Window -
- * Preferences - Java - Code Generation - Code and Comments
  */
 public class TestSaveService extends JMeterTestCase {
        private static final String[] FILES = new String[] { 
"AssertionTestPlan.jmx", "AuthManagerTestPlan.jmx",
@@ -34,9 +43,6 @@
 
        public TestSaveService(String name) {
                super(name);
-       }
-
-       public void setUp() {
        }
 
        public void testLoadAndSave() throws Exception {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to