You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
618 B
23 lines
618 B
14 years ago
|
using ArducopterConfigurator.PresentationModels;
|
||
|
using NUnit.Framework;
|
||
|
|
||
|
namespace ArducopterConfiguratorTest
|
||
|
{
|
||
14 years ago
|
// [TestFixture]
|
||
|
// public class PositionHoldConfigVmTest : VmTestBase<PositionHoldConfigVm>
|
||
|
// {
|
||
|
//
|
||
|
// [SetUp]
|
||
|
// public void Setup()
|
||
|
// {
|
||
|
// sampleLineOfData = "0.015,0.005,0.010,0.015,0.005,0.010,22.000,0.870";
|
||
|
// getCommand = "D";
|
||
|
// setCommand = "C";
|
||
|
//
|
||
|
// _mockComms = new MockComms();
|
||
|
// _mockComms.Connect();
|
||
|
// _vm = new PositionHoldConfigVm(_mockComms);
|
||
|
// }
|
||
|
//
|
||
|
// }
|
||
14 years ago
|
}
|