[jboss-cvs] JBossAS SVN: r70023 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 22 01:13:11 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-22 01:13:10 -0500 (Fri, 22 Feb 2008)
New Revision: 70023

Modified:
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/AbstractProfileServiceTest.java
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
JBAS-4396, update tests

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/AbstractProfileServiceTest.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/AbstractProfileServiceTest.java	2008-02-22 05:56:40 UTC (rev 70022)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/AbstractProfileServiceTest.java	2008-02-22 06:13:10 UTC (rev 70023)
@@ -29,7 +29,7 @@
 import javax.naming.InitialContext;
 import org.jboss.test.JBossTestCase;
 import org.jboss.deployers.spi.management.ManagementView;
-import org.jboss.deployers.spi.management.DeploymentTemplateInfo;
+import org.jboss.managed.api.DeploymentTemplateInfo;
 import org.jboss.managed.api.ManagedDeployment;
 import org.jboss.managed.api.ManagedComponent;
 import org.jboss.managed.api.ComponentType;

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java	2008-02-22 05:56:40 UTC (rev 70022)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java	2008-02-22 06:13:10 UTC (rev 70023)
@@ -55,7 +55,6 @@
    public void testCreateQueue() throws Exception
    {
       Map<String, Serializable> propValues = new HashMap<String, Serializable>();
-      propValues.put("Name", getName() + "-service.xml");
       String jndiName = getName();
       propValues.put("JNDIName", jndiName);
       createComponentTest("QueueTemplate", propValues, getName(),
@@ -71,7 +70,6 @@
    public void testCreateTopic() throws Exception
    {
       Map<String, Serializable> propValues = new HashMap<String, Serializable>();
-      propValues.put("Name", getName() + "-service.xml");
       String jndiName = getName();
       propValues.put("JNDIName", jndiName);
       createComponentTest("TopicTemplate", propValues, getName(),

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2008-02-22 05:56:40 UTC (rev 70022)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2008-02-22 06:13:10 UTC (rev 70023)
@@ -34,10 +34,10 @@
 
 import junit.framework.Test;
 import junit.framework.TestSuite;
-import org.jboss.deployers.spi.management.DeploymentTemplateInfo;
 import org.jboss.deployers.spi.management.ManagementView;
 import org.jboss.deployers.spi.management.KnownComponentTypes;
 import org.jboss.managed.api.ComponentType;
+import org.jboss.managed.api.DeploymentTemplateInfo;
 import org.jboss.managed.api.ManagedComponent;
 import org.jboss.managed.api.ManagedDeployment;
 import org.jboss.managed.api.ManagedDeployment.DeploymentPhase;




More information about the jboss-cvs-commits mailing list