Repository: aries-rsa Updated Branches: refs/heads/master b81dd15db -> a192067bb
Activate DTO serialization test Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/a192067b Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/a192067b Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/a192067b Branch: refs/heads/master Commit: a192067bbf2b378ad34d36ccb4e3c1e19cc33ed5 Parents: b81dd15 Author: Christian Schneider <[email protected]> Authored: Thu Feb 15 20:37:53 2018 +0100 Committer: Christian Schneider <[email protected]> Committed: Thu Feb 15 20:37:53 2018 +0100 ---------------------------------------------------------------------- .../org/apache/aries/rsa/provider/tcp/TcpProviderPrimitiveTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/a192067b/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderPrimitiveTest.java ---------------------------------------------------------------------- diff --git a/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderPrimitiveTest.java b/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderPrimitiveTest.java index 1612c56..4acdeda 100644 --- a/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderPrimitiveTest.java +++ b/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderPrimitiveTest.java @@ -144,7 +144,6 @@ public class TcpProviderPrimitiveTest { assertThat(myServiceProxy.callVersionMap(map).entrySet(), everyItem(isIn(map.entrySet()))); } - @Ignore @Test public void testDTO() { DTOType dto = new DTOType();
