Repository: falcon Updated Branches: refs/heads/master 311baa903 -> b830ddc87
FALCON-1155 Unwanted character at the end of workflow.xml. Contributed by Karishma Gulati Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/b830ddc8 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/b830ddc8 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/b830ddc8 Branch: refs/heads/master Commit: b830ddc8798f0437602d9c39de64c2813bc7d9ed Parents: 311baa9 Author: Ruslan Ostafiychuk <[email protected]> Authored: Wed Apr 15 18:07:07 2015 +0300 Committer: Ruslan Ostafiychuk <[email protected]> Committed: Wed Apr 15 18:07:13 2015 +0300 ---------------------------------------------------------------------- falcon-regression/CHANGES.txt | 2 ++ .../merlin/src/test/resources/combinedWorkflow/workflow.xml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/b830ddc8/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index 419b143..8d5fd38 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -297,6 +297,8 @@ Trunk (Unreleased) FALCON-681 delete duplicate feed retention test from falcon regression (SamarthG) BUG FIXES + FALCON-1155 Unwanted character at the end of workflow.xml (Karishma Gulati via Ruslan Ostafiychuk) + FALCON-1072 Dumping of Oozie info should use os specific newline (Raghav Kumar Gautam) FALCON-1018 Enable and fix FalconClientTest#badClusterSubmit (Paul Isaychuk via Ruslan Ostafiychuk) http://git-wip-us.apache.org/repos/asf/falcon/blob/b830ddc8/falcon-regression/merlin/src/test/resources/combinedWorkflow/workflow.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin/src/test/resources/combinedWorkflow/workflow.xml b/falcon-regression/merlin/src/test/resources/combinedWorkflow/workflow.xml index a80719a..4190f6d 100644 --- a/falcon-regression/merlin/src/test/resources/combinedWorkflow/workflow.xml +++ b/falcon-regression/merlin/src/test/resources/combinedWorkflow/workflow.xml @@ -107,4 +107,3 @@ </kill> <end name="end"/> </workflow-app> --
