Skip to content

Commit

Permalink
Merge branch '1.20.4' of D:\Repos\Minecraft\SFM\repos\SuperFactoryMan…
Browse files Browse the repository at this point in the history
…ager 1.20.4 into 1.21.0
  • Loading branch information
TeamDman committed Jul 31, 2024
2 parents ea1e116 + f4f5345 commit 1939bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/ca/teamdman/sfml/SFMLTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ public void basicResourceIdentifier() {
@Test
public void demos() throws IOException {
var rootDir = System.getProperty("user.dir");
rootDir = rootDir.replaceAll("runs" + System.getProperty("file.separator").replaceAll("\\\\","\\\\\\\\") + "junit$", "");
var examplesDir = Paths.get(rootDir, "examples").toFile();
var found = 0;
//noinspection DataFlowIssue
Expand All @@ -748,6 +749,7 @@ public void demos() throws IOException {
@Test
public void templates() throws IOException {
var rootDir = System.getProperty("user.dir");
rootDir = rootDir.replaceAll("runs" + System.getProperty("file.separator").replaceAll("\\\\","\\\\\\\\") + "junit$", "");
var examplesDir = Paths.get(rootDir, "src/main/resources/assets/sfm/template_programs").toFile();
var found = 0;
//noinspection DataFlowIssue
Expand Down

0 comments on commit 1939bd7

Please sign in to comment.