Bad assertions in 1236 and 1237

I noticed there seems to be a missing namespace declaration
(log:content) in the assertion common to these two test cases:

 

not(../following-sibling::log:message[@testcase=current()/../@testcase
and @message='2']) or
count(../following-sibling::log:message[@testcase=current()/../@testcase
and @message='2']/content/*) = '0'

 

should probably be

 

not(../following-sibling::log:message[@testcase=current()/../@testcase
and @message='2']) or
count(../following-sibling::log:message[@testcase=current()/../@testcase
and @message='2']/log:content/*) = '0'

 

I haven't tested this, just visual inspection, but it unfortunately may
have given us some false green, as it would seem the assertion has no
way to fail.

 

 

<From>Jonathan Marsh</ From>

<ReplyTo>jmarsh@microsoft.com <mailto:jmarsh@microsoft.com> </ ReplyTo>

<RelatesTo>http://spaces.msn.com/members/auburnmarshes/
<http://spaces.msn.com/members/auburnmarshes/> </ RelatesTo>

 

Received on Tuesday, 7 February 2006 00:34:47 UTC