[jboss-cvs] JBossAS SVN: r104618 - trunk/testsuite/src/main/org/jboss/test/jmx/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon May 10 14:31:56 EDT 2010
Author: bstansberry at jboss.com
Date: 2010-05-10 14:31:56 -0400 (Mon, 10 May 2010)
New Revision: 104618
Removed:
trunk/testsuite/src/main/org/jboss/test/jmx/test/HAInvokerUnitTestCase.java
Log:
Remove test that duplicates stuff done in org.jboss.test.cluster.defaultcfg.test.HAInvokerUnitTestCase
Deleted: trunk/testsuite/src/main/org/jboss/test/jmx/test/HAInvokerUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jmx/test/HAInvokerUnitTestCase.java 2010-05-10 18:26:02 UTC (rev 104617)
+++ trunk/testsuite/src/main/org/jboss/test/jmx/test/HAInvokerUnitTestCase.java 2010-05-10 18:31:56 UTC (rev 104618)
@@ -1,56 +0,0 @@
-/*
- * 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.jmx.test;
-
-import org.jboss.test.JBossTestCase;
-import org.jboss.test.cluster.invokerha.HAServiceRemote;
-
-import junit.framework.Test;
-
-/**
- * Tests for ha invoker.
- *
- * @author <a href="mailto:adrian at jboss.org">Adrian Brock</a>
- * @version $Revision$
- */
-public class HAInvokerUnitTestCase
- extends JBossTestCase
-{
- public HAInvokerUnitTestCase(String name)
- {
- super(name);
- }
-
- public static Test suite()
- throws Exception
- {
- return getDeploySetup(HAInvokerUnitTestCase.class, "ha-invoker.sar");
- }
-
- public void testHello()
- throws Exception
- {
- HAServiceRemote remote = (HAServiceRemote) getInitialContext().lookup("jmx/HAService");
- assertEquals("Hello", remote.hello());
- }
-
-}
More information about the jboss-cvs-commits
mailing list