Updated test/ to match the new explicit YAML format.
authorW. Trevor King <wking@drexel.edu>
Sun, 22 Aug 2010 05:54:12 +0000 (01:54 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 22 Aug 2010 05:54:12 +0000 (01:54 -0400)
commit36519f16336ba25e87def3e38f4ba3337da6c6c8
tree6e3676ceaee2748b17541054a7320d0c0de2e898
parentf760ade28f417e1b83a057ace84edbdcda2939f8
Updated test/ to match the new explicit YAML format.

And other minor tweaks to get things passing again.
  $ nosetests --with-doctest --doctest-tests -vv test/ 2>&1 | less
  ...
  Ran 27 tests in 43.349s

  OK

Note that the tutorial.py and note.py tests were going so slowly
before (but are fast again now) because I was (re)loading
playlist/curve/etc. items in .__setstate__, when they are supposed to
be set with `listitems`.  If you're going to go messing around with
__getstate__ or __setstate__, it would be a good idea to read
  http://www.python.org/dev/peps/pep-0307/
(especially Case 2 and Case 3) *carefully* before wasting a bunch
of time and confusion bungling around like I did ;).
test/curve_info.py
test/hemingway_driver.py
test/jpk_driver.py
test/mfp3d_driver.py
test/picoforce_driver.py
test/tutorial.py
test/wtk_driver.py