# File test/test_urlogin.rb, line 69
  def test_0020_failover_urls()
    @tdfailover.each_with_index do |url, ndx|
      c = Stomp::Client.new(url)
      assert !c.nil?, url
      assert c.open?, url
      c.close
    end
  end