Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Fedorenko <[email protected]>
  • Loading branch information
ifedorenko committed Sep 12, 2014
1 parent 1023486 commit 08cbd18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected void starting( Description d )
String methodName = d.getMethodName();
if ( methodName != null )
{
methodName = methodName.replace('/', '_').replace('\\', '_');
methodName = methodName.replace( '/', '_' ).replace( '\\', '_' );
}
name = d.getTestClass().getSimpleName() + "_" + methodName;
}
Expand Down

0 comments on commit 08cbd18

Please sign in to comment.