--- t/10-ldap.t 2008/04/01 17:32:59 53 +++ t/10-ldap.t 2008/04/12 10:33:35 84 @@ -39,5 +39,5 @@ is( $collection->count, $limit, 'count' ); } -ok( my $coll = $ldap->collection('User', filter => '(HrEduPersonHomeOrg=aa-test-zz)'), 'collection with filter' ); +ok( my $coll = $ldap->collection('Person', filter => '(HrEduPersonHomeOrg=aa-test-zz)'), 'collection with filter' ); is( $coll->count, 0, 'no results' );