summaryrefslogtreecommitdiff
path: root/ext/dba/tests/test.inc
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed pathsFelipe Pena2009-08-011-2/+2
|
* Support all possible configurations and simplify includesMarcus Boerger2003-03-041-12/+2
|
* Use flatfile if available.Marcus Boerger2002-11-151-2/+3
| | | | | # This way we are using the internal library which we know about most.
* -Precondiftion: no open filesMarcus Boerger2002-11-111-0/+2
| | | | | | | | -do not show warning from dba_open call for read during write # Interesting is that on some systems read during write is permitted... # I will change the tests as soon as i find a way to have this equal on all # systems
* Add $lock_flag which allows to change lock behaviour for both 'l' and 'd'Marcus Boerger2002-11-101-0/+1
| | | | | | Remember gdbm has its own locking so 't' does not work here - maybe a warning is needed for that, too.
* check whether a written databse can be appended and if read during writeMarcus Boerger2002-11-061-1/+1
| | | | | | | is permitted #i use ksort for the result here since some dbm libraries sort their result #but that is nothing to test here.
* cdb interface is currently readonlyMarcus Boerger2002-11-031-1/+9
|
* test.dbm* -> test0.dbm*Marcus Boerger2002-11-011-1/+1
|
* Added some tests for dba extensionMarcus Boerger2002-10-251-0/+5