Changeset 7089dbc in mod_gnutls for test/mgstest/tests.py
- Timestamp:
- Dec 27, 2019, 3:19:17 PM (16 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 52636ee
- Parents:
- 6615d91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/tests.py
r6615d91 r7089dbc 97 97 if type(act) is TestRequest: 98 98 act.run(conn, response_log) 99 elif type(act) is TestR aw10:99 elif type(act) is TestReq10: 100 100 act.run(command, timeout, conn_log, response_log) 101 101 else: … … 237 237 238 238 239 class TestR aw10(TestRequest):239 class TestReq10(TestRequest): 240 240 """Test action that sends a request using a minimal (and likely 241 241 incomplete) HTTP/1.0 test client for the one test case that … … 247 247 248 248 """ 249 yaml_tag = '!r aw10'249 yaml_tag = '!request10' 250 250 status_re = re.compile('^HTTP/([\d\.]+) (\d+) (.*)$') 251 251
Note: See TracChangeset
for help on using the changeset viewer.