Fix DME unit-test: set correct power supply
This commit is contained in:
parent
3535c6da7d
commit
26530e27ea
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ void DMEReceiverTests::testBasic()
|
|||
SGPropertyNode_ptr node = globals->get_props()->getNode("instrumentation/dmetest[2]");
|
||||
node->setBoolValue("serviceable", true);
|
||||
|
||||
fgSetDouble("systems/electrical/outputs/dme", 12.0);
|
||||
fgSetDouble("systems/electrical/outputs/dme[2]", 12.0);
|
||||
|
||||
setPositionAndStabilise(r.get(), arlanda->geod());
|
||||
|
||||
|
|
Loading…
Reference in a new issue