File diff 581046f988a3 → ba8aaaa98831
tests/test_reports_accrual.py
Show inline comments
...
 
@@ -118,6 +118,7 @@ AGING_AR = [
 
    AgingRow.make_simple('2010-03-05', 'EarlyBird', -500, 'rt:40/400'),
 
    AgingRow.make_simple('2010-05-15', 'MatchingProgram', 1500,
 
                         'rt://ticket/515/attachments/5150'),
 
    AgingRow.make_simple('2010-06-15', 'GrantCo', 5500, 'rt:470/4700'),
 
]
 

	
 
class RTClient(testutil.RTClient):