Author: davsclaus
Date: Sun Aug 31 07:19:06 2008
New Revision: 690701
URL: http://svn.apache.org/viewvc?rev=690701&view=rev
Log:
Fixed failing unit test and fixed spelling
Modified:
activemq/camel/trunk/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackDataFormat.java
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/issues/StringDataFormatTest.java
Modified:
activemq/camel/trunk/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackDataFormat.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackDataFormat.java?rev=690701&r1=690700&r2=690701&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackDataFormat.java
(original)
+++
activemq/camel/trunk/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackDataFormat.java
Sun Aug 31 07:19:06 2008
@@ -43,7 +43,7 @@
* <li>marshal = from <tt>List<Map<String, Object>></tt> to
<tt>OutputStream</tt> (can be converted to String)</li>
* <li>unmarshal = from <tt>InputStream</tt> (such as a File) to [EMAIL
PROTECTED] DataSetList}.
* </ul>
- * <b>Notice:</b> The Flatpack library does currenntly not support header and
trailers for the marshal operation.
+ * <b>Notice:</b> The Flatpack library does currently not support header and
trailers for the marshal operation.
*
* @version $Revision$
*/
Modified:
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/issues/StringDataFormatTest.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/issues/StringDataFormatTest.java?rev=690701&r1=690700&r2=690701&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/issues/StringDataFormatTest.java
(original)
+++
activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/issues/StringDataFormatTest.java
Sun Aug 31 07:19:06 2008
@@ -27,7 +27,7 @@
public class StringDataFormatTest extends SpringTestSupport {
protected AbstractXmlApplicationContext createApplicationContext() {
- return new
ClassPathXmlApplicationContext("org/apache/camel/spring/issues/StringDataFormatTest.xml");
+ return new
ClassPathXmlApplicationContext("org/apache/camel/spring/issues/stringDataFormatTest.xml");
}
public void testMarshalString() throws Exception {