[jboss-svn-commits] JBL Code SVN: r5471 - labs/jbossesb/trunk/product/core/services/tests/src/org/jboss/soa/esb/services/tests/notification

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 4 08:48:04 EDT 2006


Author: tfennelly
Date: 2006-08-04 08:48:02 -0400 (Fri, 04 Aug 2006)
New Revision: 5471

Modified:
   labs/jbossesb/trunk/product/core/services/tests/src/org/jboss/soa/esb/services/tests/notification/NotificationFuncTest.java
Log:
removed dependency on the Zap class

Modified: labs/jbossesb/trunk/product/core/services/tests/src/org/jboss/soa/esb/services/tests/notification/NotificationFuncTest.java
===================================================================
--- labs/jbossesb/trunk/product/core/services/tests/src/org/jboss/soa/esb/services/tests/notification/NotificationFuncTest.java	2006-08-04 12:43:33 UTC (rev 5470)
+++ labs/jbossesb/trunk/product/core/services/tests/src/org/jboss/soa/esb/services/tests/notification/NotificationFuncTest.java	2006-08-04 12:48:02 UTC (rev 5471)
@@ -30,7 +30,6 @@
 import org.jboss.soa.esb.helpers.persist.SimpleDataSource;
 import org.jboss.soa.esb.notification.*;
 import org.jboss.soa.esb.services.InotificationHandler;
-import org.jboss.soa.esb.services.Zap;
 
 // DON'T FORGET !!
 // The Rosetta Application server has to be up and running 
@@ -50,7 +49,6 @@
         log.info("*******************************************");
         log.info("Requires Implementation");
         log.info("*******************************************");
-        new Zap();
     }
 
     /*




More information about the jboss-svn-commits mailing list