Author: wglass
Date: Sat Sep 23 16:50:41 2006
New Revision: 449334

URL: http://svn.apache.org/viewvc?view=rev&rev=449334
Log:
moved new test case to location consistent with other tests

Added:
    
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java
      - copied, changed from r449333, 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/context/VMContextLocalscopeTestCase.java
Removed:
    
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/context/VMContextLocalscopeTestCase.java

Copied: 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java
 (from r449333, 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/context/VMContextLocalscopeTestCase.java)
URL: 
http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java?view=diff&rev=449334&p1=jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/context/VMContextLocalscopeTestCase.java&r1=449333&p2=jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java&r2=449334
==============================================================================
--- 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/context/VMContextLocalscopeTestCase.java
 (original)
+++ 
jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java
 Sat Sep 23 16:50:41 2006
@@ -1,4 +1,4 @@
-package org.apache.velocity.test.context;

+package org.apache.velocity.test;

 

 /*

  * Copyright 2001-2006 The Apache Software Foundation.

@@ -16,12 +16,6 @@
  * limitations under the License.

  */

 

-/**

- * Tests scope of velocimacros with localscope setting. 

- * 

- * @author <a href="mailto:[EMAIL PROTECTED]">Stephen Habermann</a>

- * @version $Id: Handler2.java 447976 2006-09-19 21:29:45Z henning $

- */

 import junit.framework.TestCase;

 import org.apache.velocity.VelocityContext;

 import org.apache.velocity.context.InternalContextAdapterImpl;

@@ -29,6 +23,12 @@
 import org.apache.velocity.runtime.RuntimeConstants;

 import org.apache.velocity.runtime.RuntimeInstance;

 

+/**

+ * Tests scope of velocimacros with localscope setting. 

+ * 

+ * @author <a href="mailto:[EMAIL PROTECTED]">Stephen Habermann</a>

+ * @version $Id: Handler2.java 447976 2006-09-19 21:29:45Z henning $

+ */

 public class VMContextLocalscopeTestCase extends TestCase {

 

     private RuntimeInstance instance;




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

Reply via email to