summaryrefslogtreecommitdiff
path: root/source3/torture/mangle_test.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-07Fix the build.Jim McDonough1-1/+4
Build farm! Build farm! Please check the build farm! ...or at least run make torture. (This used to be commit 163ac344012d4520000f2ca91da50a379c7f288d)
2002-04-24add collision/total indication to every collision reportSimo Sorce1-2/+3
(This used to be commit c4d6a49779e0e2bff86256b8b353e6c803e31ba9)
2002-04-12nicer measurement of failures and collisionsAndrew Tridgell1-7/+15
(This used to be commit 61c61f6b4f22c1ef6f837145f5e05730706cc8d4)
2002-04-12better mangling test. We now test that we can create by long name andAndrew Tridgell1-2/+33
delete by short name, and that we can create by short name and delete by long name our old mangling code fails this test. also tweaked the random filename generation to produce more likely collisions (This used to be commit 65609c52960c2b5938150a2fdb5290541f4e0225)
2002-04-12- added a mangling test suite that measures the collision rate onAndrew Tridgell1-0/+162
randomised filenames - fixed several mangling bugs that the test suite pointed out (This used to be commit 858fa7efc34f6e7cdf8500900aed3f7943c91348)