[jboss-cvs] JBossAS SVN: r112137 - branches/JBPAPP_5_1_JBPAPP-6716/testsuite/src/main/org/jboss/test/deployment.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 26 10:39:15 EDT 2011


Author: bmaxwell
Date: 2011-08-26 10:39:15 -0400 (Fri, 26 Aug 2011)
New Revision: 112137

Modified:
   branches/JBPAPP_5_1_JBPAPP-6716/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java
Log:
[JBPAPP-6716] fixed null pointer getting dummy archive

Modified: branches/JBPAPP_5_1_JBPAPP-6716/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1_JBPAPP-6716/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java	2011-08-26 14:35:42 UTC (rev 112136)
+++ branches/JBPAPP_5_1_JBPAPP-6716/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java	2011-08-26 14:39:15 UTC (rev 112137)
@@ -58,6 +58,7 @@
 
    protected void setUp() throws Exception
    {
+      super.setUp();
       dummyUrl = getDeployURL("dummy.war");
       MBeanServerConnection server = getServer();
       ObjectName objectName = ObjectNameFactory.create("jboss.system:service=MainDeployer");



More information about the jboss-cvs-commits mailing list