You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jg...@apache.org on 2006/10/27 16:18:22 UTC

svn commit: r468391 - /geronimo/sandbox/gcache/server/src/test/java/org/apache/geronimo/gcache/transports/tcp/TCPNotificationTest.java

Author: jgenender
Date: Fri Oct 27 07:18:21 2006
New Revision: 468391

URL: http://svn.apache.org/viewvc?view=rev&rev=468391
Log:
Remove uneeded code in test case

Modified:
    geronimo/sandbox/gcache/server/src/test/java/org/apache/geronimo/gcache/transports/tcp/TCPNotificationTest.java

Modified: geronimo/sandbox/gcache/server/src/test/java/org/apache/geronimo/gcache/transports/tcp/TCPNotificationTest.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gcache/server/src/test/java/org/apache/geronimo/gcache/transports/tcp/TCPNotificationTest.java?view=diff&rev=468391&r1=468390&r2=468391
==============================================================================
--- geronimo/sandbox/gcache/server/src/test/java/org/apache/geronimo/gcache/transports/tcp/TCPNotificationTest.java (original)
+++ geronimo/sandbox/gcache/server/src/test/java/org/apache/geronimo/gcache/transports/tcp/TCPNotificationTest.java Fri Oct 27 07:18:21 2006
@@ -82,8 +82,6 @@
         command.setPayloadFromSession(session);
 
         //Send the packet
-        ByteBuffer commandBuffer = ByteBuffer.wrap(command.createPacket(true));
-        commandBuffer.flip();
         sendCommand(socket, command);
 
         //Now receive any data (it Should be a MessageAck)