Index: trunk/test/atmsdriver/TrafficModelEventDriver.java
===================================================================
--- trunk/test/atmsdriver/TrafficModelEventDriver.java	(revision 343)
+++ trunk/test/atmsdriver/TrafficModelEventDriver.java	(revision 422)
@@ -1,6 +1,6 @@
 package atmsdriver;
 
-import atmsdriver.model.Highways;
-import atmsdriver.model.TrafficEvent;
+import tmcsim.highwaymodel.Highways;
+import tmcsim.highwaymodel.TrafficEvent;
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;
@@ -63,7 +63,5 @@
         incidents = new HashMap<String, List<TrafficEvent>>();
         highways = new Highways(
-                "config/vds_data/highways_fullmap.txt",
-                // following aren't used by this application
-                "localhost", 8080);
+                "config/vds_data/highways_fullmap.txt");
         final String CONFIG_FILE_NAME = "traffic_model_config.properties";
         String propertiesFile = "config" + System.getProperty("file.separator") 
