Sha256: 88a2c5ff3d609e16ac567440b7c310add30f84ef03e91df553fe6b202a9665fb
Contents?: true
Size: 529 Bytes
Versions: 19
Compression:
Stored size: 529 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 'visit' require 'pathname' 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 = Visit.new( '/Data/vtrak1/raw/alz_2000/alz093', 'ALZ' ) @v.scan @v.init_db(DBFILE) @v.db_insert! end end
Version data entries
19 entries across 19 versions & 3 rubygems