Add test for device blows up with power. Still needs lots of pieces before it is done.
This commit is contained in:
		@@ -1700,6 +1700,18 @@ namespace EduNetworkBuilder
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        public void RegisterDeviceReplaced(string source)
 | 
			
		||||
        {
 | 
			
		||||
            foreach (NetTest one in NetTests)
 | 
			
		||||
            {
 | 
			
		||||
                if (one.sHost == source && one.TheTest == NetTestType.DeviceBlowsUpWithPower)
 | 
			
		||||
                {
 | 
			
		||||
                    one.SetDone();
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /****************************************
 | 
			
		||||
         * Do On All Devices
 | 
			
		||||
         * **************************************/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user