# File test/test_Error.rb, line 83
    def alias_errors
      @alias_errors_call += 1
      [ { :alias_path => 'bar',
          :orig_path => 'foo',
          :virtual_host => 'www2',
          :exception => RuntimeError.new('test')
        }
      ]
    end