Show
Ignore:
Timestamp:
06/16/08 00:18:43 (18 months ago)
Author:
auno
Message:

MTAuthors doesn't support sort_by="id". BugzID:79876
* set author_created_on date and fixed 35-tags.dat

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/t/lib/MT/Test.pm

    r2563 r2578  
    213213        api_password => 'seecret', 
    214214        auth_type => 'MT', 
     215        created_on => '19780131074500', 
    215216    }); 
    216217    $chuckd->set_password("bass"); 
     
    228229        email => 'bobd@example.com', 
    229230        auth_type => 'MT', 
     231        created_on => '19780131075000', 
    230232    }); 
    231233    $bobd->set_password("flute"); 
     
    241243        email => 'jdoe@doe.com', 
    242244        auth_type => 'TypeKey', 
     245        created_on => '19780131080000', 
    243246    }); 
    244247    $johnd->type(MT::Author::COMMENTER()); 
     
    254257        email => 'hiro@heroes.com', 
    255258        auth_type => 'MT', 
     259        created_on => '19780131081000', 
    256260    }); 
    257261    $hiro->type(MT::Author::AUTHOR());