You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by li...@apache.org on 2012/09/18 09:36:48 UTC

svn commit: r1387022 - /incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/common/Testspace.java

Author: liuzhe
Date: Tue Sep 18 07:36:47 2012
New Revision: 1387022

URL: http://svn.apache.org/viewvc?rev=1387022&view=rev
Log:
add -propertyfile argument

Modified:
    incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/common/Testspace.java

Modified: incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/common/Testspace.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/common/Testspace.java?rev=1387022&r1=1387021&r2=1387022&view=diff
==============================================================================
--- incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/common/Testspace.java (original)
+++ incubator/ooo/trunk/test/testcommon/source/org/openoffice/test/common/Testspace.java Tue Sep 18 07:36:47 2012
@@ -100,7 +100,7 @@ public class Testspace {
 		
 		File dataFile = new File(dataFilePath);
 		if (workingFile.isDirectory()) 
-			workingFile = new File(workingFile, workingFile.getName());
+			workingFile = new File(workingFile, dataFile.getName());
 		
 		if (!dataFile.isAbsolute()) 
 			dataFile = new File(testdata, dataFilePath);