GCALCTOOL TESTS
-----------
Tests that verify calculator functionality.

Safety
------
These tests will change the calculator's view, which is loaded at startup.
Otherwise, they are safe to run.

Configuration
-------------
No configuration is needed

Version
-------
Tests were updated for Ubuntu Lucid

Available Testsuites
--------------------

* gcalctool views (testcases wiki: cal-001)
  Tools that exercise the views in gcalctool
  These tests will also fail if the title bar text is incorrect
  - Advanced
  - Advanced button
    Verify that the Square button exists in the current view
  - Financial
  - Financial button
    Verify that the Future value button exists in the current view
  - Scientific
  - Scientific button
    Verify that the ln button exists in the current view
  - Programming
  - Programming button
    Verify that the 1's button exists in the current view
  - Basic
  - Basic button
    Verify that the Reciprocal button is hidden in the current view
* gcalctool calculations (testcases wiki: cal-002)
  Tools that perform calculations in gcalctool and verify the results
  - 3*4=12
  - Square root 9=3
  - 1+1=2
  - 10-2=8
  - 14/2=7
  - 5*6=30
