From bcd2d5342b54136a62d992678f976e4071a5825c Mon Sep 17 00:00:00 2001 From: suryaaki2 <80348493+suryaaki2@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:14:51 -0500 Subject: [PATCH] replace next with latest for xsd (#3056) --- .../liquibase/parser/core/xml/LiquibaseEntityResolverTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/liquibase-core/src/test/groovy/liquibase/parser/core/xml/LiquibaseEntityResolverTest.groovy b/liquibase-core/src/test/groovy/liquibase/parser/core/xml/LiquibaseEntityResolverTest.groovy index dd6e6f9d86f..67b3c92cfcd 100644 --- a/liquibase-core/src/test/groovy/liquibase/parser/core/xml/LiquibaseEntityResolverTest.groovy +++ b/liquibase-core/src/test/groovy/liquibase/parser/core/xml/LiquibaseEntityResolverTest.groovy @@ -64,7 +64,6 @@ class LiquibaseEntityResolverTest extends Specification { "4.12.0" | "http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd" | true "4.12.0" | "https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd" | true "4.12.0" | "http://www.liquibase.org/xml/ns/migrator/dbchangelog-3.1.xsd" | true - "4.12.0" | "http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-next.xsd" | false "4.12.0" | "http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd" | false "4.12.0" | "http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" | false "4.12.0" | "/liquibase/banner.txt" | false