Skip to content

Commit

Permalink
Fix regression in last tentative for gatling#512
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Landelle committed May 27, 2012
1 parent 08095b4 commit 9eb1d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ protected List<String> gatlingArgs() throws MojoExecutionException {
}

protected String fileNametoClassName(String fileName) {
return chompLast(fileName).replace(File.separatorChar, '.');
return chompLast(fileName, ".scala").replace(File.separatorChar, '.');
}

/**
Expand Down

0 comments on commit 9eb1d32

Please sign in to comment.