From 6c078ea1577c6200f4819acbeee22ebb6001098e Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:56:34 -0500 Subject: [PATCH] Mark tests as not broken Version 2.13.5 of XM2_jll should fix the test marked broken in #201 Ref: https://gitlab.gnome.org/GNOME/libxml2/-/issues/817 --- test/runtests.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index cfe59a5..fcee340 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -375,9 +375,8 @@ end @test reader.content == "Hey" @test reader.namespace == "http://www.w3.org/1999/xhtml" elseif reader.:type == EzXML.READER_END_ELEMENT - # This is broken in XML2_jll 2.13.4 but works in 2.12.7 - @test_broken !hasnodecontent(reader) - @test_broken reader.content === nothing + @test !hasnodecontent(reader) + @test reader.content === nothing end end @test "head" ∈ names