[Bug 8378] New: [XQFTTS] Whitespace issues in expected results

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8378

           Summary: [XQFTTS] Whitespace issues in expected results
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Full Text 1.0
        AssignedTo: jim.melton@acm.org
        ReportedBy: peter.fischer@inf.ethz.ch
         QAContact: public-qt-comments@w3.org


In the CVS version of the XQFTTS (as of 2009-11-25), I found a number of cases
with whitespace issues:

examples-23-q3
examples-23-q4

The expected results should allow for different order (as this a scoring case)
and the presence of whitespace between the top-level elements (or not) - in
total 4 results. The provided results contain one order with whitespaces, the
other one without, so in total just 2.

examples-37-1

The expected result contains whitespace (newline, intendation) between the
contents of the <result> tag - as the boundary whitespace mode is not changed
from the default (strip), this whitespace should not be present

FTIgnore-q1, FTIgnore-q3, FTIgnore-q4, FTIgnore-unconstrained-q1,
FTIgnore-unconstrained-q3, FTIgnore-unconstrained-q4

Expected result contain newlines between the titles, while they should not:

Expected:
<results><title>Software For Fun and Profit</title>
<title>Software For Fun and Profit, 2nd edition</title>
<title>No Bad Software</title>
<title>Ninja Coder</title></results>

Correct: 
<results><title>Software For Fun and Profit</title><title>Software For Fun and
Profit, 2nd edition</title><title>No Bad Software</title><title>Ninja
Coder</title></results>


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 November 2009 16:46:40 UTC