]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: virstringtest: adding tests to virStrToDouble()
authorJulio Faracco <jcfaracco@gmail.com>
Sun, 9 Jul 2017 23:05:55 +0000 (20:05 -0300)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 10 Jul 2017 07:15:53 +0000 (09:15 +0200)
commit89cb34c7ddcbdc6cb76b8941e0ff492b1d4d6102
treeadb49c32c6c1814755fde0136e538015e4f26ac3
parent840c97b0a0a707094b430b025ab7c23d70370f11
tests: virstringtest: adding tests to virStrToDouble()

There are no occurrences of tests related to Strings and Double numbers
inside virstringtest.c. This commit introduces some tests to validate the
conversion. The test does not include locale changes yet.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
tests/virstringtest.c