Skip to content
Snippets Groups Projects
Verified Commit 0fe6107e authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix maximal_udp_sequence_number()

parent b2c2f52e
No related branches found
No related tags found
1 merge request!15DAQ tools
......@@ -250,7 +250,7 @@ end
@test 0 == count_fifostatus(frame)
@test 16 == count_hrvstatus(frame)
@test 34 == maximaul_udp_sequence_number(frame)
@test 34 == maximal_udp_sequence_number(frame)
@test 35 == number_of_udp_packets_received(frame)
# Test sample via Jpp from the first summary slice (Frame #23) in ONLINEFILE
......@@ -313,7 +313,7 @@ end
@test 6 == count_fifostatus(frame)
@test 16 == count_hrvstatus(frame)
@test 36 == maximaul_udp_sequence_number(frame)
@test 36 == maximal_udp_sequence_number(frame)
@test 37 == number_of_udp_packets_received(frame)
close(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment