r3154 - branches/pollen-1.2.6-struts2/pollen-persistence/src/main/java/org/chorem/pollen
Author: tchemit Date: 2012-03-02 14:08:07 +0100 (Fri, 02 Mar 2012) New Revision: 3154 Url: http://chorem.org/repositories/revision/pollen/3154 Log: fix test path Modified: branches/pollen-1.2.6-struts2/pollen-persistence/src/main/java/org/chorem/pollen/PolleIOUtil.java Modified: branches/pollen-1.2.6-struts2/pollen-persistence/src/main/java/org/chorem/pollen/PolleIOUtil.java =================================================================== --- branches/pollen-1.2.6-struts2/pollen-persistence/src/main/java/org/chorem/pollen/PolleIOUtil.java 2012-02-29 11:08:39 UTC (rev 3153) +++ branches/pollen-1.2.6-struts2/pollen-persistence/src/main/java/org/chorem/pollen/PolleIOUtil.java 2012-03-02 13:08:07 UTC (rev 3154) @@ -55,7 +55,7 @@ File tempDirFile = new File(tempDirPath); // create the directory to store database data - String dataBasePath = klass + String dataBasePath = klass.getName() + File.separator // a directory with the test class name + methodName // a sub-directory with the method name + '_'
participants (1)
-
tchemit@users.chorem.org