# # ChangeLog for tests/regression/Options/Session/post/test.py # # Generated by Trac 1.4.4 # Apr 6, 2025, 2:35:21 PM Wed, 11 Apr 2018 06:30:10 GMT Frederik Heber [cd91bd] * tests/Python/AllActions/moltest.py (modified) * tests/Python/AllActions/moltest_check.py (modified) * tests/Python/AllActions/options.dat (modified) * tests/Python/AllActions/testsuite-python-allactions.at (modified) * tests/Python/AllActions/testsuite-python-options_dat.at (modified) * tests/Python/BoxMaker/testsuite-python-boxmaker.at (modified) * tests/Python/ReturnValueActions/testsuite-python-returnvalueactions.at (modified) * tests/regression/Options/DryRun/post/session.py (modified) * tests/regression/Options/DryRun/testsuite-options-dryrun-storesession.at (modified) * tests/regression/Options/Session/post/complextest.py (modified) * tests/regression/Options/Session/post/test.py (modified) * tests/regression/Options/Session/testsuite-options-load-session-python.at (modified) * tests/regression/Options/Session/testsuite-options-store-session-python.at (modified) TESTFIX: Changes to test scripts because now keyword arguments are ... Thu, 19 Sep 2013 20:23:53 GMT Frederik Heber [9e4655] * src/Actions/ActionQueue.cpp (modified) * src/Actions/CommandAction/StoreSessionAction.cpp (modified) * src/Actions/CommandAction/StoreSessionAction.def (modified) * src/Parameters/Makefile.am (modified) * src/Parameters/Validators/Specific/SessionTypeValidator.cpp (added) * src/Parameters/Validators/Specific/SessionTypeValidator.hpp (added) * tests/Python/AllActions/options.dat (modified) * tests/regression/Options/Session/post/test.py (added) Added sessiontype option to StoreSessionAction. - added ...