blob: d0fdb66c56062ee07b0c3fb21afa10b3611d8551 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-787 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:dayTimeDuration as source type and xs:boolean as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:dayTimeDuration("P3DT2H") castable as xs:boolean)