r2302 - trunk/nuiton-utils/src/test/java/org/nuiton/util/rmi
Author: athimel Date: 2012-02-29 10:46:41 +0100 (Wed, 29 Feb 2012) New Revision: 2302 Url: http://nuiton.org/repositories/revision/nuiton-utils/2302 Log: #1229 Try to re-acivate the tests to see what happens Modified: trunk/nuiton-utils/src/test/java/org/nuiton/util/rmi/RmiExporterAndProxyTest.java Modified: trunk/nuiton-utils/src/test/java/org/nuiton/util/rmi/RmiExporterAndProxyTest.java =================================================================== --- trunk/nuiton-utils/src/test/java/org/nuiton/util/rmi/RmiExporterAndProxyTest.java 2012-02-15 14:07:18 UTC (rev 2301) +++ trunk/nuiton-utils/src/test/java/org/nuiton/util/rmi/RmiExporterAndProxyTest.java 2012-02-29 09:46:41 UTC (rev 2302) @@ -49,7 +49,6 @@ } @Test(expected = NotBoundException.class) - @Ignore public void testProxyWithoutService() throws Exception { // Register and unregister (to make sure RMI registry is created) @@ -62,7 +61,6 @@ } @Test - @Ignore public void testObjectIdentity() throws Exception { // Create and bind the service @@ -83,7 +81,6 @@ } @Test - @Ignore public void testComplexType() throws Exception { // Create and bind the service @@ -113,7 +110,6 @@ } @Test - @Ignore public void testExceptionPropagation() throws Exception { // Create and bind the service
participants (1)
-
athimelï¼ users.nuiton.org