Changeset 89:69ba1a2b5897 in xplra for test/basictest.py


Ignore:
Timestamp:
05/12/13 09:06:13 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added calls to save the current situation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/basictest.py

    r40 r89  
    2626        print "X-Plane version: %d, XPLM: %d, XPLRA: %03d" % \
    2727               (xplaneVersion, xplmVersion, xplraVersion)
     28        print
     29
     30        print "Saving the situation..."
     31        xplane.saveSituation("output/situations/test.sit")
     32        print "Saved the situation"
    2833        print
    2934
Note: See TracChangeset for help on using the changeset viewer.