aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1309
AgeCommit message (Collapse)Author
2017-04-04tests: added test for Curl_splaygetbest to unit1309Dániel Bakai
This checks the new behavior of Curl_splaygetbest, so that the smallest node not larger than the key is removed, and FIFO behavior is kept even when there are multiple nodes with the same key. Closes #1358
2014-02-15testsuite: more Windows line-endings fixesMarc Hoersken
2013-03-18tests: specify 'text' mode for some output files in verify sectionYang Tse
2011-06-10splay: add unit testsDaniel Stenberg
The test code that was #ifdef'ed in the code was converted into unit tests in test case 1309. I also removed the #if 0'ed code from splay.c