Skip to content

Commit

Permalink
renamed the benchmark test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaPHI committed Apr 22, 2015
1 parent a591ee3 commit 75e6872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class DocumentationCreatorTest {
@Test
public void test() throws MalformedTemplateNameException, ParseException, IOException {

final String benchmarkFilename = "src/test/resources/documentCreatorBenchmarkTest.txt";
final String benchmarkFilename = "src/test/resources/documentCreatorBenchmarkTest.html";
final DocumentationCreator documentationCreator = new DocumentationCreator();
final AnalyzerDescriptor<PatternFinderAnalyzer> patternFinderDescriptor = Descriptors
.ofAnalyzer(PatternFinderAnalyzer.class);
Expand Down

0 comments on commit 75e6872

Please sign in to comment.