Show
Ignore:
Timestamp:
08/10/08 10:51:23 (5 years ago)
Author:
Nicolas ?vrard <nicoe@…>
Children:
52:9e8609496af9, 54:0c25ad9f7dc6
Branch:
default
Message:

Reverted order of report registration in order to be coherent with the
ImageHref? stuff from the opendocument plugin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • relatorio/tests/test_api.py

    r26 r51  
    4949        assert_true('text/plain' in reporting.reports[StubObject]) 
    5050 
    51         mime, report = reporting.reports[StubObject]['default'] 
     51        report, mime = reporting.reports[StubObject]['default'] 
    5252        eq_(mime, 'text/plain') 
    5353        eq_(report.mimetype, 'text/plain')