summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-09-05Make bare strings match based on name again. (Closes: #527540, #538198, #514625)Daniel Burrows1-22/+22
2009-09-03Fix the link line for the Boost-based unit test too.Daniel Burrows1-1/+1
2009-08-22Hide statement execution behind an RAII class to make it harder to accidental...Daniel Burrows1-107/+151
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-17Actually signal a test failure when a test in the Boost harness fails.Daniel Burrows1-1/+1
2009-08-14Improve the message that gets printed when a key is missing in the cache.Daniel Burrows1-1/+1
2009-08-14Write a manual main() function foor the Boost tester, so that logging can be ...Daniel Burrows1-1/+28
2009-08-14Write a first test of getItem()/putItem().Daniel Burrows1-0/+164
2009-08-06Add a partially implemented cache for downloaded files.Daniel Burrows2-0/+52
2009-07-30Wrap sqlite3_blob_read and sqlite3_blob_write.Daniel Burrows1-0/+60
2009-07-28Write a wrapper for sqlite3_blob_open.Daniel Burrows1-0/+50
2009-07-27Add support for parameter binding to the sqlite wrapper.Daniel Burrows1-0/+167
2009-07-27Modify AM_CPPFLAGS instead of CPPFLAGS.Daniel Burrows1-1/+1
2009-07-27Implement a system for caching prepared SQL statements.Daniel Burrows1-0/+45
2009-07-26Wrap enough functionality in the statement class to allow the user to execute...Daniel Burrows1-0/+127
2009-07-26Start working on a C++ wrapper for sqlite.Daniel Burrows2-1/+44
2009-07-26Add a skeletal unit tester using the Boost framework.Daniel Burrows3-5/+18
2009-07-10Merge with backout.Daniel Burrows1-2/+83
2009-07-10Eliminating the use of hash tables to save memory: backed out changeset 7c43f...Daniel Burrows2-47/+12
2009-07-07Add some even more paranoid checks around the deferral stuff.Daniel Burrows1-2/+46
2009-07-06Fix the second solution that's expected in the mandate tests.Daniel Burrows1-4/+4
2009-07-06Explicitly test that mandating two alternatives allows both.Daniel Burrows1-0/+37
2009-07-05Reimplement choice_set in terms of boost::unordered_set.Daniel Burrows2-12/+47
2009-06-26Overhaul how incipient promotions are tested, one more time.Daniel Burrows1-13/+13
2009-06-25More fixes / updates to the promotion set test code.Daniel Burrows1-7/+39
2009-06-25Modify the incipient tests to conform to how incipient promotions are returned.Daniel Burrows1-28/+14
2009-06-25Add more tests of incipient promotion finding.Daniel Burrows1-18/+145
2009-06-25Add a first test of the incipient promotion stuff.Daniel Burrows1-0/+61
2009-06-23Fix the mandate-changing-dep-source test.Daniel Burrows1-4/+11
2009-06-23Write some very focused tests to verify that approvals of versions and reject...Daniel Burrows1-0/+214
2009-06-17Test the solution score in testSimpleResolution, and add a simple check that ...Daniel Burrows1-1/+80
2009-06-17Write a simple test that checks that the resolver functions in a trivial case.Daniel Burrows1-0/+45
2009-06-10Fix an incorrect assertion in the setset test.Daniel Burrows1-1/+2
2009-06-10Fix the custom comparator in the submap search too.Daniel Burrows1-2/+2
2009-06-10Make the custom comparator used by the setset test a 3-way compare.Daniel Burrows1-2/+2
2009-06-10More / better logging of setset tests.Daniel Burrows1-17/+43
2009-06-10Add a logging statement in the setset test.Daniel Burrows1-0/+4
2009-06-09Add more sanity checks to the choice set test.Daniel Burrows1-2/+39
2009-06-09Write a test of choice comparison.Daniel Burrows1-0/+84
2009-06-08More and better logging of the resolver and the resolver test code.Daniel Burrows1-3/+22
2009-06-07Don't attempt to track tier validity at the solver level; instead, when a pro...Daniel Burrows1-3/+13
2009-06-06Add explicit dependencies of resolver test stuff on the resolver headers.Daniel Burrows1-0/+3
2009-06-04More logging in the test code.Daniel Burrows1-1/+4
2009-06-04Log at the start of testInitialState.Daniel Burrows1-0/+2
2009-06-03Write a log message showing where testTiers starts.Daniel Burrows1-0/+2