Actions
Task #6037
closedTemplate functions for setting up indentToken and separatorToken
Start date:
06/05/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
150611
Description
See TestEngine.{indentToken,separatorToken}.
Updated by Andrei Tatarnikov over 9 years ago
Done in r3828. The settings can be set up in the following way:
def initialize
super
@indent_token = "\t"
@separator_token = "="
end
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from New to Resolved
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Published in build set to 150611
Actions