From 11ee3cca78bbf8bafcd7a92112c255f014e0311f Mon Sep 17 00:00:00 2001 From: Dzyuba Maksim Date: Wed, 2 Aug 2023 13:22:41 +0300 Subject: [PATCH 1/2] Epic/G5V8DT-21942 --- bundles/com.e1c.v8codestyle.form/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/com.e1c.v8codestyle.form/META-INF/MANIFEST.MF b/bundles/com.e1c.v8codestyle.form/META-INF/MANIFEST.MF index 85256d19..af3a45ed 100644 --- a/bundles/com.e1c.v8codestyle.form/META-INF/MANIFEST.MF +++ b/bundles/com.e1c.v8codestyle.form/META-INF/MANIFEST.MF @@ -33,7 +33,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[8.0.0,9.0.0)", com._1c.g5.v8.dt.platform.version;version="[2.14.0,3.0.0)", com._1c.g5.v8.dt.ql.model;version="[4.0.0,5.0.0)", com._1c.g5.v8.dt.ql.resource;version="[5.0.0,6.0.0)", - com._1c.g5.v8.dt.ql.typesystem;version="[5.0.0,6.0.0)", + com._1c.g5.v8.dt.ql.typesystem;version="[6.0.0,7.0.0)", com._1c.g5.wiring;version="[2.2.0,3.0.0)", com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)", com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)", From b60d7f56b89333e05067ed425ef66cdf8ec0b93e Mon Sep 17 00:00:00 2001 From: Dzyuba Maksim Date: Fri, 18 Aug 2023 12:37:49 +0300 Subject: [PATCH 2/2] Epic/G5V8DT-21942 tests fix --- .../DataCompositionConditionalAppearanceUseCheckTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/com.e1c.v8codestyle.form.itests/src/com/e1c/v8codestyle/form/check/itests/DataCompositionConditionalAppearanceUseCheckTest.java b/tests/com.e1c.v8codestyle.form.itests/src/com/e1c/v8codestyle/form/check/itests/DataCompositionConditionalAppearanceUseCheckTest.java index 682d5bfc..cee91107 100644 --- a/tests/com.e1c.v8codestyle.form.itests/src/com/e1c/v8codestyle/form/check/itests/DataCompositionConditionalAppearanceUseCheckTest.java +++ b/tests/com.e1c.v8codestyle.form.itests/src/com/e1c/v8codestyle/form/check/itests/DataCompositionConditionalAppearanceUseCheckTest.java @@ -4,6 +4,7 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; +import org.junit.Ignore; import org.junit.Test; import com._1c.g5.v8.bm.core.IBmObject; @@ -73,6 +74,7 @@ public class DataCompositionConditionalAppearanceUseCheckTest * @throws Exception the exception */ @Test + @Ignore("G5V8DT-24042") public void testFormUseConditionalAppearance() throws Exception { IDtProject dtProject = openProjectAndWaitForValidationFinish(PROJECT_NAME);