From 7ea805f7fb264b2f4c9caae4d10eef85a6e7140d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 28 Jan 2009 09:55:10 +0000 Subject: [PATCH] make assertResource(Doesnt)Contain(s) casesensitive flag do something useful git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@738426 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/ant/antunit/antlib.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/ant/antunit/antlib.xml b/src/main/org/apache/ant/antunit/antlib.xml index 9fe2ed3..7c8c154 100644 --- a/src/main/org/apache/ant/antunit/antlib.xml +++ b/src/main/org/apache/ant/antunit/antlib.xml @@ -140,7 +140,8 @@ under the License. default="Expected resource '@{resource}' to contain value '@{value}' but was '${@{resource}}'"/> - + @@ -153,7 +154,8 @@ under the License. default="Didn't expect resource '@{resource}' to contain value '@{value}' but was '${@{resource}}'"/> - +