~gtg-user/gtg/urgency-color-api

« back to all changes in this revision

Viewing changes to GTG/tests/test_dates.py

  • Committer: Izidor Matušov
  • Date: 2012-05-17 18:26:38 UTC
  • mfrom: (1175.1.14 fix-test-script)
  • Revision ID: izidor.matusov@gmail.com-20120517182638-i4jsjyo2bjhbe7ar
Merging huxan's fix so tests are working again and are mandatory to accept patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    """ Increase month, change 2012-02-13 into 2012-03-13.
33
33
    If day is set, replace day in month as well
34
34
 
35
 
    @return updated date """
 
35
    @returns: updated date """
36
36
    if day is None:
37
37
        day = aday.day
38
38