# HG changeset patch # User lisaq # Date 2016-07-11 17:03:54 # Node ID 5caecaf72f02b2785c696fe47cb5f3643a881ae4 # Parent d85a7d461f1c43ccc7132d6da04f3b8079cd2e83 tests: fixing test_diffprocessor_as_html_with_comments diff --git a/rhodecode/tests/lib/test_diffs.py b/rhodecode/tests/lib/test_diffs.py --- a/rhodecode/tests/lib/test_diffs.py +++ b/rhodecode/tests/lib/test_diffs.py @@ -86,8 +86,10 @@ def test_diffprocessor_as_html_with_comm - 2 - 2 + 2 + 2
#!/usr/bin/python
         
@@ -95,8 +97,10 @@ def test_diffprocessor_as_html_with_comm - 3 - 3 + 3 + 3
# Setup file for X
         
@@ -104,8 +108,10 @@ def test_diffprocessor_as_html_with_comm - 4 - 4 + 4 + 4
# Copyright (C) No one
         
@@ -113,8 +119,10 @@ def test_diffprocessor_as_html_with_comm - 5 - + 5 +
         
@@ -122,8 +130,10 @@ def test_diffprocessor_as_html_with_comm - - 5 + + 5
x
         
@@ -131,8 +141,10 @@ def test_diffprocessor_as_html_with_comm - 6 - 6 + 6 + 6
try:
         
@@ -140,8 +152,10 @@ def test_diffprocessor_as_html_with_comm - 7 - 7 + 7 + 7
    from setuptools import setup, Extension
         
@@ -149,8 +163,10 @@ def test_diffprocessor_as_html_with_comm - 8 - 8 + 8 + 8
except ImportError: