- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 29 Jun 2009 15:35:56 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7006
--- Comment #2 from Christian Gruen <christian.gruen@gmail.com> 2009-06-29 15:35:56 ---
Hi again,
I've come across three other potential bugs in the test suite. Let's hope that
these are the last ones:
[3] FTWindow-complexwords1.xq
Query (ftbookexample.xml):
$input-context/books/book[para ftcontains ("ninja" ftand "coder"
ftand "knows") window 3 words]/title
Test Suite Result:
empty result
Expected Result:
<title>Ninja Coder</title>
[4] FTWindow-complexwords3.xq
Query (ftbookexample.xml):
$input-context/books/book[para ftcontains ("ninja" ftand "coder"
window 2 words) ftand "knows" distance exactly 3 words]/title
Expected Query:
...distance exactly 0 words...
[5] ftstopword-q9.xq
Query (FT-3-examples-source-document.xml):
$input-context/books/book[.//content ftcontains "supports some users of"
with stop words at "http://bstore1.example.com/StopWordList.xml"
union at "http://bstore1.example.com/StopWordList2.xml"
union at "http://bstore1.example.com/StopWordList4.xml"
except at "http://bstore1.example.com/StopWordList5.xml"]
Test Suite Result:
empty result
Expected Result:
<book number="1">...</book>
Best,
Christian
--
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 Monday, 29 June 2009 15:36:06 UTC