aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Add data-driven transaction tests.Matt Corallo2012-08-202-0/+78
|
* Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
|
* Remove newlines from JSON stringsGavin Andresen2012-05-252-80/+11
| | | | | | Newlines in JSON strings are against the JSON spec, so remove them from the script*.json unit tests to make python's jsonrpc happy (json::spirit didn't care).
* Unit tests for transaction size limitsGavin Andresen2012-05-252-0/+100
|
* Lots more Script unit test cases.Gavin Andresen2012-05-242-7/+224
|
* More CScript unit tests.Gavin Andresen2012-05-242-1/+15
|
* Data-drive script evaluation unit tests.Gavin Andresen2012-04-212-0/+103