From 6fcfc9379e0d2be68928c53c0cf25fc32daa5c4c Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 6 Dec 2025 12:27:53 -0600 Subject: [PATCH] Fix repo unit tests --- .../seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java b/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java index f44019a19..d76394390 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java @@ -140,7 +140,7 @@ public abstract class AbstractDhRepo> implemen // connection setup // //==================// - String filePath = this.databaseFile.getPath(); + String filePath = this.databaseFile.getAbsolutePath(); // relative paths don't work if long file paths are enabled below if (EPlatform.get() == EPlatform.WINDOWS) { // enable long file paths on windows to prevent edge cases where