simplify change mode
[gcalctool.git] / test / TODO
blobc3c477c2be23e972ed3b81b69e1e7d15a0413790
2 runtests.py:
3 ------------
5 * Currently you need to terminate the tests by pressing F12. This should
6   happen automatically.
8 * Not seeing a proper "object:text-changed:insert" event for gcalctool
9   with non_aop_input.txt (except for the last line from the input file).
12 play_keystroke.py:
13 ------------------
15 * Not correctly handling the Period token.
17 * Need to make sure it properly handles the Control-<char>, Alt-<char>
18   etc. tokens at the beginning of the non_aop_input.txt file (currently
19   these are commented out).
22 General:
23 --------
25 * Fully intergrate into the gcalctool distribution. Currently the files
26   are present in CVS, but aren't included with gcalctool tarball
27   distributions.
29 * Provide an extensive input.txt file containing sample calculations to
30   fully test all gcalctool functionality.
32 * Provide a wrapper script that automatically starts all three applications
33   (and then automatically terminates gcalctool, when runtests.py has
34    finished its tests).