summaryrefslogtreecommitdiff
path: root/tests/autotest-report.pl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-02 20:29:03 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-02 20:29:03 +0000
commit63e29e1d1ef8ee37f21b2d9852eba9959d00b82f (patch)
tree560874a0cd187e107a028f57b94b2d537b70dad4 /tests/autotest-report.pl
parent366c6d8241c77f0b23f33027e7f45c77f78c00f6 (diff)
tests: Fixed report CSS, VMs are now started in minimized state (GUI mode)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@501 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/autotest-report.pl')
-rw-r--r--tests/autotest-report.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl
index c318b93..8ed8dd9 100644
--- a/tests/autotest-report.pl
+++ b/tests/autotest-report.pl
@@ -109,8 +109,8 @@ $configurationarray[$configurations{$_}] = $_ foreach (keys %configurations);
# print header
$stylesheet = <<END;
-table.autotest { border: 1px solid; border-left: none; border-top: none; }
-table.autotest td { border: 1px solid; border-right: none; border-bottom: none; }
+table.autotest { border: 1px solid black; border-left: none; border-top: none; }
+table.autotest td { border: 1px solid black; border-right: none; border-bottom: none; }
END
print <<END;