]> xenbits.xensource.com Git - libvirt.git/commit
Added test suite for the XML <-> XM config file conversion
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 19 Jan 2007 20:30:05 +0000 (20:30 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 19 Jan 2007 20:30:05 +0000 (20:30 +0000)
commitbc073b5a4d0a9f64c629cb21d54fc25699ec7b19
tree677c1b233d09ac22a26f67a6f1007bb59e699f93
parent1b0f541704d0172fdbc4c0e075b37dc2e196d4cc
Added test suite for the XML <-> XM config file conversion
16 files changed:
ChangeLog
configure.in
tests/.cvsignore
tests/Makefile.am
tests/testutils.c
tests/xmconfigdata/.cvsignore [new file with mode: 0644]
tests/xmconfigdata/Makefile.am [new file with mode: 0644]
tests/xmconfigdata/test-fullvirt-new-cdrom.cfg [new file with mode: 0755]
tests/xmconfigdata/test-fullvirt-new-cdrom.xml [new file with mode: 0644]
tests/xmconfigdata/test-fullvirt-old-cdrom.cfg [new file with mode: 0755]
tests/xmconfigdata/test-fullvirt-old-cdrom.xml [new file with mode: 0644]
tests/xmconfigdata/test-paravirt-new-pvfb.cfg [new file with mode: 0755]
tests/xmconfigdata/test-paravirt-new-pvfb.xml [new file with mode: 0644]
tests/xmconfigdata/test-paravirt-old-pvfb.cfg [new file with mode: 0755]
tests/xmconfigdata/test-paravirt-old-pvfb.xml [new file with mode: 0644]
tests/xmconfigtest.c [new file with mode: 0644]