Skip to content

Commit

Permalink
fixup! CP-52320 & CP-52795: Add unit tests for tgroup library
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBuica committed Jan 7, 2025
1 parent cb06b56 commit f29001c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ocaml/libs/tgroup/test_tgroup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ let test_identity () =
; ((Some " Xen Center 2024 ", ", u 1000 "), "u1000/XenCenter2024")
; ((Some "Xen Center ,/@.~# 2024", "root"), "root/XenCenter2024")
; ((Some "XenCenter 2024.3.18", ""), "root/XenCenter2024318")
; ((Some "", "S-R-X-Y1-Y2-Yn-1-Yn"), "SRXY1Y2Yn1Yn")
; ( (Some "XenCenter2024", "S-R-X-Y1-Y2-Yn-1-Yn")
, "SRXY1Y2Yn1Yn/XenCenter2024"
)
]
in

Expand Down

0 comments on commit f29001c

Please sign in to comment.