You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2012/12/18 05:29:29 UTC

[7/41] git commit: [#5389] ticket:235 fix test

[#5389] ticket:235 fix test


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/92afc112
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/92afc112
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/92afc112

Branch: refs/heads/tv/4957
Commit: 92afc11224716bcd19c3031cd82478bd0afa4b7f
Parents: dc97791
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Dec 11 13:02:03 2012 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Mon Dec 17 22:21:17 2012 +0000

----------------------------------------------------------------------
 Allura/allura/tests/unit/test_utils.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/92afc112/Allura/allura/tests/unit/test_utils.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/unit/test_utils.py b/Allura/allura/tests/unit/test_utils.py
index 55b4b45..e7e6338 100644
--- a/Allura/allura/tests/unit/test_utils.py
+++ b/Allura/allura/tests/unit/test_utils.py
@@ -135,8 +135,10 @@ class TestHtmlSideBySideDiff(unittest.TestCase):
         expected = '''
 <table class="side-by-side-diff">
   <thead>
-    <th colspan="2">file a</th>
-    <th colspan="2">file b</th>
+    <th class="lineno"></th>
+    <th>file a</th>
+    <th class="lineno"></th>
+    <th>file b</th>
   </thead>
 <tr>
   <td class="lineno">1</td>