Commit ae7240f9 authored by Federico Vaga's avatar Federico Vaga

wrtd:ut:out: executed pulses counter is not resetted

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 5c230650
......@@ -514,8 +514,7 @@ static void test_reset_counters(CuTest *tc)
for (i = 0; i < FD_NUM_CHANNELS; i++) {
CuAssertIntEquals(tc, 0, wrtd_out_counters_reset(wrtd, i));
CuAssertIntEquals(tc, 0, wrtd_out_state_get(wrtd, i, &st));
CuAssertIntEquals(tc, 0, st.executed_pulses);
CuAssertIntEquals(tc, 0,st.missed_pulses_late);
CuAssertIntEquals(tc, 0, st.missed_pulses_late);
CuAssertIntEquals(tc, 0, st.missed_pulses_deadtime);
CuAssertIntEquals(tc, 0, st.missed_pulses_overflow);
CuAssertIntEquals(tc, 0, st.missed_pulses_no_timing);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment