Closes gh-12205
This commit is contained in:
Johnny Lim
2018-02-24 13:03:48 +09:00
committed by Stephane Nicoll
parent 1314678890
commit d441a8a89a
11 changed files with 13 additions and 14 deletions

View File

@@ -209,7 +209,7 @@ public class RepackagerTests {
repackager.repackage(file, NO_LIBRARIES);
Manifest actualManifest = getManifest(file);
assertThat(actualManifest.getMainAttributes().getValue("Main-Class"))
.isEqualTo(null);
.isNull();
assertThat(hasLauncherClasses(file)).isFalse();
}