Public bug reported:

The following test (zorba/windowing/tumbling44) fails because it
expected XPTY0004 to be raised. Instead, it gives a result.

for tumbling window $w as xs:string in (1 to 10)
start $s when true()
end $e when $e - $s eq 3
return <window>{$w}</window>

** Affects: zorba
     Importance: Medium
         Status: New

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

Title:
  windowing: type checking missing (expected XPTY0004)

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following test (zorba/windowing/tumbling44) fails because it
  expected XPTY0004 to be raised. Instead, it gives a result.

  for tumbling window $w as xs:string in (1 to 10)
  start $s when true()
  end $e when $e - $s eq 3
  return <window>{$w}</window>

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/899366/+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