Skip to content

Commit

Permalink
new test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaswking committed Sep 5, 2018
1 parent 9bfc30f commit 43b91c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,8 @@ public void buildEngineAppManifest() throws IOException, ExtenderClientException
@Test
public void buildLinkWithoutDotLib() throws IOException, ExtenderClientException {

org.junit.Assume.assumeTrue("This test is for Win32", configuration.platform.contains("win32"));
org.junit.Assume.assumeTrue("This test is for Win32", configuration.platform.contains("win32") &&
(configuration.version.version.isGreaterThan(1, 2, 134) || configuration.version.version.isVersion(0, 0, 0) ));

File cacheDir = new File("build");
ExtenderClient extenderClient = new ExtenderClient("http://localhost:" + EXTENDER_PORT, cacheDir);
Expand Down

0 comments on commit 43b91c8

Please sign in to comment.