Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Ignore .pyc and .pyo files produced as a side-effect of running | Martin Pool | 2002-12-12 | 1 | -0/+2 |
| | | | | Python examples. | ||||
* | Fix typo in docstring. | Tim Potter | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | Remove non-integer Pointer values, which are no longer supported. | Martin Pool | 2002-11-12 | 1 | -2/+0 |
| | |||||
* | Add another test case for repeated-unpack ('$') | Martin Pool | 2002-11-06 | 1 | -0/+9 |
| | |||||
* | Update test cases. | Martin Pool | 2002-11-05 | 1 | -28/+32 |
| | |||||
* | Add more test cases that now work. | Martin Pool | 2002-11-04 | 1 | -1/+2 |
| | |||||
* | Re-add some tests which do work with both implementations | Martin Pool | 2002-11-04 | 1 | -6/+6 |
| | |||||
* | Comment out test cases where the old and new parser are different. | Martin Pool | 2002-11-04 | 1 | -60/+71 |
| | |||||
* | test_pack_extra: Add additional cases. | Martin Pool | 2002-11-04 | 1 | -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 Pool | 2002-11-04 | 1 | -3/+3 |
| | |||||
* | test_pack_extra: The old code does not complain when there are too | Martin Pool | 2002-11-04 | 1 | -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 too | Martin Pool | 2002-11-04 | 1 | -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 about | Martin Pool | 2002-11-04 | 1 | -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 not | Martin Pool | 2002-11-04 | 1 | -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 Pool | 2002-10-21 | 1 | -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 do | Martin Pool | 2002-10-21 | 1 | -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 packer | Martin Pool | 2002-09-10 | 2 | -0/+207 |