Repository: incubator-slider Updated Branches: refs/heads/develop 37dad5d72 -> 427026731
SLIDER-787 App Upgrade/Reconfig support in Slider (fix test description) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/42702673 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/42702673 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/42702673 Branch: refs/heads/develop Commit: 427026731e0fb00071a804bea0a69b1f3ede97de Parents: 37dad5d Author: Gour Saha <[email protected]> Authored: Fri Apr 10 21:05:21 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Fri Apr 10 21:05:21 2015 -0700 ---------------------------------------------------------------------- .../org/apache/slider/client/TestUpgradeCommandOptions.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/42702673/slider-core/src/test/groovy/org/apache/slider/client/TestUpgradeCommandOptions.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/client/TestUpgradeCommandOptions.groovy b/slider-core/src/test/groovy/org/apache/slider/client/TestUpgradeCommandOptions.groovy index f760c84..4620b32 100644 --- a/slider-core/src/test/groovy/org/apache/slider/client/TestUpgradeCommandOptions.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/client/TestUpgradeCommandOptions.groovy @@ -50,7 +50,7 @@ import org.junit.Before import org.junit.Test /** - * Test the package commands options + * Test the upgrade commands options */ class TestUpgradeCommandOptions extends AgentMiniClusterTestBase { final shouldFail = new GroovyTestCase().&shouldFail
