mirror of https://github.com/apache/maven.git
o typo in test name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@512589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de8ba44853
commit
0f95fb4472
|
@ -13,7 +13,7 @@ import java.util.Iterator;
|
||||||
public class MavenEmbedderCrappySettingsConfigurationTest
|
public class MavenEmbedderCrappySettingsConfigurationTest
|
||||||
extends PlexusTestCase
|
extends PlexusTestCase
|
||||||
{
|
{
|
||||||
public void testEmbedderWillStilStartupWhenTheSettingsConfigurationIsCrap()
|
public void testEmbedderWillStillStartupWhenTheSettingsConfigurationIsCrap()
|
||||||
throws Exception
|
throws Exception
|
||||||
{
|
{
|
||||||
// START SNIPPET: simple-embedder-example
|
// START SNIPPET: simple-embedder-example
|
||||||
|
|
Loading…
Reference in New Issue