Home | History | Annotate | Download | only in test

Lines Matching refs:get_header

257     cookie_hdr = req.get_header("Cookie", "")
1234 self.assertEqual(req.get_header("Cookie"), "CUSTOMER=WILE_E_COYOTE")
1235 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')
1244 h = req.get_header("Cookie")
1255 h = req.get_header("Cookie")
1263 h = req.get_header("Cookie")
1307 self.assertEqual(req.get_header("Cookie"),
1318 self.assertRegexpMatches(req.get_header("Cookie"),
1675 "PART_NUMBER=3,4" in req.get_header("Cookie") and
1676 "Customer=WILE_E_COYOTE" in req.get_header("Cookie"))
1730 self.assertEqual(req.get_header("Cookie"),
1732 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')
1738 self.assertEqual(req.get_header("Cookie"),
1740 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')