aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/alertTests.raw
Commit message (Collapse)AuthorAgeFilesLines
* [tests] use dogecoin fixtures pt1Patrick Lodder2015-07-031-0/+0
| | | | | | | | | uses our test fixtures for: - alerts - base58 - keys - main - miner
* Test alerts high at high PROTOCOL_VERSIONsGavin Andresen2013-11-111-0/+0
| | | | | | | | | I regenerated the alert test data; now alerts are tested against a protocol version way above the current protocol version. So we won't have to regenerate them every time we bump PROTOCOL_VERSION in the future.
* included-tests: generate binary data from test files for inclusion into test ↵Cory Fields2013-09-161-0/+0
binaries This change moves test data into the binaries rather than reading them from the disk at runtime. Advantages: - Tests become distributable - Cross-compile friendly. Build on one machine and execute in an arbitrary location on another. - Easier testing for backports. Users can verify that tests pass without having to track down corresponding test data. - More trustworthy test results and easier quality assurance as tests make fewer assumptions about their environment. - Tests could theoretically run at client/daemon startup and exit on failure. Disadvantages: - Required 'hexdump' build-dependency. This is a standard bsd tool that should be usable everywhere. It is likely already installed on all build-machines. - Tests can no longer be fudged after build by altering test-data.