Fixed
Details
Details
Assignee
Emmanuel Bernard
Emmanuel BernardReporter
Emmanuel Bernard
Emmanuel BernardBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Emmanuel Bernard
Hardy Ferentschik
Matt Benson
Fix versions
Affects versions
Priority
Created October 22, 2010 at 3:00 PM
Updated January 7, 2013 at 7:14 PM
Resolved November 30, 2010 at 6:10 PM
In section 4.2 "Constraint Violation", Table 4.1, "propertyPath examples", the structure of a set of Path.Nodes is described. Examining the examples in this section:
Row 4 shows that a path describing the fourth author (i.e. "authors3") should be represented by a not-in-iterable "authors" node followed by a nameless node with index 3. However, in this example the TCK would expect a single "authors" node with index 3.
Likewise, row 6 shows that a path describing the first author's company property ("authors0.company") should be represented by a not-in-iterable "authors" node followed by a "company" node with index 0. In this example the TCK would instead expect an "authors" node with index 3, followed by a not-in-iterable "company" node.