Changeset 1635

Show
Ignore:
Timestamp:
02/25/10 13:52:21 (5 months ago)
Author:
thomas
Message:

fixed test: ullProjectReportingTableTest

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/ullTimePlugin/UllProjectReportingTableTest.php

    r1143 r1635  
    2222   
    2323$t->diag('findSumByDateAndUserId()'); 
    24   $t->is(UllProjectReportingTable::findSumByDateAndUserId('2009-09-17', $user->id), 18000, 'returns the correct sum'); 
     24  $t->is(UllProjectReportingTable::findSumByDateAndUserId('2009-09-17', $user->id), 14400, 'returns the correct sum'); 
    2525