You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2014/08/03 01:14:48 UTC

svn commit: r1615377 - /oodt/trunk/workflow/src/test/org/apache/oodt/cas/workflow/examples/TestFilterTask.java

Author: mattmann
Date: Sat Aug  2 23:14:48 2014
New Revision: 1615377

URL: http://svn.apache.org/r1615377
Log:
- typo

Modified:
    oodt/trunk/workflow/src/test/org/apache/oodt/cas/workflow/examples/TestFilterTask.java

Modified: oodt/trunk/workflow/src/test/org/apache/oodt/cas/workflow/examples/TestFilterTask.java
URL: http://svn.apache.org/viewvc/oodt/trunk/workflow/src/test/org/apache/oodt/cas/workflow/examples/TestFilterTask.java?rev=1615377&r1=1615376&r2=1615377&view=diff
==============================================================================
--- oodt/trunk/workflow/src/test/org/apache/oodt/cas/workflow/examples/TestFilterTask.java (original)
+++ oodt/trunk/workflow/src/test/org/apache/oodt/cas/workflow/examples/TestFilterTask.java Sat Aug  2 23:14:48 2014
@@ -134,7 +134,7 @@ public class TestFilterTask extends Test
 	}
 	
 	public void testRenameKeyThatDoesNotExist(){
-		config.addConfigProperty("Remove_FileLocation", "FooLocation");
+		config.addConfigProperty("Rename_FileLocation", "FooLocation");
 		try {
 			task.run(dynMet, config);
 		} catch (WorkflowTaskInstanceException e) {