Skip to content

Commit

Permalink
Fix maven resolver test, point to new simlauncher bin. Closes MobiVM#89
Browse files Browse the repository at this point in the history
  • Loading branch information
florianf committed Dec 12, 2016
1 parent 4b6e53e commit 0a6c5d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void testResolveAndUnpackRoboVMDistArtifact() throws Exception {
RoboVMResolver resolver = new RoboVMResolver();
File dir = resolver.resolveAndUnpackRoboVMDistArtifact("2.2.1-SNAPSHOT");
assertEquals(distAlpha2Dir, dir);
assertTrue(new File(dir, "bin/ios-sim").canExecute());
assertTrue(new File(dir, "bin/simlauncher").canExecute());

// Commented out lastModified check for the 2.0.0 revamp, since there's not a safe baseline yet
// -Jesse Gallagher 2016-04-28
Expand Down

0 comments on commit 0a6c5d2

Please sign in to comment.