Menu

Commit [r16473]  Maximize  Restore  History

GUI test scripts are now executed via prompt.interpreter.exec_script().

This allows the preservation of imports within the scripts. The old execfile() method was causing
the 'globals' to be overwritten, hence imports in the scripts are not visible inside methods or
classes.

bugman 2012-05-28

changed /branches/uf_redesign/test_suite/gui_tests/base_classes.py
/branches/uf_redesign/test_suite/gui_tests/base_classes.py Diff Switch to side-by-side view
Loading...