Repository: oozie
Updated Branches:
  refs/heads/master b8919d634 -> b197da79d


OOZIE-2444 test failure


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

Branch: refs/heads/master
Commit: b197da79d2a9823bb019d18f51b8ed5d7fa7e2e9
Parents: b8919d6
Author: Purshotam Shah <[email protected]>
Authored: Mon Feb 8 15:11:27 2016 -0800
Committer: Purshotam Shah <[email protected]>
Committed: Mon Feb 8 15:11:27 2016 -0800

----------------------------------------------------------------------
 .../org/apache/oozie/command/coord/TestCoordUpdateXCommand.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/b197da79/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
index de16d92..5bee228 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
@@ -368,6 +368,7 @@ public class TestCoordUpdateXCommand extends XDataTestCase {
 
         jobConf.set("coordName1", "NAME");
         jobConf.set("coordName2", "coord2");
+        jobConf.set("isEnabled", "true");
         BundleSubmitXCommand command = new BundleSubmitXCommand(jobConf);
         final BundleJobBean bundleBean = (BundleJobBean) command.getJob();
         bundleBean.setStartTime(new Date());

Reply via email to