shaikat3 / open-vcdiff

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

Add unit test for vcdiff command-line executable #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The code in vcdiff_main.cc is currently not covered by unit tests.
Add a new unit test which will invoke the "vcdiff" command-line executable
and exercise most of the code paths in vcdiff_main.cc.

Original issue reported on code.google.com by openvcd...@gmail.com on 18 Sep 2008 at 7:38

GoogleCodeExporter commented 9 years ago
For version 0.3, I've added a shell script test vcdiff_test.sh which exercises 
the
"vcdiff" executable.

I'm not closing this issue yet because I'd like to add a similar .bat script 
for the
Windows environment.  The number of open issues that deal with using vcdiff.exe 
in
the Windows environment are evidence that such a test is urgently needed.

Original comment by openvcd...@gmail.com on 11 Oct 2008 at 12:26

GoogleCodeExporter commented 9 years ago
In open-vcdiff version 0.4, I've added vsprojects/vcdiff_test.bat as a Windows 
equivalent for src/vcdiff_test.sh.

Original comment by openvcd...@gmail.com on 24 Oct 2008 at 12:25