mirror of https://github.com/apache/maven.git
renamed method to match the output format: html, not apt
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1395807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49d8d172d9
commit
9c54c7a660
|
@ -62,7 +62,7 @@ public class CLIManagerTest
|
|||
}
|
||||
}
|
||||
|
||||
public String getOptionsAsApt()
|
||||
public String getOptionsAsHtml()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
boolean a = true;
|
||||
|
@ -103,6 +103,6 @@ public class CLIManagerTest
|
|||
throws IOException
|
||||
{
|
||||
File options = getTestFile( "target/test-classes/options.html" );
|
||||
FileUtils.fileWrite( options, "UTF-8", getOptionsAsApt() );
|
||||
FileUtils.fileWrite( options, "UTF-8", getOptionsAsHtml() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue