[Pysys-commits] SF.net SVN: pysys:[827] trunk
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-04-02 17:26:18
|
Revision: 827 http://sourceforge.net/p/pysys/code/827 Author: ben-spiller Date: 2018-04-02 17:26:10 +0000 (Mon, 02 Apr 2018) Log Message: ----------- fix assertDiff include handling which has been filtering out lines unless _all_ include expressions match, which isn't the documented behaviour or useful; this bug could potentially mask important failures; also added a WARN message if diffing two files and every line in both is filtered out, since that usually indicates a mistake (maybe - if others agree - we should treat this as a diff failure, since it's unlikely you'd want to intentionally filter out all lines when diffing two files together) Modified Paths: -------------- trunk/pysys/utils/filediff.py trunk/pysys-dist/pysys-release.txt trunk/pysys-examples/internal/testcases/PySys_internal_044/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |