Skip to content

Commit

Permalink
test: the ant dependency was removed so the test should be changed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
surli authored and monperrus committed Sep 20, 2017
1 parent fc12caa commit e012bb2
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 @@ -12,7 +12,7 @@ public void spoonMavenLauncherTest() {

assertEquals(8, launcher.getEnvironment().getComplianceLevel());

assertEquals(6, launcher.getEnvironment().getSourceClasspath().length);
assertEquals(5, launcher.getEnvironment().getSourceClasspath().length);
// 54 because of the sub folders of src/main/java
assertEquals(54, launcher.getModelBuilder().getInputSources().size());

Expand Down

0 comments on commit e012bb2

Please sign in to comment.