aboutsummaryrefslogtreecommitdiff
path: root/src/test/timedata_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-2/+0
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
| | | | | | | | Make sure that chainparams and logging is properly initialized. Doing this for every test may be overkill, but this initialization is so simple that that does not matter. This should fix the travis issues.
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* Move CMedianFilter to timedata.cppWladimir J. van der Laan2014-08-261-0/+38
Now that we no longer use the median filter to keep track of the number of blocks of peers, that's the only place it is used.