ivankosenko / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

Incorrect test case in vcdiffengine_test.cc #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EngineEncodeSampleTextInterleavedWithTargetMatching is identical to 
EngineEncodeSampleTextInterleaved.  Notably, this is the first line:

Encode(/* interleaved = */ true, /* target matching = */ false);

It should test target matching.

Original issue reported on code.google.com by ehrm...@gmail.com on 19 Nov 2011 at 6:33

GoogleCodeExporter commented 9 years ago
Fixed in version 0.8.3 of open-vcdiff.  No changes needed to be made to the 
test beyond fixing the value of this parameter.  Thanks much for reporting this 
problem.

Original comment by openvcd...@gmail.com on 3 Apr 2012 at 6:13