Expanded MATLAB tests
This commit is contained in:
@@ -6,13 +6,14 @@ disp('Not Functional Yet!')
|
||||
addpath('../../MATLAB')
|
||||
import XPlaneConnect.*
|
||||
|
||||
DREFS = {'sim/operation/override/override_planepath'};
|
||||
value = 0; % Resume
|
||||
DREFS = {'sim/cockpit/switches/gear_handle_status'};
|
||||
|
||||
setConn(value);
|
||||
setConn(49055);
|
||||
result = requestDREF(DREFS);
|
||||
|
||||
assert(isequal(length(result),1),'setConnTest: requestDREF unsucessful-wrong number of elements returned');
|
||||
|
||||
setConn(49009);
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user