Activity log for bug #1183722

Date Who What changed Old value New value Message
2013-05-24 09:04:05 Martin Leucht bug added bug
2013-05-27 15:45:19 Charlie Poole affects nunitv2 nunit-3.0
2013-07-31 04:12:12 Charlie Poole nunit-3.0: importance Undecided Medium
2013-07-31 04:12:17 Charlie Poole nunit-3.0: status New Triaged
2013-10-05 05:25:32 Charlie Poole tags feature framework
2013-10-20 00:38:00 Charlie Poole description The result XML should also contain the start and end times of a test execution. This is useful to match additional log data from external sources to failing tests, especially when executing long-running tests like system or user acceptance tests or tests that are executed unattended. Proposed solution: - add "start"/"starttime" and "end"/"endtime" attributes to "test-case" and "test-suite" elements containing the appropriate time strings used for - rename the "time" attribute to "duration" to avoid confusion (I know, this is breaking compatibility...) - this solution may be conflicting with #1072379 [Issue now tracked at https://github.com/nunit/nunit-framework/issues/31] The result XML should also contain the start and end times of a test execution. This is useful to match additional log data from external sources to failing tests, especially when executing long-running tests like system or user acceptance tests or tests that are executed unattended. Proposed solution: - add "start"/"starttime" and "end"/"endtime" attributes to "test-case" and "test-suite" elements containing the appropriate time strings used for - rename the "time" attribute to "duration" to avoid confusion (I know, this is breaking compatibility...) - this solution may be conflicting with #1072379
2013-10-20 00:38:06 Charlie Poole tags feature framework feature framework github