public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: pmstestsuite/output/
Date: Fri,  5 Aug 2011 21:36:49 +0000 (UTC)	[thread overview]
Message-ID: <a3069eea0a4cf48f510cf2eb12e57d6a4156967c.mgorny@gentoo> (raw)

commit:     a3069eea0a4cf48f510cf2eb12e57d6a4156967c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 20:32:59 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 20:32:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=a3069eea

Fix HTML table misalignment.

---
 pmstestsuite/output/html.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pmstestsuite/output/html.py b/pmstestsuite/output/html.py
index 5842eb9..8a464ab 100644
--- a/pmstestsuite/output/html.py
+++ b/pmstestsuite/output/html.py
@@ -129,11 +129,11 @@ class HTMLOutput(OutputModule):
 		table[0][2] = TH('Assertion')
 		table[0][3] = TH('Expected')
 		for i, pm in enumerate(mypms):
-			table[0][4 + i*3] = TH(pm.name, colspan = 3)
-			table[0][5 + i*3] = NoCell()
-			table[1][4 + i*3] = TH('Actual')
-			table[1][5 + i*3] = TH('Result')
-			maxcol = 6 + i*3
+			table[0][4 + i*2] = TH(pm.name, colspan = 2)
+			table[0][5 + i*2] = NoCell()
+			table[1][4 + i*2] = TH('Actual')
+			table[1][5 + i*2] = TH('Result')
+			maxcol = 6 + i*2
 
 		row = 2
 		for cl, tests in _results_by_class(results).items():



             reply	other threads:[~2011-08-05 21:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05 21:36 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-09 23:01 [gentoo-commits] proj/pms-test-suite:master commit in: pmstestsuite/output/ Michał Górny
2012-01-03 15:52 Michał Górny
2011-08-15 18:06 Michał Górny
2011-08-12  9:35 Michał Górny
2011-08-11 22:09 Michał Górny
2011-08-11 22:09 Michał Górny
2011-08-11  8:53 Michał Górny
2011-08-11  8:53 Michał Górny
2011-08-06 14:25 Michał Górny
2011-08-06 14:25 Michał Górny
2011-08-06  8:31 Michał Górny
2011-08-05 21:36 Michał Górny
2011-08-05 19:54 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3069eea0a4cf48f510cf2eb12e57d6a4156967c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox