Home | History | Annotate | Download | only in test

Lines Matching refs:get_header

242     cookie_hdr = req.get_header("Cookie", "")
1197 self.assertEqual(req.get_header("Cookie"), "CUSTOMER=WILE_E_COYOTE")
1198 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')
1207 h = req.get_header("Cookie")
1218 h = req.get_header("Cookie")
1226 h = req.get_header("Cookie")
1270 self.assertEqual(req.get_header("Cookie"),
1283 req.get_header("Cookie")))
1638 "PART_NUMBER=3,4" in req.get_header("Cookie") and
1639 "Customer=WILE_E_COYOTE" in req.get_header("Cookie"))
1693 self.assertEqual(req.get_header("Cookie"),
1695 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')
1701 self.assertEqual(req.get_header("Cookie"),
1703 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')