Sha256: 752b2fabbc5f8ab0fc131a3d622c40d7e99690dc2704fc05844824da313cce1c
Contents?: true
Size: 547 Bytes
Versions: 32
Compression:
Stored size: 547 Bytes
Contents
# To change this template, choose Tools | Templates # and open the template in the editor. $:.unshift File.join(File.dirname(__FILE__),'..','lib') require 'test/unit' require 'pathname' require 'metamri' class RawImageFileTest < Test::Unit::TestCase DBFILE = '/Data/home/kris/TextMateProjects/TransferScans/db/development.sqlite3' def setup # DO NOTHING end def test_scan_and_insert @v = VisitRawDataDirectory.new( '/Data/vtrak1/raw/alz_2000/alz093', 'ALZ' ) @v.scan @v.init_db(DBFILE) @v.db_insert! end end
Version data entries
32 entries across 32 versions & 1 rubygems