]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed test_dumbdbm
authorChristian Heimes <christian@cheimes.de>
Wed, 31 Oct 2007 19:40:17 +0000 (19:40 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 31 Oct 2007 19:40:17 +0000 (19:40 +0000)
commit9289bfcf54cfbfcf0bdc6cc61244adc38b03494b
tree83e0c1a4b8e616f534b10a82718bc5f688c73783
parent0b48954cd856e0391acefb6355a4ab98e5f7b3c0
Fixed test_dumbdbm
The test failed on Windows. I hope the change follows the spirit of the test. On Unix it checks if dumbdbm can handle Windows line separators and on Windows it tests with Unix line separators.
Lib/test/test_dumbdbm.py