You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/02/24 19:43:28 UTC

svn commit: r915919 - in /db/torque/torque4/trunk/torque-generator/src/test: file/package.html java/org/apache/torque/gf/file/FilesetTest.java

Author: tfischer
Date: Wed Feb 24 18:43:27 2010
New Revision: 915919

URL: http://svn.apache.org/viewvc?rev=915919&view=rev
Log:
Refactored the path matcher from FileSources in extra classes in the new file package (step 3)

Added:
    db/torque/torque4/trunk/torque-generator/src/test/file/package.html
Modified:
    db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/gf/file/FilesetTest.java

Added: db/torque/torque4/trunk/torque-generator/src/test/file/package.html
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/test/file/package.html?rev=915919&view=auto
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/test/file/package.html (added)
+++ db/torque/torque4/trunk/torque-generator/src/test/file/package.html Wed Feb 24 18:43:27 2010
@@ -0,0 +1,23 @@
+<!--
+ Copyright 2001-2006 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.
+-->
+
+<h2>Test configuration for the FilesetTest</h2>
+
+<p>
+  This directory and its subdirectories contain a test directory
+  structure to test the Fileset class. It is used from the
+  FilesetTest class.
+</p>

Modified: db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/gf/file/FilesetTest.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/gf/file/FilesetTest.java?rev=915919&r1=915918&r2=915919&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/gf/file/FilesetTest.java (original)
+++ db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/gf/file/FilesetTest.java Wed Feb 24 18:43:27 2010
@@ -32,7 +32,7 @@
 
 public class FilesetTest
 {
-    private static File TEST_BASE_DIR = new File("src/test/fileSourcesImpl");
+    private static File TEST_BASE_DIR = new File("src/test/file");
 
     @Test
     public void testAnalyzePathNoWildcards()



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org