- From: Hugo Haas <hugo@w3.org>
- Date: Thu, 19 Jan 2006 10:54:31 -0800
- To: public-ws-addressing-tests@w3.org
Received on Thursday, 19 January 2006 18:54:44 UTC
test1236 is marked as failed for the WS-I log as it shows a reply with an empty content, and the assertion was testing for the absence of an entry for the reply in the log. I changed: <assert test="not(../following-sibling::log:message[@testcase=current()/../@testcase and @message='2'])"/> into: <assert test="not(../following-sibling::log:message[@testcase=current()/../@testcase and @message='2']) or ../following-sibling::log:message[@testcase=current()/../@testcase and @message='2']/content[not(node())]"/> Cheers, Hugo -- Hugo Haas - W3C mailto:hugo@w3.org - http://www.w3.org/People/Hugo/
Received on Thursday, 19 January 2006 18:54:44 UTC