Searched refs:test_send_content (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_xmlrpc.py997 def test_send_content(self): member in class:TransportSubclassTestCase
1001 conn.putheader("X-Test", "test_send_content")
1005 self.assertIn("X-Test: test_send_content\r\n", req)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_xmlrpc.py997 def test_send_content(self): member in class:TransportSubclassTestCase
1001 conn.putheader("X-Test", "test_send_content")
1005 self.assertIn("X-Test: test_send_content\r\n", req)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_xmlrpc.py997 def test_send_content(self): member in class:TransportSubclassTestCase
1001 conn.putheader("X-Test", "test_send_content")
1005 self.assertIn("X-Test: test_send_content\r\n", req)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_xmlrpc.py997 def test_send_content(self): member in class:TransportSubclassTestCase
1001 conn.putheader("X-Test", "test_send_content")
1005 self.assertIn("X-Test: test_send_content\r\n", req)

Completed in 488 milliseconds