summaryrefslogtreecommitdiff
path: root/tests/test_file_cache.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-19Fix test_file_cache for the new temp API.Daniel Burrows1-43/+47
2009-11-14Fix the path to a test file in case that a build directory is usedJens Seidel1-1/+2
2009-10-25Deal with the fact that dirname can modify its argument.Daniel Burrows1-1/+10
2009-10-25Actually test the file cache's version 2 -> version 3 upgrade.Daniel Burrows1-1/+1
2009-10-17Add support to the file cache for storing the modification times of cached fi...Daniel Burrows1-34/+169
2009-08-22Fix the file-and-memory test to be less fragile.Daniel Burrows1-1/+1
2009-08-19Fix the new test.Daniel Burrows1-8/+11
2009-08-19Add test cases to verify what happens when values are evicted from the cache.Daniel Burrows1-0/+81
2009-08-19Test some more cases of storing things in the file cache.Daniel Burrows1-0/+23
2009-08-17Fix the raw_istream_iterator used in the test case for the file cache.Daniel Burrows1-2/+5
2009-08-17Add a sanity-check of the raw istream iterator class (the rest of the file ca...Daniel Burrows1-0/+16
2009-08-14Improve the message that gets printed when a key is missing in the cache.Daniel Burrows1-1/+1
2009-08-14Write a first test of getItem()/putItem().Daniel Burrows1-0/+164
2009-08-06Add a partially implemented cache for downloaded files.Daniel Burrows1-0/+51