summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-24 07:11:26 +0000
committerJim Meyering <meyering@redhat.com>2008-11-24 07:11:26 +0000
commit5b5393f27aed15b3b6333d007ad556ad7009bc88 (patch)
tree86e75fa424c639fafb0e2e2dae53e07c79314a7c /ChangeLog
parent* gnulib/tests/test-EOVERFLOW: Remove. (diff)
downloadlibvirt-5b5393f27aed15b3b6333d007ad556ad7009bc88.tar.gz
libvirt-5b5393f27aed15b3b6333d007ad556ad7009bc88.tar.bz2
libvirt-5b5393f27aed15b3b6333d007ad556ad7009bc88.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 692476dfd..d209ba1e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Mon Nov 24 08:10:49 +0100 2008 Jim Meyering <meyering@redhat.com>
+
+ 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.
+
Fri Nov 21 23:51:19 +0100 2008 Jim Meyering <meyering@redhat.com>
* gnulib/tests/test-EOVERFLOW: Remove.