Corrected unit test definition.
This commit is contained in:
@@ -1127,7 +1127,7 @@ namespace Meade.net.Telescope.UnitTests
|
||||
[TestCase(TelescopeList.Autostar497, TelescopeList.Autostar497_30Ee, false)]
|
||||
[TestCase(TelescopeList.Autostar497, TelescopeList.Autostar497_43Eg, true)]
|
||||
[TestCase(TelescopeList.Audiostar, TelescopeList.AudioStar_A4S4, true)]
|
||||
[TestCase(TelescopeList.Audiostar, TelescopeList.AudioStar_A4S4, true)]
|
||||
[TestCase(TelescopeList.Audiostar, TelescopeList.AudioStar_A1F7, true)]
|
||||
public void CanSetTracking_Get_ReturnsTrueIffGWCommandIsSupported(string product, string firmware, bool expectedSupported)
|
||||
{
|
||||
ConnectTelescope(product,firmware);
|
||||
|
||||
Reference in New Issue
Block a user