# this to start the test harness def rwdtest_harness print "in test harness\n" $testharnessarray.each { |x| print "calling #{x}\n" eval("#{x}") } end