Attention is currently required from: laforge, pespin.
Patch set 2:Code-Review +2
1 comment:
File stp/STP_Tests_M3UA.ttcn:
Patch Set #1, Line 110: mtc.stop;
You are clearly not seeing the benefit because you are still using 2 lines to do something which can be done in one: [...]
I never liked doing it this way. The benefit of writing one long line doing several things in one go is questionable, especially when you need to log some values and thus have to use `log2str()`. We are not limited by the number of code lines, so I prefer using `setverdict()` explicitly, rather than hiding it behind the scenes of overloaded functions like `f_shutdown()`.
To view, visit change 36148. To unsubscribe, or for help writing mail filters, visit settings.