test/TestSuite/ReportGenerator/Correct/Alerts.tjp in taskjuggler-3.0.0 vs test/TestSuite/ReportGenerator/Correct/Alerts.tjp in taskjuggler-3.1.0

- old
+ new

@@ -22,27 +22,46 @@ } task "T3" { task "T3.1" { task "T3.1.1" { journalentry 2010-08-03 "T3.1.1 Not in report" - journalentry 2010-08-06 "T3.1.1 Red" { alert red } + journalentry 2010-08-06 "T3.1.1 Red" { alert red } journalentry 2010-08-15 "T3.1.1 Green Not in report" { alert green } } journalentry 2010-08-06 "T3.1 Yellow" { alert yellow } } } taskreport "Alerts-1" { formats html, csv - columns name, + columns name, alert, journal { - title "Journal All" + celltext 1 "<-query attribute='journal' journalmode='journal_sub'->" + title "Journal_sub (full period)" period ${projectstart} - ${projectend} }, - journal_sub { - title "Journal Sub All" + journal { + title "journal (full period)" period ${projectstart} - ${projectend} }, - journal, journal_sub, alert, alertmessages, alertsummaries, - journalmessages, journalsummaries + journal { + title "journal" + }, + journal { + title "journal_sub" + celltext 1 "<-query attribute='journal' journalmode='journal_sub'->" + }, + journal { + title "alerts_down" + celltext 1 "<-query attribute='journal' journalmode='alerts_down'->" + }, + journal { + title "status_down" + celltext 1 "<-query attribute='journal' journalmode='status_down'->" + }, + journal { + title "status_up" + celltext 1 "<-query attribute='journal' journalmode='status_up'->" + } period 2010-08-05 - 2010-08-15 } +