summaryrefslogtreecommitdiff
path: root/test/utility
Commit message (Collapse)AuthorAgeFilesLines
* Including "wt_internal.h" will include string.h, stdlib.h stdio.h andKeith Bostic2015-10-191-4/+0
| | | | wiredtiger.h, no need to include them explicitly.
* boolean conversion, test calls to __wt_exist.Keith Bostic2015-09-231-1/+2
|
* More CR CleanupDavid Hows2015-05-131-11/+8
|
* Change to __wt_existsDavid Hows2015-05-121-3/+7
|
* KNFDavid Hows2015-05-121-1/+1
|
* Make cleanup check before deletingDavid Hows2015-05-121-2/+8
|
* Change all testutils functions to return nothingDavid Hows2015-05-111-9/+13
|
* Add testutils to all testsDavid Hows2015-05-051-2/+2
|
* KNF, don't cast return from malloc, don't call out fixed numbers ofKeith Bostic2015-05-041-8/+10
| | | | bytes where there's no fixed number of bytes.
* CR ChangesDavid Hows2015-05-041-2/+2
|
* Fix for covert testsDavid Hows2015-05-041-2/+4
| | | | Failed CID 1296558
* Testutils memory leak fixDavid Hows2015-05-041-1/+5
|
* Code review ChangesDavid Hows2015-05-011-20/+15
|
* Add directory_delimiter functionDavid Hows2015-05-011-0/+7
|
* Move utilities to .i and add fixes for WindowsDavid Hows2015-05-013-53/+15
|
* Change comments and use snprintfdaveh862015-05-012-28/+47
|
* Remove relative pathingdaveh862015-05-013-1/+6
|
* Fix Broken Includes and other minor thingsdaveh862015-05-011-2/+5
|
* Changes by s_alldaveh862015-05-012-5/+5
|
* Create test utilities and modify FOPS testdaveh862015-05-012-0/+137
Test utilities are created to separate the directory creation/cleanup utilities. These are piloted against the FOPS test