Changeset 4898

Show
Ignore:
Timestamp:
09/09/08 00:27:23 (4 months ago)
Author:
jwage
Message:

Enhancing coverage for #1380

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/tests/Ticket/1380TestCase.php

    r4897 r4898  
    5555        $user = $q->fetchOne(); 
    5656        $this->assertTrue(isset($user['test_calculated_column'])); 
     57        $this->assertEqual($user['Album'][0]['test_calculated_column'], $user['test_calculated_column']); 
    5758    } 
    5859}