Expanded MATLAB tests

This commit is contained in:
Jason Watkins
2015-03-26 11:13:41 -07:00
parent 8dace8b2ab
commit 9791283578
4 changed files with 13 additions and 7 deletions

View File

@@ -6,6 +6,10 @@ import XPlaneConnect.*
socket = openUDP( 49007 );
closeUDP( socket );
assert(isequal(socket.isClosed(),1),'openCloseTest: socket is still open');
socket = openUDP( 49007 );
closeUDP( socket );
end