Change never passed terminology to match always failed existing one

This commit is contained in:
Didier Roche 2015-11-23 14:18:14 +01:00
parent 289ea7b687
commit 51775bd338

View File

@ -22,7 +22,7 @@ EXCUSES_LABELS = {
"ALWAYSFAIL": '<span style="background:#e5c545">Always failed</span>',
"REGRESSION": '<span style="background:#ff6666">Regression</span>',
"RUNNING": '<span style="background:#99ddff">Test in progress</span>',
"RUNNING-NEVERPASSED": '<span style="background:#99ddff">Test in progress (never passed)</span>',
"RUNNING-NEVERPASSED": '<span style="background:#99ddff">Test in progress (always failed)</span>',
}