Description: 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.
Author: Tristan Seligmann <mithrandi@debian.org>
Origin: vendor
Bug: https://github.com/twisted/nevow/issues/41
Last-Update: 2014-06-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: nevow-0.11.1/nevow/test/test_appserver.py
===================================================================
--- nevow-0.11.1.orig/nevow/test/test_appserver.py	2014-06-20 20:53:42.000000000 +0200
+++ nevow-0.11.1/nevow/test/test_appserver.py	2014-06-22 19:49:49.629100038 +0200
@@ -193,6 +193,8 @@
             ['"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):
