Copied: incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/socket/SocketSyncChannelTest.java (from r357173, incubator/activemq/trunk/activeio/src/test/org/activeio/net/SocketSyncChannelTest.java) URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/socket/SocketSyncChannelTest.java?p2=incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/socket/SocketSyncChannelTest.java&p1=incubator/activemq/trunk/activeio/src/test/org/activeio/net/SocketSyncChannelTest.java&r1=357173&r2=357725&rev=357725&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/src/test/org/activeio/net/SocketSyncChannelTest.java (original) +++ incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/socket/SocketSyncChannelTest.java Mon Dec 19 08:50:54 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.activeio.net; +package org.activeio.packet.sync.socket; import java.io.IOException; import java.net.URI; @@ -22,6 +22,8 @@ import org.activeio.Channel; import org.activeio.ChannelServer; +import org.activeio.packet.sync.SyncChannelTestSupport; +import org.activeio.packet.sync.socket.SocketSyncChannelFactory; /** * @version $Revision$
Copied: incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java (from r357173, incubator/activemq/trunk/activeio/src/test/org/activeio/net/SslSocketSynchChannelTest.java) URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java?p2=incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java&p1=incubator/activemq/trunk/activeio/src/test/org/activeio/net/SslSocketSynchChannelTest.java&r1=357173&r2=357725&rev=357725&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/src/test/org/activeio/net/SslSocketSynchChannelTest.java (original) +++ incubator/activemq/trunk/activeio/src/test/org/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java Mon Dec 19 08:50:54 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.activeio.net; +package org.activeio.packet.sync.ssl; import java.io.IOException; import java.net.URI; @@ -22,6 +22,8 @@ import org.activeio.Channel; import org.activeio.ChannelServer; +import org.activeio.packet.sync.SyncChannelTestSupport; +import org.activeio.packet.sync.ssl.SslSocketSyncChannelFactory; /** * @version $Revision$
