diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-dsig-schema.rng b/schema/libreoffice/OpenDocument-v1.4+libreoffice-dsig-schema.rng similarity index 100% rename from schema/libreoffice/OpenDocument-v1.3+libreoffice-dsig-schema.rng rename to schema/libreoffice/OpenDocument-v1.4+libreoffice-dsig-schema.rng diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng b/schema/libreoffice/OpenDocument-v1.4+libreoffice-manifest-schema.rng similarity index 100% rename from schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng rename to schema/libreoffice/OpenDocument-v1.4+libreoffice-manifest-schema.rng diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-metadata.owl b/schema/libreoffice/OpenDocument-v1.4+libreoffice-metadata.owl similarity index 100% rename from schema/libreoffice/OpenDocument-v1.3+libreoffice-metadata.owl rename to schema/libreoffice/OpenDocument-v1.4+libreoffice-metadata.owl diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-package-metadata.owl b/schema/libreoffice/OpenDocument-v1.4+libreoffice-package-metadata.owl similarity index 100% rename from schema/libreoffice/OpenDocument-v1.3+libreoffice-package-metadata.owl rename to schema/libreoffice/OpenDocument-v1.4+libreoffice-package-metadata.owl diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng similarity index 100% rename from schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng rename to schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index 4cf04adf3db3..32ebbd01a9e0 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -229,11 +229,11 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor // invoke without -e so that we know when something new is written // in loext namespace that isn't yet in the custom schema aValidator += " -M " - + m_directories.getPathFromSrc(u"/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng") + + m_directories.getPathFromSrc(u"/schema/libreoffice/OpenDocument-v1.4+libreoffice-manifest-schema.rng") + " -D " - + m_directories.getPathFromSrc(u"/schema/libreoffice/OpenDocument-v1.3+libreoffice-dsig-schema.rng") + + m_directories.getPathFromSrc(u"/schema/libreoffice/OpenDocument-v1.4+libreoffice-dsig-schema.rng") + " -O " - + m_directories.getPathFromSrc(u"/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng") + + m_directories.getPathFromSrc(u"/schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng") + " -m " + m_directories.getPathFromSrc(u"/schema/mathml2/mathml2.xsd"); }