Author: brett
Date: Fri Mar  3 15:33:39 2006
New Revision: 382966

URL: http://svn.apache.org/viewcvs?rev=382966&view=rev
Log:
[MSUREFIRE-23] remove unused bundle text

Modified:
    
maven/surefire/branches/surefire-testng/surefire-api/src/main/java/org/apache/maven/surefire/suite/AbstractDirectoryTestSuite.java
    
maven/surefire/branches/surefire-testng/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties

Modified: 
maven/surefire/branches/surefire-testng/surefire-api/src/main/java/org/apache/maven/surefire/suite/AbstractDirectoryTestSuite.java
URL: 
http://svn.apache.org/viewcvs/maven/surefire/branches/surefire-testng/surefire-api/src/main/java/org/apache/maven/surefire/suite/AbstractDirectoryTestSuite.java?rev=382966&r1=382965&r2=382966&view=diff
==============================================================================
--- 
maven/surefire/branches/surefire-testng/surefire-api/src/main/java/org/apache/maven/surefire/suite/AbstractDirectoryTestSuite.java
 (original)
+++ 
maven/surefire/branches/surefire-testng/surefire-api/src/main/java/org/apache/maven/surefire/suite/AbstractDirectoryTestSuite.java
 Fri Mar  3 15:33:39 2006
@@ -126,7 +126,6 @@
     private void executeTestSet( SurefireTestSet testSet, ReporterManager 
reporterManager, ClassLoader classLoader )
         throws ReporterException, TestSetFailedException
     {
-        // TODO: fix all these messages, and improve bundle resolution
         String rawString = bundle.getString( "testSetStarting" );
 
         ReportEntry report = new ReportEntry( this, testSet.getName(), 
rawString );

Modified: 
maven/surefire/branches/surefire-testng/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties
URL: 
http://svn.apache.org/viewcvs/maven/surefire/branches/surefire-testng/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties?rev=382966&r1=382965&r2=382966&view=diff
==============================================================================
--- 
maven/surefire/branches/surefire-testng/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties
 (original)
+++ 
maven/surefire/branches/surefire-testng/surefire-api/src/main/resources/org/apache/maven/surefire/surefire.properties
 Fri Mar  3 15:33:39 2006
@@ -14,14 +14,7 @@
 # limitations under the License.
 #
 
-conditionFalse=A boolean condition should have been true.
-reporterThrew=Reporter method {0} completed abruptly with an exception.
 setupFixtureFailed=Method setupFixture threw an exception prior to calling {0}.
 cleanupFixtureFailed=Method cleanupFixture threw an exception prior to calling 
{0}.
-executeException=Exception encountered when invoking execute on a subsuite.
-bigProblems=An exception or error caused a run to abort.
-testStarting=Test starting.
-testSuccessful=Test completed successfully.
-testSkipped=Test skipped.
-testSetStarting=Test class starting.
-testSetCompletedNormally=Test class completed.
+testSetStarting=Test set starting.
+testSetCompletedNormally=Test set completed.


Reply via email to