File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/groovy/edu/ie3/datamodel/io/source/csv Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import edu.ie3.datamodel.io.naming.FileNamingStrategy
1212 */
1313trait CsvTestDataMeta {
1414
15- static String testParticipantsBaseFolderPath = new File (CsvTestDataMeta . class . getResource(' /testGridFiles' ). toURI()). absolutePath
16- static String testTimeSeriesBaseFolderPath = new File (CsvTestDataMeta . class . getResource(' /testTimeSeriesFiles' ). toURI()). absolutePath
15+ static String testParticipantsBaseFolderPath = new File (CsvTestDataMeta . getResource(' /testGridFiles' ). toURI()). absolutePath
16+ static String testTimeSeriesBaseFolderPath = new File (CsvTestDataMeta . getResource(' /testTimeSeriesFiles' ). toURI()). absolutePath
1717 static String graphicsFolderPath = testParticipantsBaseFolderPath. concat(File . separator). concat(" graphics" )
1818 static String typeFolderPath = testParticipantsBaseFolderPath. concat(File . separator). concat(" types" )
1919 static String gridFolderPath = testParticipantsBaseFolderPath. concat(File . separator). concat(" grid" )
You can’t perform that action at this time.
0 commit comments