[Bug 8129] New: [XQTS] CVS: location hints

View: New views
4 Messages — Rating Filter:   Alert me  

[Bug 8129] New: [XQTS] CVS: location hints

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

           Summary: [XQTS] CVS: location hints
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@...
        ReportedBy: tim@...
         QAContact: public-qt-comments@...


According to the guidelines for running XQTS:

''The "at" keyword specifies an optional location hint. Location Hints can be
interpreted or disregarded in an implementation-dependent way. An
implementation can choose to use any of the location hints, or none at all.
Implementors testing a system that would only use one location hint may choose
rewrite the query to use a URI to a system specific module (which has done the
merge "by hand").''

A number of recently committed tests have used location hints for modules:

 modules-19
 modules-20
 modules-21
 modules-22
 modules-23
 modules-24
 modules-25
 modules-26
 modules-27
 modules-28

and for schemas:

 fn-datacomplextype-1
 fn-datamixedcontent-1

e.g.

import module namespace defs = "http://www.w3.org/TestModules/defs" at
"module3-
lib.xq";

Use of ' at ' is testing implementation-defined behaviour.

For instance, we attempt to use the location hint, fail to find the module and
raise XQST0059.


--
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.


[Bug 8129] [XQTS] CVS: location hints

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Michael Kay <mike@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@...




--- Comment #1 from Michael Kay <mike@...>  2009-10-30 12:43:57 ---
I think we should probably reconsider how best to handle this. The current
system of registering all modules in global entries in the catalog doesn't seem
very scaleable. Probably the entry for each test case should say which library
modules it uses, and give the mapping from the module URI to the actual
location of the library module. Meanwhile I agree, the new tests are wrong.


--
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.


[Bug 8129] [XQTS] CVS: location hints

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Michael Kay <mike@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--
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.


[Bug 8129] [XQTS] CVS: location hints

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Tim Mills <tim@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #2 from Tim Mills <tim@...>  2009-10-30 15:46:03 ---
validate-constraints-1, 2 and 3 need to be added to the list.


--
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.