Deleted
Added
test_access_log.py (1043:357a658d1210) | test_access_log.py (1064:75a64629661f) |
---|---|
1import os 2import re 3import time 4import unittest 5from subprocess import call 6from unit.applications.lang.python import TestApplicationPython 7 8 --- 214 unchanged lines hidden (view full) --- 223 224 self.stop() 225 226 self.assertIsNotNone( 227 self.wait_for_record(r'"GET / HTTP/1.1" 400 0 "-" "-"'), 228 'partial 4', 229 ) 230 | 1import os 2import re 3import time 4import unittest 5from subprocess import call 6from unit.applications.lang.python import TestApplicationPython 7 8 --- 214 unchanged lines hidden (view full) --- 223 224 self.stop() 225 226 self.assertIsNotNone( 227 self.wait_for_record(r'"GET / HTTP/1.1" 400 0 "-" "-"'), 228 'partial 4', 229 ) 230 |
231 @unittest.expectedFailure | 231 @unittest.skip('not yet') |
232 def test_access_log_partial_5(self): 233 self.load('empty') 234 235 self.assertEqual(self.post()['status'], 200, 'init') 236 237 self.get(headers={'Connection': 'close'}) 238 239 self.stop() --- 88 unchanged lines hidden --- | 232 def test_access_log_partial_5(self): 233 self.load('empty') 234 235 self.assertEqual(self.post()['status'], 200, 'init') 236 237 self.get(headers={'Connection': 'close'}) 238 239 self.stop() --- 88 unchanged lines hidden --- |