Skip to content

Commit

Permalink
Merge pull request #1 from VRL-Studio/master
Browse files Browse the repository at this point in the history
Merge forward changes to UGResourceLoaderTest.
  • Loading branch information
turpid-monkey committed Feb 5, 2015
2 parents c818045 + 6f9f02d commit 9b43c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/edu/gcsc/uglua/UGResourceLoaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public void setUG4RootTest() {
scripts.deleteOnExit();

UGResourceLoader.setUg4Root(System.getProperty("java.io.tmpdir"));
assertEquals(System.getProperty("java.io.tmpdir"), UGResourceLoader
.getUg4Root().getAbsolutePath() + "/");
assertTrue(System.getProperty("java.io.tmpdir").startsWith(UGResourceLoader
.getUg4Root().getAbsolutePath()));
scripts.delete();
}

Expand Down

0 comments on commit 9b43c29

Please sign in to comment.