From a84181407f51cc855a6ddb2033a7aa6738354602 Mon Sep 17 00:00:00 2001 From: aavit Date: Wed, 3 Nov 2010 16:18:02 +0100 Subject: Hide nonfunctional links, and improve html --- tests/arthur/baselineserver/src/htmlpage.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'tests/arthur') diff --git a/tests/arthur/baselineserver/src/htmlpage.cpp b/tests/arthur/baselineserver/src/htmlpage.cpp index 6b965b4c31..00d07f13ae 100644 --- a/tests/arthur/baselineserver/src/htmlpage.cpp +++ b/tests/arthur/baselineserver/src/htmlpage.cpp @@ -92,10 +92,12 @@ void HTMLPage::writeHeader(const ImageItem &item) out << "

Host: " << plat.hostName << " [" << address << "] OS: " << plat.osName << " [enum: " << plat.osVersion << "]

\n"; out << "

Qt version: " << plat.qtVersion << " [commit: " << plat.gitCommit << "] Build key: \"" << plat.buildKey << "\"

\n"; out << "

Engine: " << item.engineAsString() << " Format: " << item.formatAsString() << "

\n\n"; +#if 0 out << "

Update all baselines
"; +#endif out << "\n" "\n" "\n" @@ -129,11 +131,14 @@ void HTMLPage::addItem(const QString &baseline, const QString &rendered, const I out << "\n"; out << "\n"; - out << "\n\n"; + << "&url=" << pageUrl << "\">Blacklist test" +#endif + << "\n"; + out << "\n\n"; QMutableVectorIterator it(imageItems); while (it.hasNext()) { @@ -164,7 +169,7 @@ void HTMLPage::end() } else { out << "Test passed"; } - out << ""; + out << "\n"; } writeFooter(); -- cgit v1.2.1
ScriptUpdate baseline
" +#if 0 "Blacklist test