[jboss-remoting-commits] JBoss Remoting SVN: r5883 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Jul 3 11:53:05 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-07-03 11:53:04 -0400 (Sat, 03 Jul 2010)
New Revision: 5883

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketInvokerClientTest.java
Log:
adding svn:eol-style native

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketInvokerClientTest.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketInvokerClientTest.java	2010-07-03 13:31:46 UTC (rev 5882)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketInvokerClientTest.java	2010-07-03 15:53:04 UTC (rev 5883)
@@ -1,56 +1,56 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-
-package org.jboss.test.remoting.transport.bisocket;
-
-import org.jboss.test.remoting.transport.InvokerClientTest;
-
-/**
- * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
- */
-public class BisocketInvokerClientTest extends InvokerClientTest
-{
-   public String getTransport()
-   {
-      return "bisocket";
-   }
-
-   public static void main(String[] args)
-   {
-      BisocketInvokerClientTest client = new BisocketInvokerClientTest();
-      try
-      {
-         client.setUp();
-         client.testArrayReturn();
-         client.testLocalPushCallback();
-         client.testPullCallback();
-         client.testPullCallback();
-         client.testRemotePushCallback();
-         client.testThrownException();
-         client.tearDown();
-      }
-      catch (Throwable throwable)
-      {
-         throwable.printStackTrace();
-      }
-   }
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+
+package org.jboss.test.remoting.transport.bisocket;
+
+import org.jboss.test.remoting.transport.InvokerClientTest;
+
+/**
+ * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
+ */
+public class BisocketInvokerClientTest extends InvokerClientTest
+{
+   public String getTransport()
+   {
+      return "bisocket";
+   }
+
+   public static void main(String[] args)
+   {
+      BisocketInvokerClientTest client = new BisocketInvokerClientTest();
+      try
+      {
+         client.setUp();
+         client.testArrayReturn();
+         client.testLocalPushCallback();
+         client.testPullCallback();
+         client.testPullCallback();
+         client.testRemotePushCallback();
+         client.testThrownException();
+         client.tearDown();
+      }
+      catch (Throwable throwable)
+      {
+         throwable.printStackTrace();
+      }
+   }
 }
\ No newline at end of file


Property changes on: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketInvokerClientTest.java
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the jboss-remoting-commits mailing list