svn commit: samba r4039 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

tridge at samba.org tridge at samba.org
Thu Dec 2 10:28:19 GMT 2004


Author: tridge
Date: 2004-12-02 10:28:19 +0000 (Thu, 02 Dec 2004)
New Revision: 4039

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4039

Log:
added a test for an element > 128 bytes in length, to ensure we test
for sign extending errors in element length


Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif	2004-12-02 10:14:40 UTC (rev 4038)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif	2004-12-02 10:28:19 UTC (rev 4039)
@@ -409,6 +409,9 @@
 seealso: cn=All Staff,ou=Groups,o=University of Michigan,c=US
 homepostaladdress: 123 Anystreet $ Ann Arbor, MI 48104
 mail: uham at mail.alumni.example.com
+seeAlso: a long attribute name, longer than 128 bytes so that we 
+ trigger sign extension problems in tdb_pack, no thats not long enough 
+ yet, maybe this is. I'll just keep going till it triggers the error
 homephone: +1 313 555 8421
 pager: +1 313 555 2844
 facsimiletelephonenumber: +1 313 555 9700



More information about the samba-cvs mailing list