Changeset 68:53ae37327818

Show
Ignore:
Timestamp:
10/21/08 13:58:53 (17 months ago)
Author:
Nicolas ?vrard <nicoe@…>
Branch:
default
Message:

Inverted order in test also

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • relatorio/tests/test_api.py

    r61 r68  
    5454                                                       'test.tmpl'))) 
    5555 
    56         name, report2 = reporting.reports[StubObject]['text/plain'][0] 
     56        report2, name = reporting.reports[StubObject]['text/plain'][0] 
    5757        eq_(name, 'default') 
    5858        eq_(report, report2)