Changeset 3741 for trunk/tests/fixtures

Show
Ignore:
Timestamp:
02/11/08 22:33:12 (11 months ago)
Author:
romanb
Message:

more experiments with the new testsuite.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/fixtures/forum/common/users.php

    r3739 r3741  
    55        array( 
    66            'id' => 1, 
    7             'username' => 'romanb' 
     7            'username' => 'romanb', 
     8            'dtype' => 'admin' 
    89        ), 
    910        array( 
    1011            'id' => 2, 
    11             'username' => 'jwage' 
     12            'username' => 'jwage', 
     13            'dtype' => 'user' 
    1214        ) 
    1315    )