Home | History | Annotate | Download | only in communicator

Lines Matching refs:Redirect

164 // Fire a redirect and make sure the delegate gets the proper redirect
166 TEST_F(SingleLoginAttemptTest, Redirect) {
179 // Fire a redirect with the host only and make sure the delegate gets
180 // the proper redirect server info with the default XMPP port.
194 // Fire a redirect with a zero port and make sure the delegate gets
195 // the proper redirect server info with the default XMPP port.
209 // Fire a redirect with an invalid port and make sure the delegate
210 // gets the proper redirect server info with the default XMPP port.
224 // Fire an empty redirect and make sure the delegate does not get a
225 // redirect.
232 // Fire a redirect with a missing text element and make sure the
233 // delegate does not get a redirect.
241 // Fire a redirect with a missing see-other-host element and make sure
242 // the delegate does not get a redirect.