From b40bad1533583c2bf5e0f9099c87dfb819ce4aff Mon Sep 17 00:00:00 2001 From: James Shaw Date: Fri, 3 Aug 2007 21:42:14 +0000 Subject: Reinstate assertEquals template svn path=/trunk/dom/; revision=3472 --- test/transform/test-to-c.xsl | 53 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/transform/test-to-c.xsl b/test/transform/test-to-c.xsl index 80c72fc..2126262 100644 --- a/test/transform/test-to-c.xsl +++ b/test/transform/test-to-c.xsl @@ -343,7 +343,7 @@ If @value is specified, the mutator is called and @value is used as the paramete - + + + + + + + + + + + + + + + matchString_ + + + assert( + + + dom_string_icmp + + + + <assertEquals ignoreCase='auto'> not supported + + + dom_string_cmp + + + ( + + , matchString_ + + ) == 0); + + + + assert( + + == + + ); + + + + assertEquals on unknown type + +