r47154 - test-case-name headers
glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 5 Apr 2016 14:59:22 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: glyph Date: Tue Apr 5 14:59:18 2016 New Revision: 47154 Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/__init__.py branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_exc.py branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_info.py branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_interfaces.py branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/__init__.py Log: test-case-name headers Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/__init__.py ============================================================================== --- branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/__init__.py (original) +++ branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/__init__.py Tue Apr 5 14:59:18 2016 @@ -1,3 +1,4 @@ +# -*- test-case-name: twisted.protocols.haproxy.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_exc.py ============================================================================== --- branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_exc.py (original) +++ branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_exc.py Tue Apr 5 14:59:18 2016 @@ -1,3 +1,4 @@ +# -*- test-case-name: twisted.protocols.haproxy.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_info.py ============================================================================== --- branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_info.py (original) +++ branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_info.py Tue Apr 5 14:59:18 2016 @@ -1,3 +1,4 @@ +# -*- test-case-name: twisted.protocols.haproxy.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_interfaces.py ============================================================================== --- branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_interfaces.py (original) +++ branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/_interfaces.py Tue Apr 5 14:59:18 2016 @@ -1,3 +1,4 @@ +# -*- test-case-name: twisted.protocols.haproxy.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. Modified: branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/__init__.py ============================================================================== --- branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/__init__.py (original) +++ branches/haproxy-endpoint-8203-2/twisted/protocols/haproxy/test/__init__.py Tue Apr 5 14:59:18 2016 @@ -1,3 +1,4 @@ +# -*- test-case-name: twisted.protocols.haproxy.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details.