~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to tests/autopilot/calendar_app/tests/test_monthview.py

  • Committer: Kunal Parmar
  • Date: 2013-09-04 12:59:33 UTC
  • mfrom: (108 trunk)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: pkunal.parmar@gmail.com-20130904125933-b63q8ubnp7dahosl
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
    def get_currentDayStart(self):
26
26
        month_view = self.main_view.get_month_view()
27
 
        return datetime.fromtimestamp(month_view.currentDayStart)
 
27
        return datetime.fromtimestamp(month_view.currentMonth)
28
28
 
29
29
    def change_month(self, delta):
30
30
        month_view = self.main_view.get_month_view()