Remove two false positives in Matterhorn tests
This commit is contained in:
parent
6f1be1e6c3
commit
44438f5cef
|
@ -673,9 +673,8 @@ let matterhorn_28_004 _ _ pdf =
|
|||
end
|
||||
| None -> merror ()
|
||||
end
|
||||
| _ -> merror ()
|
||||
| _ -> () (* Ok, since not part of structure tree. *)
|
||||
end
|
||||
|
||||
end
|
||||
| _ -> ())
|
||||
pdf
|
||||
|
@ -766,7 +765,7 @@ let matterhorn_28_011 _ _ pdf =
|
|||
end
|
||||
| _ -> merror ()
|
||||
end
|
||||
| _ -> merror ()
|
||||
| _ -> () (* Not part of structure tree. That's ok. *)
|
||||
end
|
||||
| _ -> ())
|
||||
pdf
|
||||
|
|
Loading…
Reference in New Issue