summaryrefslogtreecommitdiffstats
path: root/source/python/examples/tdbpack
Commit message (Collapse)AuthorAgeFilesLines
* * Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool2002-12-121-0/+2
| | | | Python examples.
* Fix typo in docstring.Tim Potter2002-11-191-1/+1
|
* Remove non-integer Pointer values, which are no longer supported.Martin Pool2002-11-121-2/+0
|
* Add another test case for repeated-unpack ('$')Martin Pool2002-11-061-0/+9
|
* Update test cases.Martin Pool2002-11-051-28/+32
|
* Add more test cases that now work.Martin Pool2002-11-041-1/+2
|
* Re-add some tests which do work with both implementationsMartin Pool2002-11-041-6/+6
|
* Comment out test cases where the old and new parser are different.Martin Pool2002-11-041-60/+71
|
* test_pack_extra: Add additional cases.Martin Pool2002-11-041-7/+12
| | | | test_pack_failures: Remove cases for which old code is too lax.
* test_pack_extra: Better way of testing packing with extra values.Martin Pool2002-11-041-3/+3
|
* test_pack_extra: The old code does not complain when there are tooMartin Pool2002-11-041-1/+15
| | | | | many data values for the format. Test that the new code behaves the same way.
* test_pack_failures: The old code does not complain when there are tooMartin Pool2002-11-041-6/+14
| | | | | | many data values for the format, so we don't test that here. test_large: New test case for packing/unpack a thousand values.
* test_pack_failures: The old and new code is not exactly the same aboutMartin Pool2002-11-041-33/+37
| | | | | error detection, so now we don't care what exact error is returned as long as we get something.
* test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool2002-11-041-4/+0
| | | | compatible with the old code, and so it is removed from the test case.
* Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool2002-10-211-29/+37
| | | | | This makes the test suite fail because at the moment they are in fact not behaving the same way.
* Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool2002-10-211-0/+144
| | | | | | | compatibility testing against the shiny new C version. This version is slightly modified to not call codepage conversion routines, and renamed tdbutil->oldtdbutil.
* Check in examples for tdb packerMartin Pool2002-09-102-0/+207