test/TestSuite/TimeSheets/run in taskjuggler-0.0.5 vs test/TestSuite/TimeSheets/run in taskjuggler-0.0.6
- old
+ new
@@ -35,11 +35,11 @@
# Run a receiver test
tj3ts_receiver --dryrun < dev2_mail1 >> receiver.log || error "rec1"
tj3ts_receiver --dryrun < dev2_mail2 >> receiver.log || error "rec2"
check "From: foo@bar.com" receiver.log 2
-check "Report from " receiver.log 4
+check "Report from " receiver.log 2
check "Green" receiver.log 3
# Update the project with the server to include the submitted time
# sheets. This is only to test the time sheet data surpression.
tj3client --silent add project.tjp TimeSheets/all.tji || error "add2"
@@ -47,15 +47,15 @@
# Run the summary report
tj3ts_summary --dryrun -e 2002-03-01 >> summary.log || error "summary"
check "To: archive@bar.com" summary.log 2
check "To: crew@bar.com" summary.log 1
check "From: foo@bar.com" summary.log 7
-check "From: SBono@crappysoftware.com" summary.log 1
-check "Report from .* is missing" summary.log 10
+check "From: =?UTF-8?B?U8OpYmFzdGllbg==?= Bono <SBono@crappysoftware.com>" summary.log 1
+check "The following 5 person(s) have not yet submitted their time sheets" summary.log 2
check "Weekly Report from" summary.log 2
check "Green" summary.log 6
-check "Your weekly report 2002-03-01 is overdue" summary.log 5
+check "Your time sheet for the period ending 2002-03-01 is overdue" summary.log 5
tj3client --silent terminate
sleep 2
check "TaskJuggler daemon is listening" tj3d.log 1
check "TaskJuggler daemon terminated" tj3d.log 1
@@ -67,9 +67,9 @@
check "WARN" tj3d.log 0
check ERROR timesheets.log 0
check WARN timesheets.log 1
check INFO timesheets.log 44
-check "Your weekly report template" timesheets.log 6
+check "Your weekly time sheet template" timesheets.log 6
cleanup
exit 0