mirror of https://github.com/apache/maven.git
fix case of test resources so tests pass on unix
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@424549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2529bb9aff
commit
4fbcafa694
|
@ -41,7 +41,7 @@ public class PCCSurefireTest
|
|||
{
|
||||
try
|
||||
{
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSurefireTest1.properties" ) );
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSureFireTest1.properties" ) );
|
||||
|
||||
pluginConfigurationConverter.buildConfiguration( configuration, v3Model, projectProperties );
|
||||
|
||||
|
@ -96,7 +96,7 @@ public class PCCSurefireTest
|
|||
{
|
||||
try
|
||||
{
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSurefireTest1.properties" ) );
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSureFireTest1.properties" ) );
|
||||
|
||||
pluginConfigurationConverter.buildConfiguration( configuration, v3Model, projectProperties );
|
||||
|
||||
|
@ -117,7 +117,7 @@ public class PCCSurefireTest
|
|||
{
|
||||
try
|
||||
{
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSurefireTest2.properties" ) );
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSureFireTest2.properties" ) );
|
||||
|
||||
pluginConfigurationConverter.buildConfiguration( configuration, v3Model, projectProperties );
|
||||
|
||||
|
@ -138,7 +138,7 @@ public class PCCSurefireTest
|
|||
{
|
||||
try
|
||||
{
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSurefireTest3.properties" ) );
|
||||
projectProperties.load( getClassLoader().getResourceAsStream( "PCCSureFireTest3.properties" ) );
|
||||
|
||||
pluginConfigurationConverter.buildConfiguration( configuration, v3Model, projectProperties );
|
||||
|
||||
|
|
Loading…
Reference in New Issue