r47157 - vertical whitespace changes
glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 5 Apr 2016 14:59:52 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: glyph
Date: Tue Apr 5 14:59:48 2016
New Revision: 47157
Modified:
branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/test_v2parser.py
Log:
vertical whitespace changes
Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/test_v2parser.py
==============================================================================
--- branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/test_v2parser.py (original)
+++ branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/test_v2parser.py Tue Apr 5 14:59:48 2016
@@ -155,6 +155,7 @@
header,
)
+
def test_invalidFamily(self):
"""
Test if an invalid family raises InvalidProxyError.
@@ -166,6 +167,7 @@
header,
)
+
def test_invalidProto(self):
"""
Test if an invalid protocol raises InvalidProxyError.
@@ -339,6 +341,7 @@
self.assertTrue(info)
self.assertEqual(overflow, testValue)
+
def test_segmentTooSmall(self):
"""
Test that an initial payload of less than 16 bytes fails.