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:
Brett Leslie Porter 2006-07-22 11:25:51 +00:00
parent 2529bb9aff
commit 4fbcafa694
1 changed files with 4 additions and 4 deletions

View File

@ -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 );