* job-vmu-network fails because the job inside the vm tries to communicate by writing to the virtual floppy.  For some unknown reason, only  part of this write is seen by the outside work, though it succeeds inside. (#45)
 
-* job_core_timedeferral_local fails on windows.
+* job_core_timedeferral_local fails on windows. FIXED.  condor_tests use perl's Net::Domain::hostfqdn() function to get the fdhn.  The hosts file on windows was hosed, returning the wrong name, so the collector started on the default port.  This was fine until multiple test slots on the same machine ran.