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

Add tests for wrstatus and hasudptrailer

parent 079f47bd
No related branches found
No related tags found
1 merge request!15DAQ tools
......@@ -293,5 +293,11 @@ end
@test !fifostatus(s[1].frames[5])
@test fifostatus(s[1].frames[23])
# TODO no test file with missing UDP trailers, we need one
@test all(hasudptrailer(fr) for fr s[1].frames)
# TODO no test file with bad white rabbit status, we need one
@test all(wrstatus(fr) for fr s[1].frames)
close(f)
end
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