# File test.rb, line 83
  def setup
    begin
      @dbi.do ("delete from sql_ids")
    rescue DBI::DatabaseError
      # ignore errors, they WILL occur prior to test 0 and 1

    end

    @dummy = TestSerializable.new # notice how we exploit that the constructor sets the primary key

    @assertions = Array.new
  end