/[A3C]/t/10-ldap.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /t/10-ldap.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by dpavlin, Tue Apr 1 17:32:59 2008 UTC revision 84 by dpavlin, Sat Apr 12 10:33:35 2008 UTC
# Line 39  foreach my $limit ( 3, 7, 14 ) { Line 39  foreach my $limit ( 3, 7, 14 ) {
39          is( $collection->count, $limit, 'count' );          is( $collection->count, $limit, 'count' );
40  }  }
41    
42  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' );
43  is( $coll->count, 0, 'no results' );  is( $coll->count, 0, 'no results' );

Legend:
Removed from v.53  
changed lines
  Added in v.84

  ViewVC Help
Powered by ViewVC 1.1.26