You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2014/06/18 18:26:07 UTC

git commit: Remove Parameterized test runner annotation from NettyConnectionManagerTest

Repository: incubator-flink
Updated Branches:
  refs/heads/master 73a94ffe4 -> 1a1a13e06


Remove Parameterized test runner annotation from NettyConnectionManagerTest


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/1a1a13e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/1a1a13e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/1a1a13e0

Branch: refs/heads/master
Commit: 1a1a13e06511b5877f909c43f4d4320855490fc8
Parents: 73a94ff
Author: uce <u....@fu-berlin.de>
Authored: Wed Jun 18 18:25:11 2014 +0200
Committer: uce <u....@fu-berlin.de>
Committed: Wed Jun 18 18:25:11 2014 +0200

----------------------------------------------------------------------
 .../runtime/io/network/netty/NettyConnectionManagerTest.java      | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/1a1a13e0/stratosphere-runtime/src/test/java/eu/stratosphere/runtime/io/network/netty/NettyConnectionManagerTest.java
----------------------------------------------------------------------
diff --git a/stratosphere-runtime/src/test/java/eu/stratosphere/runtime/io/network/netty/NettyConnectionManagerTest.java b/stratosphere-runtime/src/test/java/eu/stratosphere/runtime/io/network/netty/NettyConnectionManagerTest.java
index dbb4c3f..b3b0b06 100644
--- a/stratosphere-runtime/src/test/java/eu/stratosphere/runtime/io/network/netty/NettyConnectionManagerTest.java
+++ b/stratosphere-runtime/src/test/java/eu/stratosphere/runtime/io/network/netty/NettyConnectionManagerTest.java
@@ -19,8 +19,6 @@ import eu.stratosphere.runtime.io.network.ChannelManager;
 import eu.stratosphere.runtime.io.network.Envelope;
 import eu.stratosphere.runtime.io.network.RemoteReceiver;
 import junit.framework.Assert;
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
 import org.mockito.Matchers;
 import org.mockito.invocation.InvocationOnMock;
 import org.mockito.stubbing.Answer;
@@ -37,7 +35,6 @@ import java.util.concurrent.atomic.AtomicInteger;
 import static org.mockito.Mockito.doAnswer;
 import static org.mockito.Mockito.mock;
 
-@RunWith(Parameterized.class)
 public class NettyConnectionManagerTest {
 
 	private final static long RANDOM_SEED = 520346508276087l;