test/tc/edf.rb in rio-0.4.2 vs test/tc/edf.rb in rio-0.5.1
- old
+ new
@@ -4,13 +4,14 @@
$:.unshift File.expand_path('../lib/')
end
require 'rio'
require 'test/unit'
-require 'test/unit/testsuite'
+require 'qpdir'
+#require 'test/unit/testsuite'
class TC_RIO_edf < Test::Unit::TestCase
- def tdir() rio(%w/qp edf/) end
+ def tdir() rio($QPDIR,%w/edf/) end
def assert!(a,msg="negative assertion")
assert((!(a)),msg)
end
def smap(a) a.map{|el| el.to_s} end
def mkafile(*args)