Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-09 | Used fixed seeds where random is used in tests. | Mike Buland | |
It was so stupid to use random numbers in tests, generators yes, but random? the test won't fail the same way twice in a row, defeating the entire point of the test! | |||
2023-08-01 | Updated copyright date. | Mike Buland | |
2019-05-24 | Updated copyright date. | Mike Buland | |
2014-02-03 | Changed copyright to 2007-2014. | Mike Buland | |
2013-02-27 | Added a unit test for Bu::SynchroHash. It's just a tweaked copy of the test | Mike Buland | |
for Bu::Hash, which tests the basics alright, but not the synchro part. I'm still trying to figure out a good test for that. |