public void testFileNameWithoutSuffix()
{
File reportDir = new File( "." );
String testName = "org.apache.maven.plugin.surefire.report.StatelessXMLReporterTest";
reportEntry = new SimpleReportEntry( this.getClass().getName(), testName, 12 );
WrappedReportEntry testSetReportEntry =
new WrappedReportEntry( reportEntry, ReportEntryType.success, 12, null, null );
stats.testSucceeded( testSetReportEntry );
reporter.testSetCompleted( testSetReportEntry, stats );