Commit 5f65cb29 authored by schmitting's avatar schmitting
Browse files

No commit message

No commit message
parent 077ee144
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -339,7 +339,8 @@ module MainModule {
        controlPort.call(writeCSVMinMaxErrorRate:{PX_CSV_FILE, p_shortestTransDuration,
        controlPort.call(writeCSVMinMaxErrorRate:{PX_CSV_FILE, p_shortestTransDuration,
                                                p_shortestTransIndex, p_longestTransDuration,
                                                p_shortestTransIndex, p_longestTransDuration,
                                                p_longestTransIndex,  p_averageTranDuration,
                                                p_longestTransIndex,  p_averageTranDuration,
                                                p_nrOfTransactions, p_failTran}, 5.0) {
                                                p_nrOfTransactions, 
                                                ((p_failTran + p_inconcTran) * 100) / p_nrOfTransactions}, 5.0) {
            [] controlPort.getreply(writeCSVMinMaxErrorRate:{-, -, -,-, -, -,-, -} value true) {
            [] controlPort.getreply(writeCSVMinMaxErrorRate:{-, -, -,-, -, -,-, -} value true) {
                setverdict (pass);
                setverdict (pass);
            }
            }