This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6471 - [FT] Test-Suite issues cont.
Summary: [FT] Test-Suite issues cont.
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: http://basex.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 06:57 UTC by Christian Gruen
Modified: 2009-02-26 21:36 UTC (History)
2 users (show)

See Also:


Attachments

Description Christian Gruen 2009-01-25 06:57:17 UTC
Some more Test Suite bugs...

[1] full-text-composability-queries-results-q1.xq

FTST0009 missing as optional error.


[2] ftstopword-q2.xq

"except at" expected instead of "except"


[3] ft-3.4....

Multiple times: $input-contex -> $input-context


[4] FTNot-complex1.xq

"words)]" -> "words]"


[5] FTExtension-Opt-q4

No context item set/defined.


[6] FTDistance-/FTWindow-...

In the current XQFT Specs, no angle brackets are used in position filters ("window <EXPR> words" vs. "window { <EXPR> } words")


[7] FTWindow-words4.xq

xs:integer(2) cannot be treated as xs:positiveInteger (XPTY0004).


[8] ftwildcard-q11.xq

#cont -> $cont


[9] ftmatchoptions-q2.xq

Range missing: distance [...] 5 words


[10] FTPrimary-FTExtensionSelection-q1.xq

Namespace must be defined before variable declaration.


[11] examples-351-1 ... 363-5

No context item set/defined.


[12] ft-3.4.2-examples-q3.xq

/p -> //p


[13] ft-3.4-examples-q2.xq

FTST0009 missing as optional error.


[14] ftthesaurus-...

thesuarus -> thesaurus


[15] queries-results-q3.xq

"element-queries-results-q3.txt" not found


[16] ftstopword-q1.xq

..is "numerous" really supposed to be ignored here?


Wishes,

Christian, BaseX Team 
http://www.basex.org
Comment 1 Pat Case 2009-02-16 01:11:50 UTC
Hi Christian,

[1] full-text-composability-queries-results-q1.xq

FTST0009 missing as optional error.

--Error added. Thanks.


[2] ftstopword-q2.xq

"except at" expected instead of "except"

--Yes, at added.


[3] ft-3.4....

Multiple times: $input-contex -> $input-context

--Fixed in ft-3.4.2-examples-q1.xq through q4.xq, and ft-3.4.3-examples-q1.xq, and ft-3.4.4-examples-q1.xq, and ft-3.4.5-examples-q2.xq, and ft-3.4.6-examples-q1.xq through q2.xq, and ft-3.4.7-examples-q1.xq through q3.xq. 


[8] ftwildcard-q11.xq

#cont -> $cont

--Fixed previously.


[9] ftmatchoptions-q2.xq

Range missing: distance [...] 5 words

--Yes. added at most.


[12] ft-3.4.2-examples-q3.xq

/p -> //p

--Yes. Changed to //p


[13] ft-3.4-examples-q2.xq

FTST0009 missing as optional error.

--Tes. Error added.


[15] queries-results-q3.xq

"element-queries-results-q3.txt" not found

--I see the file isthere now.


[16] ftstopword-q1.xq

..is "numerous" really supposed to be ignored here?

--Yes. It is in stopword1.

Thanks again for repoting these problems so I could fix them.

I hav one I am still working on:

[14] ftthesaurus-...

thesuarus -> thesaurus

--I tried to fix them in ftthesaurus-q2.xq through q6.xq, but can't get them to load. Going for help.

Pat
Comment 2 Pat Case 2009-02-17 12:13:22 UTC
Christian,

[14] ftthesaurus-...

thesuarus -> thesaurus

With some help from my friends this spelling error has been fixed in ftthesaurus-q2.xq through q6.xq.

Pat
Comment 3 Mary Holstege 2009-02-26 21:25:00 UTC
Items 4,5,6,7,10,11 have now also been fixed.

I believe this resolves everything reported in this bug.  If you agree, please close the bug.  Thank you.