提交 f24a5517 编写于 作者: C Carlos Antonio da Silva

Fix AS tests due to builder change with nil values / empty strings

Check 0180e090 for more reasoning about
that.
上级 ba4a6c29
......@@ -848,7 +848,7 @@ def test_one_level_with_nils
assert_equal "<person>", xml.first(8)
assert xml.include?(%(<street>Paulina</street>))
assert xml.include?(%(<name>David</name>))
assert xml.include?(%(<age nil="true"></age>))
assert xml.include?(%(<age nil="true"/>))
end
def test_one_level_with_skipping_types
......@@ -856,7 +856,7 @@ def test_one_level_with_skipping_types
assert_equal "<person>", xml.first(8)
assert xml.include?(%(<street>Paulina</street>))
assert xml.include?(%(<name>David</name>))
assert xml.include?(%(<age nil="true"></age>))
assert xml.include?(%(<age nil="true"/>))
end
def test_one_level_with_yielding
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册