From cda622ce03bd00d21277708263a88418e59bc5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Wilhelmst=C3=B6tter?= Date: Fri, 12 Nov 2021 18:01:41 +0100 Subject: [PATCH] #1: Some tests. --- jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java b/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java index 5cf06c6f..f53ba476 100644 --- a/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java +++ b/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java @@ -51,8 +51,8 @@ public class Normalizer { ); public static void main(final String[] args) throws Exception { - final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20210102T082742Z-001/"); - final Path outputDir = Paths.get("/home/fwilhelm/Downloads/gpx/normalized/"); + final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20211102T182904Z-001/"); + final Path outputDir = Paths.get("/home/fwilhelm/Downloads/normalized/"); Files.walkFileTree(gpxDir, new SimpleFileVisitor<>() { @Override