Skip to content

Commit

Permalink
test: fix MavenLauncherTest (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky authored and surli committed Jun 9, 2018
1 parent 78eb07d commit a849f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/spoon/MavenLauncherTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void spoonMavenLauncherTest() {

// with the tests
launcher = new MavenLauncher("./", MavenLauncher.SOURCE_TYPE.ALL_SOURCE);
assertEquals(19, launcher.getEnvironment().getSourceClasspath().length);
assertEquals(17, launcher.getEnvironment().getSourceClasspath().length);
// 236 because of the sub folders of src/main/java and src/test/java
assertTrue("size: "+launcher.getModelBuilder().getInputSources().size(), launcher.getModelBuilder().getInputSources().size() >= 220);

Expand Down

0 comments on commit a849f36

Please sign in to comment.