Please send questions to st10@humboldt.edu .
**********************
BABY UNIT TESTING - DONE
**********************
last modified: 12-12-11

A function's example tests should be executed each time the function is
compiled.

STATUS: DONE
FIRST PASSED: 12-04-11 (they completed earlier, though -- took
              me a while to get to completing acceptance test for
	      this)
acceptance tests last run:    12-12-11
acceptance tests last passed: 12-12-11

-------------------
acceptance test 1
-------------------
recompile a function several times, and see if example tests are
executed each time

1. make sure that a directory:
   /Users/smtuttle/480xp-tests/dir-test2/
   ...exists, and has circ_area.h, circ_area.cpp, and circ_area.o in it.

(if necessary, exit theGui.pyw via the Python menu)

2. run:
   python3 theGUI.pyw

(if necessary:
   *   Click "Change directory" and navigate to the following
       directory:
       /Users/smtuttle/480xp-tests/dir-test2
       ...and click "Choose".
)

3. highlight circ_area (click on it, but not its checkbox), and click Edit.
4. without making any changes, recompile by clicking "Compile, Test, and 
   Save".
   Verify that the tests are redone.
5. without making any changes, recompile by clicking "Compile, Test, and 
   Save".
   Verify that the tests are redone.

6. add a comment:
   // testing, 1 2 3

   ...to the body, and recompile by clicking "Compile, Test and
   Save". Verify that the tests are redone.
7. remove that comment from the body, and recompile by clicking
   "Compile, test, and save". Verify that the tests are redone.

LAST TESTED: 12-12-11
LAST PASSED: 12-12-11