More with device is bad test. On NetTest class

This commit is contained in:
Tim Young 2018-02-13 10:16:14 +00:00
parent 6e052280e1
commit 4628f5390c

View File

@ -513,6 +513,7 @@ namespace EduNetworkBuilder
case NetTestType.HelpRequest:
case NetTestType.ReadContextHelp:
case NetTestType.FailedPing:
case NetTestType.DeviceIsBad:
return TaskWasDone; //This variable will tell us if these tests have been done.
case NetTestType.DHCPServerEnabled:
if (Source == null) return false; //Unable to do it. Do not count it against them.