Author: cschneider
Date: Fri Dec 30 20:40:08 2011
New Revision: 1225916

URL: http://svn.apache.org/viewvc?rev=1225916&view=rev
Log:
CAMEL-4843 Fixed method name

Modified:
    
camel/trunk/camel-core/src/test/java/org/apache/camel/language/simple/SimpleWithPropertiesTest.java

Modified: 
camel/trunk/camel-core/src/test/java/org/apache/camel/language/simple/SimpleWithPropertiesTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/language/simple/SimpleWithPropertiesTest.java?rev=1225916&r1=1225915&r2=1225916&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/test/java/org/apache/camel/language/simple/SimpleWithPropertiesTest.java
 (original)
+++ 
camel/trunk/camel-core/src/test/java/org/apache/camel/language/simple/SimpleWithPropertiesTest.java
 Fri Dec 30 20:40:08 2011
@@ -39,7 +39,7 @@ public class SimpleWithPropertiesTest {
      * @throws Exception
      */
     @Test
-    public void testNullValue() throws Exception {
+    public void testProperty() throws Exception {
         CamelContext context = new DefaultCamelContext();
         Exchange exchange = new DefaultExchange(context);
         String result = SimpleBuilder.simple("{{test}}").evaluate(exchange, 
String.class);


Reply via email to