Code review comment for lp:~doflah/ubuntu-calendar-app/testing

Revision history for this message
Olivier Tilloy (osomon) wrote :

91 + compare(todayTest.getMonth(), todayReal.getMonth(), "Today's year");
92 + compare(todayTest.getDate(), todayReal.getDate(), "Today's year");

I guess this should be "Today’s month" and "Today’s day".

review: Needs Fixing

« Back to merge proposal