r1418830 | breser | 2012-12-09 08:05:51 +0000 (Sun, 09 Dec 2012) Initial support for svn_checksum.h in SWIG bindings. * subversion/bindings/swig/core.i: Pulled in header svn_checksum.h * subversion/bindings/swig/python/tests/checksum.py: New file * subversion/bindings/swig/python/tests/run_all.py (suite): Included a test_suite for checksum.py Patch by: Shivani Poddar <shivani.poddar92@gmail.com> (Tweaked by me.) Suggested by: breser danielsh stsp
r1420334 | danielsh | 2012-12-11 19:03:49 +0000 (Tue, 11 Dec 2012) Followup to r1418830: improve the new test. * subversion/bindings/swig/python/tests/checksum.py (ChecksumTestCases.test_checksum): Rewrite so that it will FAIL sometimes. Remove errorful uses of assertRaises(). Patch by: Shivani Poddar <shivani.poddar92@gmail.com> danielsh breser