From 17790d2803a57fc710075ce9de1489d07294f0f7 Mon Sep 17 00:00:00 2001
From: Tristan Seligmann <mithrandi@debian.org>
Date: Thu, 8 Oct 2015 10:00:07 -0700
Subject: Disable nevow.test.test_appserver.Logging.test_oldStyle

 The format of request log messages changed in Twisted 14.0, but this test
 hardcodes a formatted log message, meaning it will either not work on Twisted
 13.2, or Twisted 14.0, depending on which version is used in the test.
Origin: vendor
Bug: https://github.com/twisted/nevow/issues/41
Last-Update: 2014-06-22
Patch-Name: 41-disable-test_oldstyle
---
 nevow/test/test_appserver.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nevow/test/test_appserver.py b/nevow/test/test_appserver.py
index 896803c..76529e5 100644
--- a/nevow/test/test_appserver.py
+++ b/nevow/test/test_appserver.py
@@ -214,6 +214,8 @@ class Logging(testutil.TestCase):
             ['"fakeaddress2" - - faketime "GET /foo HTTP/1.0" 200 6 '
              '"fakerefer" "fakeagent"'])
 
+    test_oldStyle.skip = 'Skipped due to Twisted compatibility issues'
+
 
     def test_newStyle(self):
         class FakeLogger(object):
