You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/02/15 19:38:02 UTC

aries-rsa git commit: Activate DTO serialization test

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 <cs...@adobe.com>
Authored: Thu Feb 15 20:37:53 2018 +0100
Committer: Christian Schneider <cs...@adobe.com>
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();