summaryrefslogtreecommitdiff
path: root/server/tests/hash_unittest.c
Commit message (Collapse)AuthorAgeFilesLines
* -n [master]Shawn Routhier2012-12-131-5/+9
| | | | | | | | Clean up ATF issues: describe patch to ATF code for solaris 11 remove unneeded options for use on solaris 11 comment out unused hash test [rt32089]
* [rt25901_atf] Minor corrections to some filesStephen Morris2012-07-041-2/+4
| | | | | | Minor corrections to some of the atf.dox documentation. Also modified hash_unitest.c to avoid problems in "printf" (the format string %lu was wrong for a size_t on my machine, so an explicit cast was made to the correct type).
* [rt25901_atf] Intentation clean-up.Tomek Mrugalski2012-07-021-85/+10
|
* [rt25901_atf] Test for 29851 simiplifiedTomek Mrugalski2012-07-021-7/+7
|
* [rt25901_atf] Timeout set for rt29851 testTomek Mrugalski2012-07-021-9/+9
|
* [rt25901_atf] Added test that reproduces 29851 issue.Tomek Mrugalski2012-07-021-1/+132
|
* [rt25901_atf] Tests for 3 hosts implemented.Tomek Mrugalski2012-07-021-14/+214
|
* [rt25901_atf] uid_hash test parametrized, added 2 exta tests.Tomek Mrugalski2012-07-021-48/+105
|
* [atf25901_atf] #if 0 converted to comment.Tomek Mrugalski2012-07-021-34/+37
|
* [rt25901_atf]: First uid_hash test ready (with 36 checks)Tomek Mrugalski2012-07-021-43/+186
|
* [25901_atf] First test for client-id hash table implemented.Tomek Mrugalski2012-06-291-0/+142
It still lacks many checks and clean-ups, but the core code is there.