From jboss-remoting-commits at lists.jboss.org Sat Nov 29 22:34:57 2008 Content-Type: multipart/mixed; boundary="===============4236770521788617731==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r4746 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/deadlock. Date: Sat, 29 Nov 2008 22:34:57 -0500 Message-ID: --===============4236770521788617731== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ron.sigal(a)jboss.com Date: 2008-11-29 22:34:56 -0500 (Sat, 29 Nov 2008) New Revision: 4746 Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/dead= lock/DeadlockTestCase.java remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/dead= lock/DeadlockTestServer.java Log: JBREM-1070: Cosmetic changes. Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connecti= on/deadlock/DeadlockTestCase.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/dea= dlock/DeadlockTestCase.java 2008-11-29 07:09:01 UTC (rev 4745) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/dea= dlock/DeadlockTestCase.java 2008-11-30 03:34:56 UTC (rev 4746) @@ -1,30 +1,38 @@ /* -* 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. -*/ + * JBoss, Home of Professional Open Source. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * as indicated by the @author tags. See the copyright.txt file 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.connection.deadlock; = import org.jboss.jrunit.harness.TestDriver; = - +/** + * Unit test for JBREM-1070. + * = + * @author Ron Sigal + * @version = + *

+ * Copyright Nov 29, 2008 + *

+ */ public class DeadlockTestCase extends TestDriver { public void declareTestClasses() Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connecti= on/deadlock/DeadlockTestServer.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/dea= dlock/DeadlockTestServer.java 2008-11-29 07:09:01 UTC (rev 4745) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/dea= dlock/DeadlockTestServer.java 2008-11-30 03:34:56 UTC (rev 4746) @@ -1,3 +1,25 @@ +/* + * JBoss, Home of Professional Open Source. + * Copyright 2008, Red Hat Middleware LLC, and individual contributors + * as indicated by the @author tags. See the copyright.txt file 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.connection.deadlock; = import java.net.InetAddress; @@ -23,6 +45,15 @@ import org.jboss.remoting.transport.socket.SocketServerInvoker; = = +/** + * Unit test for JBREM-1070. + * = + * @author Ron Sigal + * @version = + *

+ * Copyright Nov 29, 2008 + *

+ */ public class DeadlockTestServer extends TestCase { private static Logger log =3D Logger.getLogger(DeadlockTestServer.class= ); --===============4236770521788617731==--