The bugs is self contained IMHO: it states the exact tests and their
expected results.

If you want the test-set from FOTS it's this:
http://dev.w3.org/cvsweb/2011/QT3-test-suite/fn/matches.xml?rev=1.7;content-type=text%2Fx-cvsweb-markup
the expected result for all above mentioned tests is "assert-false" which means 
the tests should return fn:false().

There is no official release for FOTS yet, one has to download it directly from 
W3C CVS.
Soon the Zorba FOTS driver will be merged into Zorba.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374

Title:
  FOTS fn:matches failing tests

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following tests fail in the FOTS:

  'fn-matches-41' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-42' test:
  fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
  should return 'false' according to the FOTS, Zorba returns 'true'

  'fn-matches-45' test:
  fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
  should return 'true' according to the FOTS, Zorba returns 'false'

  Assigned the bug to Paul because AFAIK he's the last one who worked on
  the fn:matches implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to