gnecula / bond

Spy-based testing library.
http://necula01.github.io/bond/
Other
7 stars 3 forks source link

[pybond] bug with reconciliation #7

Closed xkrogen closed 9 years ago

xkrogen commented 9 years ago

Right now it seems that the reconciliation too aggressively ignores whitespace. It seems to consider these as matching:

"__spy_point_name": "AnnotationTests.annotated_class_method", "__spy_point_name": "AnnotationTes ts.annotated_class_method",

which is clearly not correct

gnecula commented 9 years ago

I have replaced "diff -w" (ignore all whitespace) with "diff -b" (ignore whitespace changes).