Re: [libvirt] [PATCH 3/3] VMware: Make version parsing testable and add tests

2013-09-20 Thread Daniel P. Berrange
On Thu, Sep 19, 2013 at 03:18:07PM -0500, Doug Goldstein wrote: This splits up the version parsing code into a callable API like QEMU help/version string parsing so that we can test it as we need to add additional patterns for newer versions/products. --- .gitignore

[libvirt] [PATCH 3/3] VMware: Make version parsing testable and add tests

2013-09-19 Thread Doug Goldstein
This splits up the version parsing code into a callable API like QEMU help/version string parsing so that we can test it as we need to add additional patterns for newer versions/products. --- .gitignore| 1 + src/Makefile.am | 6 ++