[jboss-svn-commits] JBL Code SVN: r6467 - labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/actions

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 29 09:41:13 EDT 2006


Author: tfennelly
Date: 2006-09-29 09:41:11 -0400 (Fri, 29 Sep 2006)
New Revision: 6467

Modified:
   labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/actions/SmooksTransformerUnitTest.java
Log:
fixed test

Modified: labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/actions/SmooksTransformerUnitTest.java
===================================================================
--- labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/actions/SmooksTransformerUnitTest.java	2006-09-29 13:31:10 UTC (rev 6466)
+++ labs/jbossesb/trunk/product/core/listeners/tests/src/org/jboss/soa/esb/actions/SmooksTransformerUnitTest.java	2006-09-29 13:41:11 UTC (rev 6467)
@@ -55,7 +55,7 @@
 
         // Should get an exception where the smooks-cdr.lst file is missing....
         properties.add(new KeyValuePair("smooks-cdr.list-classpath-prefix", "/some/bad/cp/location/"));
-        assertConfigException(properties, "Failed to locate Smooks configuration list file [smooks-cdr.lst].  This file must be located at");
+        assertConfigException(properties, "Failed to locate Smooks configuration list file [smooks-cdr.lst].  The folder containing this file must be located at");
     }
 
     public void test_trans() throws ConfigurationException {




More information about the jboss-svn-commits mailing list