[Bug 30078] New: fn-unparsed-text-054 depends on external resource

https://www.w3.org/Bugs/Public/show_bug.cgi?id=30078

            Bug ID: 30078
           Summary: fn-unparsed-text-054 depends on external resource
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: josh.spiegel@oracle.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

<test-case name="fn-unparsed-text-054"
xmlns="http://www.w3.org/2010/09/qt-fots-catalog">
      <description>Test the stability of the "unparsed-text"
function</description>
      <created by="Michael Kay" on="2016-12-28"/>
      <test><![CDATA[
         for $t1 in unparsed-text('http://date.jsontest.com') return
         every $i in 1 to 50 satisfies
unparsed-text(translate(concat('http://date.jsontest.com', $i), '0123456789',
'')) eq $t1 
      ]]></test>
      <result>
         <assert-true/>
      </result>
</test-case>

This test seems to depend on resolving an external http resource.  There are
two problems with this:

(1) implementations aren't required to support this
(2) this makes the test suite depend on external resources

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 23 March 2017 18:36:43 UTC