Updated Branches:
  refs/heads/camel-2.11.x b0e83a72b -> d37b8fa19
  refs/heads/master 1c39edc11 -> d3c07055a


Fixed test


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0fc542cf
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0fc542cf
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0fc542cf

Branch: refs/heads/master
Commit: 0fc542cfba58c03a31f24ec9e672008b0c06a54a
Parents: 1c39edc
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Jul 28 08:30:07 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Jul 28 08:30:07 2013 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/util/ResourceHelperTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/0fc542cf/camel-core/src/test/java/org/apache/camel/util/ResourceHelperTest.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/test/java/org/apache/camel/util/ResourceHelperTest.java 
b/camel-core/src/test/java/org/apache/camel/util/ResourceHelperTest.java
index 98ecb1b..0f5fa13 100644
--- a/camel-core/src/test/java/org/apache/camel/util/ResourceHelperTest.java
+++ b/camel-core/src/test/java/org/apache/camel/util/ResourceHelperTest.java
@@ -98,7 +98,7 @@ public class ResourceHelperTest extends TestSupport {
             
ResourceHelper.resolveMandatoryResourceAsInputStream(context.getClassResolver(),
 "classpath:notfound.txt");
             fail("Should not find file");
         } catch (FileNotFoundException e) {
-            assertEquals("Cannot find resource in classpath for URI: 
notfound.txt", e.getMessage());
+            assertEquals("Cannot find resource: notfound.txt in classpath for 
URI: notfound.txt", e.getMessage());
         }
 
         context.stop();

Reply via email to