Skip to content
Snippets Groups Projects
Commit 481bcef3 authored by Richard Schwarting's avatar Richard Schwarting
Browse files

DocumentTest.vala: invalid characters no longer cause create_element to return...

DocumentTest.vala: invalid characters no longer cause create_element to return null, so don't test for it
parent faf06ccd
Branches
Tags
No related merge requests found
...@@ -128,7 +128,7 @@ class DocumentTest : GXmlTest { ...@@ -128,7 +128,7 @@ class DocumentTest : GXmlTest {
elem = doc.create_element ("ØÏØÏØ¯ÏØÏ ²øœ³¤ïØ£"); elem = doc.create_element ("ØÏØÏØ¯ÏØÏ ²øœ³¤ïØ£");
test_error (DomException.INVALID_CHARACTER); test_error (DomException.INVALID_CHARACTER);
assert (elem == null); // assert (elem == null); // TODO: decide what we want returned on DomExceptions
}); });
Test.add_func ("/gxml/document/create_document_fragment", () => { Test.add_func ("/gxml/document/create_document_fragment", () => {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment