- From: <bugzilla@jessica.w3.org>
- Date: Sun, 23 Jun 2013 07:49:56 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22334 --- Comment #4 from Michael Kay <mike@saxonica.com> --- The other thing that occurred to me about these tests is that using assert-xml is not ideal for this kind of test. If namespaces are not inherited, then the only way to serialize the tree accurately is by using XML 1.1 namespace undeclarations, and many test drivers may have difficulty with that. So there's a high risk that we're seeing spurious results for these tests (at least the two NameTest tests) due to test driver limitations. They should be changed to use more specific XPath assertions to determine the in-scope namespaces on the tree more robustly. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 23 June 2013 07:49:58 UTC