Uncomment tests

workaround_23
Ciarán O'Mara 4 years ago
parent da0c1881dd
commit 7ccf0cd249

@ -35,12 +35,12 @@
metainfo = SAM.MetaInfo("@PG ID:hisat2 PN:hisat2 VN: CL:\"/script.sh\"")
@test haskey(metainfo, "ID")
@test haskey(metainfo, "PN")
# @test haskey(metainfo, "VN")
@test haskey(metainfo, "VN")
@test haskey(metainfo, "CL")
@test metainfo["ID"] == "hisat2"
@test metainfo["PN"] == "hisat2"
# @test metainfo["VN"] == ""
@test metainfo["VN"] == ""
@test metainfo["CL"] == "\"/script.sh\""
end

Loading…
Cancel
Save