Fix new test for clocktables
commit29117be8b2d5f41164b0e2239350913146288bf0
authorAchim Gratz <Stromeko@Stromeko.DE>
Fri, 7 Dec 2012 18:50:01 +0000 (7 19:50 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Fri, 7 Dec 2012 18:50:01 +0000 (7 19:50 +0100)
treeb051e8c17e499fbc28ba55e9f11eae0874fbf242
parent31052f1c912e866b2e651721bc3145686512cc69
Fix new test for clocktables

* testing/lisp/test-org-clock.el (test-org-clock/clocktable): The last test
  for clocktables introduced in commit 6642177 did not work if the test was
  run before 15:00 due to the end time being specified as "<now>" (which
  includes the current time of day and not just the date).  The obvious
  "<today>" does also not work since it means 0:00 of the current day.  The
  correct specification to use is "<tomorrow>", which is 0:00 the following
  day or equivalently the end of today, 24:00.
testing/lisp/test-org-clock.el