class TestIbmDb2 < Test::Unit::TestCase

  def test_070
    assert_expectf {
      conn = DB2::connect database, user, password
      if conn
        var_dump( conn )
        rc = DB2::close conn
        var_dump( rc )
      else
        puts "Connection failed."
      end
    }
  end

end

__END__
resource(%d) of type (conn struct)
bool(true)
