event listener is now used by the xml router and the publish method of the gateway is
[xmlrouter] / listener / src / test / java / org / wamblee / xmlrouter / listener / CompositeEventListenerTest.java
index fd94c43e6b72fadd03908d25b3f3c60d9209bdc3..19608b873ec3c4401533836fdbf84e766e7b5704 100644 (file)
@@ -21,18 +21,14 @@ import static org.mockito.Mockito.*;
 
 import java.util.ArrayList;
 
-import javax.print.attribute.standard.Destination;
-
 import org.junit.Before;
 import org.junit.Test;
-import org.wamblee.xmlrouter.common.Id;
 import org.wamblee.xmlrouter.config.Transformation;
 
 public class CompositeEventListenerTest {
 
     private static final String DESTINATION_NAME = "dest";
-    private static final Id<Destination> DESTINATION_ID = new Id<Destination>(
-        12);
+    private static final long DESTINATION_ID = 12L;
     private CompositeEventListener composite;
 
     private EventInfo source;