summaryrefslogtreecommitdiff
path: root/source4/selftest/output
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-26 17:13:42 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:37 +0100
commit90964021eb10264b3df6be9e9d1ea7ab45c7c1da (patch)
treee75c1ab8f617ed6ccaef00c16946a646a870ac9f /source4/selftest/output
parente53e4a15fd3cebc623fc9ca60823a98be846c7af (diff)
downloadsamba-90964021eb10264b3df6be9e9d1ea7ab45c7c1da.tar.gz
samba-90964021eb10264b3df6be9e9d1ea7ab45c7c1da.tar.bz2
samba-90964021eb10264b3df6be9e9d1ea7ab45c7c1da.zip
r25740: More consistent naming for tests, always include environment name in test name.
(This used to be commit 9cfa44b43857df252336b6f88cfc0f7fcd557533)
Diffstat (limited to 'source4/selftest/output')
-rw-r--r--source4/selftest/output/html.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/selftest/output/html.pm b/source4/selftest/output/html.pm
index 22488576b4..fbf433e8d1 100644
--- a/source4/selftest/output/html.pm
+++ b/source4/selftest/output/html.pm
@@ -40,7 +40,6 @@ sub new($$$$) {
print INDEX " <table>\n";
print INDEX " <tr>\n";
print INDEX " <td class=\"tableHead\">Test</td>\n";
- print INDEX " <td class=\"tableHead\">Environment</td>\n";
print INDEX " <td class=\"tableHead\">Result</td>\n";
print INDEX " </tr>\n";
@@ -151,7 +150,6 @@ sub end_testsuite($$$$$)
print INDEX "<tr>\n";
print INDEX " <td class=\"testSuite\"><a href=\"$state->{HTMLFILE}\">$state->{NAME}</a></td>\n";
- print INDEX " <td class=\"environment\">$state->{ENVNAME}</td>\n";
my $st = $self->{local_statistics};
if ($ret == $expected_ret) {