Repository: incubator-slider Updated Branches: refs/heads/develop b1785a60c -> 566d1206a
SLIDER-531 -reinstate test that had been disabled (and which we'd forgotten to re-enable) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/566d1206 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/566d1206 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/566d1206 Branch: refs/heads/develop Commit: 566d1206a592882fb1e1ecdef97eaeef15ae427b Parents: b1785a6 Author: Steve Loughran <[email protected]> Authored: Tue Apr 7 11:42:18 2015 +0100 Committer: Steve Loughran <[email protected]> Committed: Tue Apr 7 11:42:18 2015 +0100 ---------------------------------------------------------------------- .../appmaster/web/rest/registry/TestRegistryRestMarshalling.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/566d1206/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/TestRegistryRestMarshalling.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/TestRegistryRestMarshalling.groovy b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/TestRegistryRestMarshalling.groovy index 2a25012..a5b340d 100644 --- a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/TestRegistryRestMarshalling.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/TestRegistryRestMarshalling.groovy @@ -34,7 +34,6 @@ import org.junit.Test class TestRegistryRestMarshalling { @Test - @Ignore("SLIDER-531") public void testDeser() throws Throwable { PathEntryMarshalling pem = new PathEntryMarshalling(); def unmarshalled = pem.fromResource(
