summaryrefslogtreecommitdiff
path: root/source3/torture/mangle_test.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-12/+20
merge last time. I hope this might fix a few failures on the build farm too. Andrew Bartlett (This used to be commit 0c837126923cc30fa60223a5a68d4f527971cc7b)
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 36545ee9a78146fa03d27fed6c7184d5fdadb2ab)
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+3
(This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
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)