You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/01/31 14:10:34 UTC

svn commit: r1065590 - /incubator/lcf/trunk/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java

Author: kwright
Date: Mon Jan 31 13:10:34 2011
New Revision: 1065590

URL: http://svn.apache.org/viewvc?rev=1065590&view=rev
Log:
Change name of log file to match project

Modified:
    incubator/lcf/trunk/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java

Modified: incubator/lcf/trunk/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java?rev=1065590&r1=1065589&r2=1065590&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java (original)
+++ incubator/lcf/trunk/framework/tests/src/main/java/org/apache/manifoldcf/core/tests/TestBase.java Mon Jan 31 13:10:34 2011
@@ -43,7 +43,7 @@ public class TestBase
       // First, write a properties file and a logging file, in the current directory.
       configFile = new File("properties.xml").getCanonicalFile();
       loggingFile = new File("logging.ini").getCanonicalFile();
-      logOutputFile = new File("lcf.log").getCanonicalFile();
+      logOutputFile = new File("manifoldcf.log").getCanonicalFile();
 
       // Set a system property that will point us to the proper place to find the properties file
       System.setProperty("org.apache.manifoldcf.configfile",configFile.getCanonicalFile().getAbsolutePath());