After some tinkering, I think I've figured out my problem.  It seems the 
Test::Unit::TestCase functionality is expecting to open files and run them as 
test cases rather than calls to methods in other files.

I was hoping to get all the data I need from a spreadsheet once, with the 
harness code, and then pass it to various test case methods rather than getting 
the data from the spreadsheet in each test case.  I think I can work around 
this, though.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to