]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move the expected output data from virshdata/*.txt into virshtest.c.
authorJim Meyering <meyering@redhat.com>
Mon, 24 Nov 2008 07:11:26 +0000 (07:11 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 24 Nov 2008 07:11:26 +0000 (07:11 +0000)
commit5b5393f27aed15b3b6333d007ad556ad7009bc88
tree86e75fa424c639fafb0e2e2dae53e07c79314a7c
parent4733f0a7815a17e6a3dddf95c7a1e242f1f6e4e9
Move the expected output data from virshdata/*.txt into virshtest.c.

* tests/virshtest.c: Embed literal, expected output here, rather than
using virshdata/*.txt file names.
Factor out some common constructs.
(testCompareOutputLit): New function.
(testCompareOutput): #ifdef-out, not that it's unused.
* tests/Makefile.am (SUBDIRS): Remove virshdata/ and all files in it.
* docs/testnode.xml: Fix typo in a comment.
* configure.in (AC_OUTPUT): Remove tests/virshdata/Makefile.
17 files changed:
ChangeLog
configure.in
docs/testnode.xml
tests/Makefile.am
tests/virshdata/.cvsignore [deleted file]
tests/virshdata/.gitignore [deleted file]
tests/virshdata/Makefile.am [deleted file]
tests/virshdata/domid-fc4.txt [deleted file]
tests/virshdata/dominfo-fc4.txt [deleted file]
tests/virshdata/domname-fc4.txt [deleted file]
tests/virshdata/domstate-fc4.txt [deleted file]
tests/virshdata/domuuid-fc4.txt [deleted file]
tests/virshdata/list-custom.txt [deleted file]
tests/virshdata/list-default.txt [deleted file]
tests/virshdata/nodeinfo-custom.txt [deleted file]
tests/virshdata/nodeinfo-default.txt [deleted file]
tests/virshtest.c