From 39cf8e49cf4c47a4b15aad1ff61f5f0f23073914 Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Wed, 5 Aug 2026 13:28:16 +0300 Subject: [PATCH] =?UTF-8?q?fix(17=20=D0=BD=D0=B0=D0=B2=D1=8B=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2):=20=D1=81=D0=B0=D0=BC=D0=BE=D0=B7=D0=B0=D0=BA=D1=80?= =?UTF-8?q?=D1=8B=D0=B2=D0=B0=D1=8E=D1=89=D0=B8=D0=B9=D1=81=D1=8F=20=D1=82?= =?UTF-8?q?=D0=B5=D0=B3=20=D0=B1=D0=B5=D0=B7=20=D0=BF=D1=80=D0=BE=D0=B1?= =?UTF-8?q?=D0=B5=D0=BB=D0=B0=20=D0=B8=20UTF-8=20=D0=B2=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=BA=D0=BB=D0=B0=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20(#57)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .NET XmlWriter пишет ``, а Конфигуратор — ``. Поскольку Save переписывает файл целиком, meta-edit при добавлении одного реквизита переводил в пробельную форму все пустые теги документа. Дефект только у PS-порта: lxml (45 из 49 py-портов) уже пишет плотно, то есть порты расходились побайтово. Канон измерен, а не предположен: чистая выгрузка пустой ИБ на Windows и macOS плюс сплошной скан 8 выгрузок в cfsrc — 476 943 XML, 21 294 119 самозакрывающихся тегов, пробельных 0. Форма не зависит от ОС, версии платформы (8.3.20-8.5) и наличия атрибутов. Правило уже было реализовано в skd-edit — оттуда и взято. Замена безопасна доказуемо: .NET экранирует `>` как `>` и в тексте, и в атрибутах, поэтому ` />` после Save — только конец тега. Лазейки (CDATA, комментарии) в 1С-метаданных не встречаются — 0 из 476 943 файлов; гард на них всё равно стоит. Одиннадцать скриптов писали прямо в FileStream без пост-обработки — переведены на MemoryStream, что заодно чинит `encoding="utf-8"` строчными (335 файлов в снэпшотах). В cfe-borrow правится и сборка Form.xml: куски берутся из OuterXml, а он спацовывает так же, как XmlWriter. Дрейф снэпшотов: 12 838 строк тегов + 335 деклараций, содержательных изменений ноль. Co-Authored-By: Claude Opus 5 --- .claude/skills/cf-edit/scripts/cf-edit.ps1 | 5 +- .claude/skills/cf-edit/scripts/cf-edit.py | 2 +- .../skills/cfe-borrow/scripts/cfe-borrow.ps1 | 19 +- .../skills/cfe-borrow/scripts/cfe-borrow.py | 2 +- .claude/skills/form-add/scripts/form-add.ps1 | 19 +- .claude/skills/form-add/scripts/form-add.py | 2 +- .../form-compile/scripts/form-compile.ps1 | 19 +- .../form-compile/scripts/form-compile.py | 2 +- .../form-remove/scripts/remove-form.ps1 | 19 +- .../skills/form-remove/scripts/remove-form.py | 2 +- .claude/skills/help-add/scripts/add-help.ps1 | 19 +- .claude/skills/help-add/scripts/add-help.py | 2 +- .../interface-edit/scripts/interface-edit.ps1 | 5 +- .../interface-edit/scripts/interface-edit.py | 2 +- .../meta-compile/scripts/meta-compile.ps1 | 22 +- .../meta-compile/scripts/meta-compile.py | 2 +- .../skills/meta-edit/scripts/meta-edit.ps1 | 5 +- .claude/skills/meta-edit/scripts/meta-edit.py | 2 +- .../meta-remove/scripts/meta-remove.ps1 | 43 +- .../skills/meta-remove/scripts/meta-remove.py | 2 +- .../role-compile/scripts/role-compile.ps1 | 20 +- .../role-compile/scripts/role-compile.py | 2 +- .../scripts/subsystem-compile.ps1 | 5 +- .../scripts/subsystem-compile.py | 2 +- .../subsystem-edit/scripts/subsystem-edit.ps1 | 5 +- .../subsystem-edit/scripts/subsystem-edit.py | 2 +- .../template-add/scripts/add-template.ps1 | 19 +- .../template-add/scripts/add-template.py | 2 +- .../scripts/remove-template.ps1 | 19 +- .../scripts/remove-template.py | 2 +- .../xdto-compile/scripts/xdto-compile.ps1 | 20 +- .../xdto-compile/scripts/xdto-compile.py | 2 +- .../skills/xdto-edit/scripts/xdto-edit.ps1 | 34 +- .claude/skills/xdto-edit/scripts/xdto-edit.py | 2 +- .../snapshots/add-bot/Configuration.xml | 8 +- .../add-default-role/Configuration.xml | 66 +- .../snapshots/add-objects/Configuration.xml | 68 +- .../modify-multiple-props/Configuration.xml | 68 +- .../snapshots/remove-object/Configuration.xml | 68 +- .../roundtrip-crlf-preserve/Configuration.xml | 68 +- .../set-default-roles/Configuration.xml | 66 +- .../set-home-page/Catalogs/Контрагенты.xml | 38 +- .../set-home-page/Catalogs/Товары.xml | 38 +- .../snapshots/set-home-page/Configuration.xml | 68 +- .../set-home-page/DataProcessors/Поиск.xml | 10 +- .../snapshots/set-panels/Configuration.xml | 68 +- .../snapshots/set-version/Configuration.xml | 68 +- .../config-with-objects/Configuration.xml | 70 +- .../modified-config/Configuration.xml | 68 +- .../snapshots/catalog/Configuration.xml | 70 +- .../snapshots/catalog/ext/Configuration.xml | 12 +- .../snapshots/common-module/Configuration.xml | 70 +- .../common-module/ext/Configuration.xml | 12 +- .../container-types/Configuration.xml | 70 +- .../container-types/Ext/Configuration.xml | 12 +- .../snapshots/dataprocessor/Configuration.xml | 70 +- .../dataprocessor/Ext/Configuration.xml | 12 +- .../snapshots/document/Configuration.xml | 70 +- .../snapshots/document/ext/Configuration.xml | 12 +- .../snapshots/enum/Configuration.xml | 70 +- .../snapshots/enum/ext/Configuration.xml | 12 +- .../form-bindings/Catalogs/Товары.xml | 64 +- .../snapshots/form-bindings/Configuration.xml | 70 +- .../form-bindings/Ext/Catalogs/Товары.xml | 2 +- .../Товары/Forms/ФормаЭлемента/Ext/Form.xml | 28 +- .../form-bindings/Ext/Configuration.xml | 12 +- .../multiple-objects/Configuration.xml | 70 +- .../multiple-objects/ext/Configuration.xml | 12 +- .../with-borrowed-catalog/Configuration.xml | 70 +- .../ext/Configuration.xml | 12 +- .../with-common-module/Configuration.xml | 70 +- .../with-common-module/ext/Configuration.xml | 12 +- .../actualize-batch/Configuration.xml | 70 +- .../actualize-batch/Ext/Configuration.xml | 12 +- .../snapshots/after-handler/Configuration.xml | 70 +- .../after-handler/ext/Configuration.xml | 12 +- .../before-handler/Configuration.xml | 70 +- .../before-handler/ext/Configuration.xml | 12 +- .../snapshots/check-clean/Configuration.xml | 70 +- .../check-clean/Ext/Configuration.xml | 12 +- .../document-manager/Configuration.xml | 70 +- .../document-manager/ext/Configuration.xml | 12 +- .../snapshots/filepath-mode/Configuration.xml | 70 +- .../filepath-mode/Ext/Configuration.xml | 12 +- .../form-handler/Catalogs/Товары.xml | 64 +- .../snapshots/form-handler/Configuration.xml | 70 +- .../form-handler/Ext/Catalogs/Товары.xml | 2 +- .../Товары/Forms/ФормаЭлемента/Ext/Form.xml | 12 +- .../form-handler/Ext/Configuration.xml | 12 +- .../instead-function/Configuration.xml | 70 +- .../instead-function/Ext/Configuration.xml | 12 +- .../mod-and-control/Configuration.xml | 70 +- .../mod-and-control/ext/Configuration.xml | 12 +- .../snapshots/preproc-wrap/Configuration.xml | 70 +- .../preproc-wrap/Ext/Configuration.xml | 12 +- .../reanchor-comment-stable/Configuration.xml | 70 +- .../Ext/Configuration.xml | 12 +- .../snapshots/region-reuse/Configuration.xml | 70 +- .../region-reuse/Ext/Configuration.xml | 12 +- .../resync-conflict/Configuration.xml | 70 +- .../resync-conflict/Ext/Configuration.xml | 12 +- .../snapshots/resync-noop/Configuration.xml | 70 +- .../resync-noop/Ext/Configuration.xml | 12 +- .../resync-reanchor/Configuration.xml | 70 +- .../resync-reanchor/Ext/Configuration.xml | 12 +- .../transferred-blankskew/Configuration.xml | 70 +- .../Ext/Configuration.xml | 12 +- .../transferred-delete/Configuration.xml | 70 +- .../transferred-delete/Ext/Configuration.xml | 12 +- .../transferred-insert/Configuration.xml | 70 +- .../transferred-insert/Ext/Configuration.xml | 12 +- .../Configuration.xml | 70 +- .../Ext/Configuration.xml | 12 +- .../transferred-partial/Configuration.xml | 70 +- .../transferred-partial/Ext/Configuration.xml | 12 +- .../with-borrowed-object/Configuration.xml | 70 +- .../ext/Configuration.xml | 12 +- .../valid-with-form/МояОбработка.xml | 6 +- .../valid-with-template/МояОбработка.xml | 8 +- .../snapshots/basic/Catalogs/Товары.xml | 40 +- .../snapshots/basic/Configuration.xml | 70 +- .../dataprocessor-form/Configuration.xml | 70 +- .../DataProcessors/МояОбработка.xml | 10 +- .../snapshots/document-form/Configuration.xml | 70 +- .../document-form/Documents/Заказ.xml | 34 +- .../snapshots/epf-basic/МояОбработка.xml | 6 +- .../epf-compile-then-add/КонсольКода.xml | 6 +- .../epf-named-form/ЗагрузкаДанных.xml | 6 +- .../epf-second-form/МояОбработка.xml | 6 +- .../epf-set-default/МояОбработка.xml | 6 +- .../list-form/Catalogs/Контрагенты.xml | 40 +- .../snapshots/list-form/Configuration.xml | 70 +- .../snapshots/set-default/Configuration.xml | 70 +- .../snapshots/set-default/Documents/Счет.xml | 34 +- .../ДенежныеСредства.xml | 228 +++---- .../accumreg-list-simple/Configuration.xml | 70 +- .../catalog-item-simple/Catalogs/Валюты.xml | 280 ++++---- .../catalog-item-simple/Configuration.xml | 70 +- .../catalog-list-simple/Catalogs/Валюты.xml | 280 ++++---- .../catalog-list-simple/Configuration.xml | 70 +- .../ВидыНоменклатуры.xml | 40 +- .../ccoct-item-simple/Configuration.xml | 70 +- .../ChartsOfAccounts/Хозрасчетный.xml | 238 +++---- .../Configuration.xml | 70 +- .../ChartsOfAccounts/Хозрасчетный.xml | 238 +++---- .../Configuration.xml | 70 +- .../document-item-medium/Configuration.xml | 70 +- .../АктВыполненныхВнутреннихРабот.xml | 644 +++++++++--------- .../document-list-medium/Configuration.xml | 70 +- .../АктВыполненныхВнутреннихРабот.xml | 644 +++++++++--------- .../Configuration.xml | 70 +- .../ExchangePlans/ОбменДанными.xml | 78 +-- .../inforeg-list-periodic/Configuration.xml | 70 +- .../InformationRegisters/ЦеныНоменклатуры.xml | 196 +++--- .../Configuration.xml | 70 +- .../InformationRegisters/АдресаМагазинов.xml | 198 +++--- .../inforeg-record-periodic/Configuration.xml | 70 +- .../InformationRegisters/КурсыВалют.xml | 218 +++--- .../additional-columns/Configuration.xml | 70 +- .../DataProcessors/ДопКолонки.xml | 118 ++-- .../attributes-types/Configuration.xml | 70 +- .../attributes-types/DataProcessors/Типы.xml | 10 +- .../auto-cmd-bar/Catalogs/Бригады.xml | 40 +- .../snapshots/auto-cmd-bar/Configuration.xml | 70 +- .../snapshots/button-group/Configuration.xml | 70 +- .../DataProcessors/ГруппыКнопок.xml | 10 +- .../snapshots/calendar/Configuration.xml | 70 +- .../calendar/DataProcessors/Календарь.xml | 10 +- .../catalog-form/Catalogs/Товары.xml | 64 +- .../snapshots/catalog-form/Configuration.xml | 70 +- .../snapshots/chart-fields/Configuration.xml | 70 +- .../chart-fields/DataProcessors/Диаграммы.xml | 10 +- .../chart-gantt-settings/Configuration.xml | 70 +- .../DataProcessors/ДиаграммаГанта.xml | 10 +- .../chart-settings/Configuration.xml | 70 +- .../DataProcessors/Диаграмма.xml | 10 +- .../Configuration.xml | 70 +- .../DataProcessors/КонтрольСвёртки.xml | 10 +- .../snapshots/column-group/Configuration.xml | 70 +- .../column-group/DataProcessors/Задачи.xml | 10 +- .../snapshots/commands/Configuration.xml | 70 +- .../commands/DataProcessors/Команды.xml | 10 +- .../dynamic-list-form/Catalogs/Товары.xml | 64 +- .../dynamic-list-form/Configuration.xml | 70 +- .../Catalogs/Товары.xml | 64 +- .../dynamic-list-parameters/Configuration.xml | 70 +- .../element-appearance/Catalogs/Товары.xml | 62 +- .../element-appearance/Configuration.xml | 70 +- .../snapshots/events/Configuration.xml | 70 +- .../events/DataProcessors/События.xml | 10 +- .../snapshots/file-dialog/Configuration.xml | 70 +- .../DataProcessors/ЗагрузкаИзФайла.xml | 10 +- .../snapshots/groups/Configuration.xml | 70 +- .../groups/DataProcessors/СГруппами.xml | 10 +- .../snapshots/input-fields/Configuration.xml | 70 +- .../input-fields/DataProcessors/ПоляВвода.xml | 10 +- .../snapshots/minimal/Configuration.xml | 70 +- .../minimal/DataProcessors/Минимальная.xml | 10 +- .../namespace-collision-ok/Configuration.xml | 70 +- .../DataProcessors/ТестНеймспейс.xml | 10 +- .../snapshots/pages/Configuration.xml | 70 +- .../snapshots/pages/DataProcessors/Мастер.xml | 10 +- .../snapshots/picture-field/Configuration.xml | 70 +- .../DataProcessors/КартинкаВСтроке.xml | 10 +- .../radio-auto-enum/Configuration.xml | 70 +- .../DataProcessors/ТестРадио.xml | 32 +- .../radio-synonyms/Configuration.xml | 70 +- .../DataProcessors/ТестСинонимы.xml | 32 +- .../radio-tumbler-strings/Configuration.xml | 70 +- .../DataProcessors/ТестТумблер.xml | 32 +- .../special-fields/Configuration.xml | 70 +- .../DataProcessors/СпецПоля.xml | 10 +- .../snapshots/synonyms/Configuration.xml | 70 +- .../synonyms/DataProcessors/Тест.xml | 10 +- .../snapshots/table/Configuration.xml | 70 +- .../table/DataProcessors/Таблица.xml | 10 +- .../text-edit-flag/Configuration.xml | 70 +- .../DataProcessors/ЗапретРучногоВвода.xml | 10 +- .../snapshots/minimal/Configuration.xml | 70 +- .../minimal/DataProcessors/Минимальная.xml | 10 +- .../snapshots/add-attribute/Configuration.xml | 70 +- .../DataProcessors/Реквизиты.xml | 10 +- .../snapshots/add-command/Configuration.xml | 70 +- .../DataProcessors/КомандыТест.xml | 10 +- .../snapshots/add-element/Configuration.xml | 70 +- .../add-element/DataProcessors/Тест.xml | 10 +- .../add-group-with-fields/Configuration.xml | 70 +- .../DataProcessors/Группа.xml | 10 +- .../snapshots/overview/Catalogs/Товары.xml | 40 +- .../snapshots/overview/Configuration.xml | 70 +- .../snapshots/rich-form/Configuration.xml | 70 +- .../rich-form/DataProcessors/Инфо.xml | 10 +- .../snapshots/simple-form/Configuration.xml | 70 +- .../simple-form/DataProcessors/Простая.xml | 10 +- .../snapshots/basic/Catalogs/Товары.xml | 40 +- .../snapshots/basic/Configuration.xml | 70 +- .../snapshots/compiled-form/Configuration.xml | 70 +- .../DataProcessors/Валидация.xml | 10 +- .../snapshots/table-form/Configuration.xml | 70 +- .../table-form/DataProcessors/ВалТабл.xml | 10 +- .../snapshots/valid-form/Catalogs/Товары.xml | 40 +- .../snapshots/valid-form/Configuration.xml | 70 +- .../help-to-catalog/Configuration.xml | 70 +- .../ОбработкаСФормой.xml | 6 +- .../snapshots/basic/Configuration.xml | 68 +- .../snapshots/hide-command/Configuration.xml | 68 +- .../snapshots/show-command/Configuration.xml | 68 +- .../subsystem-order/Configuration.xml | 68 +- .../snapshots/valid/Configuration.xml | 68 +- .../with-placement/Configuration.xml | 68 +- .../accounting-register/Configuration.xml | 70 +- .../accumulation-register/Configuration.xml | 70 +- .../snapshots/batch/Configuration.xml | 70 +- .../business-process/Configuration.xml | 70 +- .../calculation-register/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../catalog-attr-fillvalue/Configuration.xml | 70 +- .../catalog-attr-ml/Configuration.xml | 70 +- .../catalog-attr-props/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../snapshots/catalog-basic/Configuration.xml | 70 +- .../catalog-characteristics/Configuration.xml | 70 +- .../catalog-command-groups/Configuration.xml | 70 +- .../catalog-command/Configuration.xml | 70 +- .../catalog-hierarchical/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../catalog-minimal/Configuration.xml | 70 +- .../catalog-mixed-types/Configuration.xml | 70 +- .../catalog-object-props/Configuration.xml | 70 +- .../catalog-predefined/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../catalog-stdattr-custom/Configuration.xml | 70 +- .../catalog-tabparts/Configuration.xml | 70 +- .../catalog-ts-linenumber/Configuration.xml | 70 +- .../chart-of-accounts/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../snapshots/command-group/Configuration.xml | 70 +- .../common-attribute/Configuration.xml | 70 +- .../common-command/Configuration.xml | 70 +- .../snapshots/common-form/Configuration.xml | 70 +- .../common-module-client/Configuration.xml | 70 +- .../snapshots/common-module/Configuration.xml | 70 +- .../common-picture/Configuration.xml | 70 +- .../common-template/Configuration.xml | 70 +- .../snapshots/constant-full/Configuration.xml | 70 +- .../snapshots/constant/Configuration.xml | 70 +- .../data-processor-full/Configuration.xml | 70 +- .../data-processor/Configuration.xml | 70 +- .../defined-type-full/Configuration.xml | 70 +- .../snapshots/defined-type/Configuration.xml | 70 +- .../document-basic/Configuration.xml | 70 +- .../snapshots/document-full/Configuration.xml | 70 +- .../document-journal-full/Configuration.xml | 70 +- .../document-journal/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../document-numerator/Configuration.xml | 70 +- .../snapshots/enum-full/Configuration.xml | 70 +- .../snapshots/enum/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../event-subscription/Configuration.xml | 70 +- .../exchange-plan-content/Configuration.xml | 70 +- .../snapshots/exchange-plan/Configuration.xml | 70 +- .../filter-criterion/Configuration.xml | 70 +- .../format-218-props/Configuration.xml | 70 +- .../format-220-compat24/Configuration.xml | 70 +- .../format-220-props/Configuration.xml | 70 +- .../functional-option/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../snapshots/http-service/Configuration.xml | 70 +- .../information-register/Configuration.xml | 70 +- .../snapshots/report-full/Configuration.xml | 70 +- .../snapshots/report/Configuration.xml | 70 +- .../snapshots/scheduled-job/Configuration.xml | 70 +- .../snapshots/sequence/Configuration.xml | 70 +- .../session-parameter/Configuration.xml | 70 +- .../settings-storage/Configuration.xml | 70 +- .../snapshots/task/Configuration.xml | 70 +- .../snapshots/web-service/Configuration.xml | 70 +- .../snapshots/ws-reference/Configuration.xml | 70 +- .../add-attribute/Catalogs/Контрагенты.xml | 64 +- .../snapshots/add-attribute/Configuration.xml | 70 +- .../add-enum-values/Configuration.xml | 70 +- .../add-enum-values/Enums/Статусы.xml | 76 +-- .../snapshots/add-predefined/Catalogs/Спр.xml | 42 +- .../add-predefined/Configuration.xml | 70 +- .../add-tabpart/Catalogs/Контрагенты.xml | 114 ++-- .../snapshots/add-tabpart/Configuration.xml | 70 +- .../add-ts-attribute/Configuration.xml | 70 +- .../add-ts-attribute/Documents/Заказ.xml | 130 ++-- .../combined-operations/Catalogs/Товары.xml | 88 +-- .../combined-operations/Configuration.xml | 70 +- .../Catalogs/Спр.xml | 88 +-- .../Configuration.xml | 70 +- .../modify-attribute/Catalogs/Контрагенты.xml | 64 +- .../modify-attribute/Configuration.xml | 70 +- .../Catalogs/Спр.xml | 62 +- .../Configuration.xml | 70 +- .../Catalogs/ДоговорыКонтрагентов.xml | 38 +- .../Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../DocumentJournals/Журнал.xml | 170 ++--- .../ТестовыйПВХ.xml | 42 +- .../Configuration.xml | 70 +- .../modify-property/Catalogs/Организации.xml | 42 +- .../modify-property/Configuration.xml | 70 +- .../remove-attribute/Catalogs/Контрагенты.xml | 64 +- .../remove-attribute/Configuration.xml | 70 +- .../Catalogs/КрлфСпр.xml | 86 +-- .../snapshots/catalog-brief/Configuration.xml | 70 +- .../snapshots/catalog-full/Configuration.xml | 70 +- .../catalog-numeric-code/Configuration.xml | 70 +- .../catalog-overview/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../catalog-subordinate/Configuration.xml | 70 +- .../cct-hierarchical/Configuration.xml | 70 +- .../Configuration.xml | 70 +- .../common-module-overview/Configuration.xml | 70 +- .../document-overview/Configuration.xml | 70 +- .../document-standard-attrs/Configuration.xml | 70 +- .../drilldown-owner/Configuration.xml | 70 +- .../drilldown-value-type/Configuration.xml | 70 +- .../snapshots/enum-overview/Configuration.xml | 70 +- .../info-register-overview/Configuration.xml | 70 +- .../snapshots/basic/Configuration.xml | 70 +- .../snapshots/dry-run/Configuration.xml | 70 +- .../remove-common-module/Configuration.xml | 70 +- .../remove-document/Configuration.xml | 70 +- .../snapshots/remove-enum/Configuration.xml | 70 +- .../valid-catalog-commands/Configuration.xml | 70 +- .../valid-catalog-detailed/Configuration.xml | 70 +- .../snapshots/valid-catalog/Configuration.xml | 70 +- .../valid-common-module/Configuration.xml | 70 +- .../valid-constant/Configuration.xml | 70 +- .../valid-document/Configuration.xml | 70 +- .../snapshots/valid-enum/Configuration.xml | 70 +- .../valid-info-register/Configuration.xml | 70 +- .../snapshots/basic-role/Configuration.xml | 70 +- .../snapshots/edit-preset/Configuration.xml | 70 +- .../explicit-rights/Configuration.xml | 70 +- .../snapshots/minimal/Configuration.xml | 70 +- .../snapshots/russian-types/Configuration.xml | 70 +- .../synonym-rights/Configuration.xml | 70 +- .../snapshots/view-preset/Configuration.xml | 70 +- .../snapshots/with-rls/Configuration.xml | 70 +- .../multiple-types/Configuration.xml | 70 +- .../snapshots/overview/Configuration.xml | 70 +- .../snapshots/with-rls/Configuration.xml | 70 +- .../multiple-objects/Configuration.xml | 70 +- .../snapshots/valid-role/Configuration.xml | 70 +- .../snapshots/with-rls/Configuration.xml | 70 +- .../snapshots/basic/Configuration.xml | 68 +- .../snapshots/full/Configuration.xml | 68 +- .../snapshots/minimal/Configuration.xml | 68 +- .../snapshots/nested-parent/Configuration.xml | 68 +- .../nested-parent/Subsystems/Продажи.xml | 8 +- .../synonym-objects/Configuration.xml | 68 +- .../snapshots/with-children/Configuration.xml | 68 +- .../snapshots/with-ci-flag/Configuration.xml | 68 +- .../snapshots/with-content/Configuration.xml | 68 +- .../snapshots/add-child/Configuration.xml | 68 +- .../add-child/Subsystems/Продажи.xml | 8 +- .../snapshots/add-content/Configuration.xml | 68 +- .../add-content/Subsystems/Склад.xml | 8 +- .../remove-content/Configuration.xml | 68 +- .../remove-content/Subsystems/Склад.xml | 8 +- .../Subsystems/КрлфПС.xml | 8 +- .../snapshots/set-property/Configuration.xml | 68 +- .../set-property/Subsystems/Продажи.xml | 10 +- .../snapshots/content-mode/Configuration.xml | 68 +- .../snapshots/overview/Configuration.xml | 68 +- .../snapshots/tree-mode/Configuration.xml | 68 +- .../snapshots/with-children/Configuration.xml | 68 +- .../snapshots/valid/Configuration.xml | 68 +- .../snapshots/with-children/Configuration.xml | 68 +- .../snapshots/with-content/Configuration.xml | 68 +- .../snapshots/basic/МояОбработка.xml | 8 +- .../binary-template/МояОбработка.xml | 8 +- .../snapshots/dcs-template/МояОбработка.xml | 8 +- .../snapshots/dcs-to-report/МойОтчёт.xml | 18 +- .../snapshots/html-template/МояОбработка.xml | 8 +- .../snapshots/text-template/МояОбработка.xml | 8 +- .../snapshots/basic/МояОбработка.xml | 8 +- .../snapshots/remove-from-report/МойОтчёт.xml | 20 +- .../snapshots/annotations/Configuration.xml | 70 +- .../anon-and-content/Configuration.xml | 70 +- .../snapshots/cardinality/Configuration.xml | 70 +- .../snapshots/complex-types/Configuration.xml | 70 +- .../snapshots/fixed-idioms/Configuration.xml | 70 +- .../snapshots/minimal/Configuration.xml | 70 +- .../nested-particles/Configuration.xml | 70 +- .../snapshots/refs/Configuration.xml | 70 +- .../snapshots/simple-types/Configuration.xml | 70 +- .../top-level-order/Configuration.xml | 70 +- .../snapshots/annotations/Configuration.xml | 70 +- .../anon-and-content/Configuration.xml | 70 +- .../snapshots/complex-types/Configuration.xml | 70 +- .../snapshots/minimal/Configuration.xml | 70 +- .../snapshots/simple-types/Configuration.xml | 70 +- .../snapshots/add-enum/Configuration.xml | 70 +- .../snapshots/add-import/Configuration.xml | 70 +- .../add-property-attribute/Configuration.xml | 70 +- .../snapshots/add-property/Configuration.xml | 70 +- .../snapshots/add-type/Configuration.xml | 70 +- .../remove-property-batch/Configuration.xml | 70 +- .../snapshots/rename/Configuration.xml | 70 +- .../rename/XDTOPackages/ОбменСБанком.xml | 4 +- .../replace-property/Configuration.xml | 70 +- .../snapshots/set-namespace/Configuration.xml | 70 +- .../set-namespace/XDTOPackages/common.xml | 4 +- .../snapshots/set-synonym/Configuration.xml | 70 +- .../set-synonym/XDTOPackages/types.xml | 4 +- .../snapshots/by-namespace/Configuration.xml | 70 +- .../snapshots/cross-package/Configuration.xml | 70 +- .../depth-anon-text/Configuration.xml | 70 +- .../snapshots/package-list/Configuration.xml | 70 +- .../package-overview/Configuration.xml | 70 +- .../snapshots/required-only/Configuration.xml | 70 +- .../snapshots/type-notation/Configuration.xml | 70 +- .../snapshots/used-by/Configuration.xml | 70 +- .../snapshots/value-type/Configuration.xml | 70 +- 461 files changed, 13442 insertions(+), 13279 deletions(-) diff --git a/.claude/skills/cf-edit/scripts/cf-edit.ps1 b/.claude/skills/cf-edit/scripts/cf-edit.ps1 index 60107d6e..3974da06 100644 --- a/.claude/skills/cf-edit/scripts/cf-edit.ps1 +++ b/.claude/skills/cf-edit/scripts/cf-edit.ps1 @@ -1,4 +1,4 @@ -# cf-edit v1.11 — Edit 1C configuration root (Configuration.xml) +# cf-edit v1.12 — Edit 1C configuration root (Configuration.xml) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)][Alias('Path')][string]$ConfigPath, @@ -982,6 +982,9 @@ $memStream.Close() $text = [System.Text.Encoding]::UTF8.GetString($bytes) if ($text.Length -gt 0 -and $text[0] -eq [char]0xFEFF) { $text = $text.Substring(1) } $text = $text.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: +# только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. +if ($text -notmatch '', '/>') } $utf8Bom = New-Object System.Text.UTF8Encoding($true) [System.IO.File]::WriteAllText($resolvedPath, $text, $utf8Bom) diff --git a/.claude/skills/cf-edit/scripts/cf-edit.py b/.claude/skills/cf-edit/scripts/cf-edit.py index 62b88c47..4e0c11ec 100644 --- a/.claude/skills/cf-edit/scripts/cf-edit.py +++ b/.claude/skills/cf-edit/scripts/cf-edit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# cf-edit v1.11 — Edit 1C configuration root (Configuration.xml) +# cf-edit v1.12 — Edit 1C configuration root (Configuration.xml) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/cfe-borrow/scripts/cfe-borrow.ps1 b/.claude/skills/cfe-borrow/scripts/cfe-borrow.ps1 index 249259d7..63910871 100644 --- a/.claude/skills/cfe-borrow/scripts/cfe-borrow.ps1 +++ b/.claude/skills/cfe-borrow/scripts/cfe-borrow.ps1 @@ -1,4 +1,4 @@ -# cfe-borrow v1.11 — Borrow objects from configuration into extension (CFE) +# cfe-borrow v1.12 — Borrow objects from configuration into extension (CFE) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)][string]$ExtensionPath, @@ -917,7 +917,12 @@ function Borrow-Form { New-Item -ItemType Directory -Path $formXmlDir -Force | Out-Null } $formXmlFile = Join-Path $formXmlDir "Form.xml" - [System.IO.File]::WriteAllText($formXmlFile, $formXmlSb.ToString(), $enc) + # Куски формы берутся из OuterXml исходного документа, а он — как и XmlWriter — + # отдаёт ``; Конфигуратор пишет ``. Гард на CDATA/комментарии: только там + # `>` не экранируется, и ` />` может быть содержимым, а не концом тега. + $formXmlText = $formXmlSb.ToString() + if ($formXmlText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($formXmlFile, $formXmlText, $enc) Info " Created: $formXmlFile" # 6. Create empty Module.bsl — but NEVER overwrite an existing one (re-borrow must @@ -1023,6 +1028,9 @@ function Register-FormInObject { $text2 = [System.Text.Encoding]::UTF8.GetString($bytes2) if ($text2.Length -gt 0 -and $text2[0] -eq [char]0xFEFF) { $text2 = $text2.Substring(1) } $text2 = $text2.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: + # только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. + if ($text2 -notmatch '', '/>') } $utf8Bom2 = New-Object System.Text.UTF8Encoding($true) [System.IO.File]::WriteAllText($objFile, $text2, $utf8Bom2) @@ -1413,6 +1421,10 @@ function Merge-AttributesIntoObject { # Insert attributes before $text3 = $text3 -replace '', "${allAttrXml}`r`n`t`t" + # Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. После вставки реквизитов, + # чтобы накрыть и их. Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($text3 -notmatch '', '/>') } + $utf8Bom3 = New-Object System.Text.UTF8Encoding($true) [System.IO.File]::WriteAllText($objFile, $text3, $utf8Bom3) Info " Merged $added attribute(s) into: $objFile" @@ -1877,6 +1889,9 @@ $memStream.Close() $text = [System.Text.Encoding]::UTF8.GetString($bytes) if ($text.Length -gt 0 -and $text[0] -eq [char]0xFEFF) { $text = $text.Substring(1) } $text = $text.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: +# только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. +if ($text -notmatch '', '/>') } $utf8Bom = New-Object System.Text.UTF8Encoding($true) [System.IO.File]::WriteAllText($extResolvedPath, $text, $utf8Bom) diff --git a/.claude/skills/cfe-borrow/scripts/cfe-borrow.py b/.claude/skills/cfe-borrow/scripts/cfe-borrow.py index 0e36c401..d8276db3 100644 --- a/.claude/skills/cfe-borrow/scripts/cfe-borrow.py +++ b/.claude/skills/cfe-borrow/scripts/cfe-borrow.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# cfe-borrow v1.11 — Borrow objects from configuration into extension (CFE) +# cfe-borrow v1.12 — Borrow objects from configuration into extension (CFE) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/form-add/scripts/form-add.ps1 b/.claude/skills/form-add/scripts/form-add.ps1 index 8200e1cc..9b27158a 100644 --- a/.claude/skills/form-add/scripts/form-add.ps1 +++ b/.claude/skills/form-add/scripts/form-add.ps1 @@ -1,4 +1,4 @@ -# form-add v1.12 — Add managed form to 1C config object +# form-add v1.13 — Add managed form to 1C config object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -586,11 +586,20 @@ $settings = New-Object System.Xml.XmlWriterSettings $settings.Encoding = $encBom $settings.Indent = $false -$stream = New-Object System.IO.FileStream($objectXmlFull.Path, [System.IO.FileMode]::Create) -$writer = [System.Xml.XmlWriter]::Create($stream, $settings) +# Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — XmlWriter +# отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. +$memStream = New-Object System.IO.MemoryStream +$writer = [System.Xml.XmlWriter]::Create($memStream, $settings) $xmlDoc.Save($writer) -$writer.Close() -$stream.Close() +$writer.Flush(); $writer.Close() + +$xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) +$memStream.Close() +if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } +$xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Гард на CDATA/комментарии: только там `>` не экранируется, и ` />` может быть содержимым. +if ($xmlText -notmatch '', '/>') } +[System.IO.File]::WriteAllText($objectXmlFull.Path, $xmlText, $encBom) # --- Фаза 5: Вывод --- diff --git a/.claude/skills/form-add/scripts/form-add.py b/.claude/skills/form-add/scripts/form-add.py index bb6ad167..b49a79e0 100644 --- a/.claude/skills/form-add/scripts/form-add.py +++ b/.claude/skills/form-add/scripts/form-add.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# form-add v1.12 — Add managed form to 1C config object +# form-add v1.13 — Add managed form to 1C config object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/form-compile/scripts/form-compile.ps1 b/.claude/skills/form-compile/scripts/form-compile.ps1 index 77f2560a..7818a7c2 100644 --- a/.claude/skills/form-compile/scripts/form-compile.ps1 +++ b/.claude/skills/form-compile/scripts/form-compile.ps1 @@ -1,4 +1,4 @@ -# form-compile v1.176 — Compile 1C managed form from JSON or object metadata +# form-compile v1.177 — Compile 1C managed form from JSON or object metadata # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [string]$JsonPath, @@ -6677,11 +6677,20 @@ if ($formsLeaf -eq 'Forms') { $regSettings = New-Object System.Xml.XmlWriterSettings $regSettings.Encoding = $regEnc $regSettings.Indent = $false - $regStream = New-Object System.IO.FileStream($objectXmlPath, [System.IO.FileMode]::Create) - $regWriter = [System.Xml.XmlWriter]::Create($regStream, $regSettings) + # Через MemoryStream: нужен шаг пост-обработки строки — XmlWriter отдаёт + # `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. + $regMem = New-Object System.IO.MemoryStream + $regWriter = [System.Xml.XmlWriter]::Create($regMem, $regSettings) $objDoc.Save($regWriter) - $regWriter.Close() - $regStream.Close() + $regWriter.Flush(); $regWriter.Close() + + $regText = [System.Text.Encoding]::UTF8.GetString($regMem.ToArray()) + $regMem.Close() + if ($regText.Length -gt 0 -and $regText[0] -eq [char]0xFEFF) { $regText = $regText.Substring(1) } + $regText = $regText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($regText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($objectXmlPath, $regText, $regEnc) Write-Host " Registered:
$formName
in $objectName.xml" } diff --git a/.claude/skills/form-compile/scripts/form-compile.py b/.claude/skills/form-compile/scripts/form-compile.py index 0702aabc..d3cc77bf 100644 --- a/.claude/skills/form-compile/scripts/form-compile.py +++ b/.claude/skills/form-compile/scripts/form-compile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# form-compile v1.176 — Compile 1C managed form from JSON or object metadata +# form-compile v1.177 — Compile 1C managed form from JSON or object metadata # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import copy diff --git a/.claude/skills/form-remove/scripts/remove-form.ps1 b/.claude/skills/form-remove/scripts/remove-form.ps1 index 9f7b3925..72e8c24d 100644 --- a/.claude/skills/form-remove/scripts/remove-form.ps1 +++ b/.claude/skills/form-remove/scripts/remove-form.ps1 @@ -1,4 +1,4 @@ -# form-remove v1.4 — Remove form from 1C object +# form-remove v1.5 — Remove form from 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -84,10 +84,19 @@ $settings = New-Object System.Xml.XmlWriterSettings $settings.Encoding = $encBom $settings.Indent = $false -$stream = New-Object System.IO.FileStream($rootXmlFull.Path, [System.IO.FileMode]::Create) -$writer = [System.Xml.XmlWriter]::Create($stream, $settings) +# Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — XmlWriter +# отдаёт `encoding="utf-8"` и `
`, Конфигуратор пишет `encoding="UTF-8"` и ``. +$memStream = New-Object System.IO.MemoryStream +$writer = [System.Xml.XmlWriter]::Create($memStream, $settings) $xmlDoc.Save($writer) -$writer.Close() -$stream.Close() +$writer.Flush(); $writer.Close() + +$xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) +$memStream.Close() +if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } +$xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Гард на CDATA/комментарии: только там `>` не экранируется, и ` />` может быть содержимым. +if ($xmlText -notmatch '', '/>') } +[System.IO.File]::WriteAllText($rootXmlFull.Path, $xmlText, $encBom) Write-Host "[OK] Форма $FormName удалена из $rootXmlPath" diff --git a/.claude/skills/form-remove/scripts/remove-form.py b/.claude/skills/form-remove/scripts/remove-form.py index c5f3c89a..31a261f4 100644 --- a/.claude/skills/form-remove/scripts/remove-form.py +++ b/.claude/skills/form-remove/scripts/remove-form.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# remove-form v1.4 — Remove form from 1C object +# remove-form v1.5 — Remove form from 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/help-add/scripts/add-help.ps1 b/.claude/skills/help-add/scripts/add-help.ps1 index a803c30f..2b291ee5 100644 --- a/.claude/skills/help-add/scripts/add-help.ps1 +++ b/.claude/skills/help-add/scripts/add-help.ps1 @@ -1,4 +1,4 @@ -# help-add v1.9 — Add built-in help to 1C object +# help-add v1.10 — Add built-in help to 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -255,11 +255,20 @@ if (Test-Path $formsDir) { $settings = New-Object System.Xml.XmlWriterSettings $settings.Encoding = $encBom $settings.Indent = $false - $stream = New-Object System.IO.FileStream($formMeta.FullName, [System.IO.FileMode]::Create) - $writer = [System.Xml.XmlWriter]::Create($stream, $settings) + # Через MemoryStream: нужен шаг пост-обработки строки — XmlWriter отдаёт + # `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $settings) $xmlDoc.Save($writer) - $writer.Close() - $stream.Close() + $writer.Flush(); $writer.Close() + + $xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } + $xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($xmlText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($formMeta.FullName, $xmlText, $encBom) Write-Host " IncludeHelpInContents добавлен: $($formMeta.Name)" } diff --git a/.claude/skills/help-add/scripts/add-help.py b/.claude/skills/help-add/scripts/add-help.py index e4489af3..7670a33f 100644 --- a/.claude/skills/help-add/scripts/add-help.py +++ b/.claude/skills/help-add/scripts/add-help.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# add-help v1.9 — Add built-in help to 1C object +# add-help v1.10 — Add built-in help to 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/interface-edit/scripts/interface-edit.ps1 b/.claude/skills/interface-edit/scripts/interface-edit.ps1 index d40a66a8..0b3a1f95 100644 --- a/.claude/skills/interface-edit/scripts/interface-edit.ps1 +++ b/.claude/skills/interface-edit/scripts/interface-edit.ps1 @@ -1,4 +1,4 @@ -# interface-edit v1.9 — Edit 1C CommandInterface.xml +# interface-edit v1.10 — Edit 1C CommandInterface.xml # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)][Alias('Path')][string]$CIPath, @@ -674,6 +674,9 @@ $memStream.Close() $text = [System.Text.Encoding]::UTF8.GetString($bytes) if ($text.Length -gt 0 -and $text[0] -eq [char]0xFEFF) { $text = $text.Substring(1) } $text = $text.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: +# только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. +if ($text -notmatch '', '/>') } $utf8Bom = New-Object System.Text.UTF8Encoding($true) [System.IO.File]::WriteAllText($resolvedPath, $text, $utf8Bom) diff --git a/.claude/skills/interface-edit/scripts/interface-edit.py b/.claude/skills/interface-edit/scripts/interface-edit.py index 85a3dfd0..bbf1585c 100644 --- a/.claude/skills/interface-edit/scripts/interface-edit.py +++ b/.claude/skills/interface-edit/scripts/interface-edit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# interface-edit v1.9 — Edit 1C CommandInterface.xml +# interface-edit v1.10 — Edit 1C CommandInterface.xml # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/meta-compile/scripts/meta-compile.ps1 b/.claude/skills/meta-compile/scripts/meta-compile.ps1 index 56267e62..1d212873 100644 --- a/.claude/skills/meta-compile/scripts/meta-compile.ps1 +++ b/.claude/skills/meta-compile/scripts/meta-compile.ps1 @@ -1,4 +1,4 @@ -# meta-compile v1.76 — Compile 1C metadata object from JSON +# meta-compile v1.77 — Compile 1C metadata object from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -4990,15 +4990,25 @@ if (Test-Path $configXmlPath) { } } - # Save + # Save. Пишем через MemoryStream, а не прямо в файл: нужен шаг пост-обработки + # строки — XmlWriter отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет + # `encoding="UTF-8"` и ``. $cfgSettings = New-Object System.Xml.XmlWriterSettings $cfgSettings.Encoding = New-Object System.Text.UTF8Encoding($true) $cfgSettings.Indent = $false - $stream = New-Object System.IO.FileStream($configXmlPath, [System.IO.FileMode]::Create) - $writer = [System.Xml.XmlWriter]::Create($stream, $cfgSettings) + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $cfgSettings) $configDoc.Save($writer) - $writer.Close() - $stream.Close() + $writer.Flush(); $writer.Close() + + $cfgText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($cfgText.Length -gt 0 -and $cfgText[0] -eq [char]0xFEFF) { $cfgText = $cfgText.Substring(1) } + $cfgText = $cfgText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там `>` не экранируется, и ` />` может + # быть содержимым, а не концом тега. + if ($cfgText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($configXmlPath, $cfgText, (New-Object System.Text.UTF8Encoding($true))) $regResult = "added" } diff --git a/.claude/skills/meta-compile/scripts/meta-compile.py b/.claude/skills/meta-compile/scripts/meta-compile.py index fb0242ac..7ce2d946 100644 --- a/.claude/skills/meta-compile/scripts/meta-compile.py +++ b/.claude/skills/meta-compile/scripts/meta-compile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# meta-compile v1.76 — Compile 1C metadata object from JSON +# meta-compile v1.77 — Compile 1C metadata object from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/meta-edit/scripts/meta-edit.ps1 b/.claude/skills/meta-edit/scripts/meta-edit.ps1 index 464a1226..17b3dd02 100644 --- a/.claude/skills/meta-edit/scripts/meta-edit.ps1 +++ b/.claude/skills/meta-edit/scripts/meta-edit.ps1 @@ -1,4 +1,4 @@ -# meta-edit v1.24 — Edit existing 1C metadata object XML +# meta-edit v1.25 — Edit existing 1C metadata object XML # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [string]$DefinitionFile, @@ -3208,6 +3208,9 @@ if ($text.Length -gt 0 -and $text[0] -eq [char]0xFEFF) { $text = $text.Substring(1) } $text = $text.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: +# только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. +if ($text -notmatch '', '/>') } # Write with BOM $utf8Bom = New-Object System.Text.UTF8Encoding($true) diff --git a/.claude/skills/meta-edit/scripts/meta-edit.py b/.claude/skills/meta-edit/scripts/meta-edit.py index 62811a41..3e6ddeb5 100644 --- a/.claude/skills/meta-edit/scripts/meta-edit.py +++ b/.claude/skills/meta-edit/scripts/meta-edit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# meta-edit v1.24 — Edit existing 1C metadata object XML +# meta-edit v1.25 — Edit existing 1C metadata object XML # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/meta-remove/scripts/meta-remove.ps1 b/.claude/skills/meta-remove/scripts/meta-remove.ps1 index abd2a53d..efece15a 100644 --- a/.claude/skills/meta-remove/scripts/meta-remove.ps1 +++ b/.claude/skills/meta-remove/scripts/meta-remove.ps1 @@ -1,4 +1,4 @@ -# meta-remove v1.5 — Remove metadata object from 1C configuration dump +# meta-remove v1.6 — Remove metadata object from 1C configuration dump # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -493,9 +493,24 @@ if (-not $cfgNode) { # Save Configuration.xml if ($actions -gt 0 -and -not $DryRun) { $enc = New-Object System.Text.UTF8Encoding $true - $sw = New-Object System.IO.StreamWriter($configXml, $false, $enc) - $xmlDoc.Save($sw) - $sw.Close() + # Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — + # XmlWriter отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет + # `encoding="UTF-8"` и ``. + $settings = New-Object System.Xml.XmlWriterSettings + $settings.Encoding = $enc + $settings.Indent = $false + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $settings) + $xmlDoc.Save($writer) + $writer.Flush(); $writer.Close() + + $xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } + $xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($xmlText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($configXml, $xmlText, $enc) Write-Host "[OK] Configuration.xml saved" } } @@ -559,9 +574,23 @@ function Remove-FromSubsystems { if ($modified -and -not $DryRun) { $enc = New-Object System.Text.UTF8Encoding $true - $sw = New-Object System.IO.StreamWriter($xmlFile.FullName, $false, $enc) - $ssDoc.Save($sw) - $sw.Close() + # Через MemoryStream: нужен шаг пост-обработки строки — XmlWriter отдаёт + # `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. + $settings = New-Object System.Xml.XmlWriterSettings + $settings.Encoding = $enc + $settings.Indent = $false + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $settings) + $ssDoc.Save($writer) + $writer.Flush(); $writer.Close() + + $xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } + $xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($xmlText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($xmlFile.FullName, $xmlText, $enc) } # Recurse into child subsystems diff --git a/.claude/skills/meta-remove/scripts/meta-remove.py b/.claude/skills/meta-remove/scripts/meta-remove.py index 80c9b5ee..f939af0b 100644 --- a/.claude/skills/meta-remove/scripts/meta-remove.py +++ b/.claude/skills/meta-remove/scripts/meta-remove.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# meta-remove v1.5 — Remove metadata object from 1C configuration dump +# meta-remove v1.6 — Remove metadata object from 1C configuration dump # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/role-compile/scripts/role-compile.ps1 b/.claude/skills/role-compile/scripts/role-compile.ps1 index fd6bc394..53cbd1f2 100644 --- a/.claude/skills/role-compile/scripts/role-compile.ps1 +++ b/.claude/skills/role-compile/scripts/role-compile.ps1 @@ -1,4 +1,4 @@ -# role-compile v1.10 — Compile 1C role from JSON +# role-compile v1.11 — Compile 1C role from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -856,11 +856,21 @@ if (Test-Path $configXmlPath) { $cfgSettings = New-Object System.Xml.XmlWriterSettings $cfgSettings.Encoding = New-Object System.Text.UTF8Encoding($true) $cfgSettings.Indent = $false - $stream = New-Object System.IO.FileStream($configXmlPath, [System.IO.FileMode]::Create) - $writer = [System.Xml.XmlWriter]::Create($stream, $cfgSettings) + # Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — + # XmlWriter отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет + # `encoding="UTF-8"` и ``. + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $cfgSettings) $configDoc.Save($writer) - $writer.Close() - $stream.Close() + $writer.Flush(); $writer.Close() + + $cfgText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($cfgText.Length -gt 0 -and $cfgText[0] -eq [char]0xFEFF) { $cfgText = $cfgText.Substring(1) } + $cfgText = $cfgText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($cfgText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($configXmlPath, $cfgText, (New-Object System.Text.UTF8Encoding($true))) $regResult = "added" } diff --git a/.claude/skills/role-compile/scripts/role-compile.py b/.claude/skills/role-compile/scripts/role-compile.py index 34bb98ee..14e9f32a 100644 --- a/.claude/skills/role-compile/scripts/role-compile.py +++ b/.claude/skills/role-compile/scripts/role-compile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# role-compile v1.10 — Compile 1C role from JSON +# role-compile v1.11 — Compile 1C role from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json diff --git a/.claude/skills/subsystem-compile/scripts/subsystem-compile.ps1 b/.claude/skills/subsystem-compile/scripts/subsystem-compile.ps1 index d9abf8da..445bb12e 100644 --- a/.claude/skills/subsystem-compile/scripts/subsystem-compile.ps1 +++ b/.claude/skills/subsystem-compile/scripts/subsystem-compile.ps1 @@ -1,4 +1,4 @@ -# subsystem-compile v1.11 — Create 1C subsystem from JSON definition +# subsystem-compile v1.12 — Create 1C subsystem from JSON definition # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [string]$DefinitionFile, @@ -657,6 +657,9 @@ if ($parentXmlPath -and (Test-Path $parentXmlPath)) { $text = [System.Text.Encoding]::UTF8.GetString($bytes) if ($text.Length -gt 0 -and $text[0] -eq [char]0xFEFF) { $text = $text.Substring(1) } $text = $text.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: + # только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. + if ($text -notmatch '', '/>') } [System.IO.File]::WriteAllText($parentXmlPath, $text, $utf8Bom) Write-Host "[OK] Registered in: $parentXmlPath" diff --git a/.claude/skills/subsystem-compile/scripts/subsystem-compile.py b/.claude/skills/subsystem-compile/scripts/subsystem-compile.py index f640501e..9b62c868 100644 --- a/.claude/skills/subsystem-compile/scripts/subsystem-compile.py +++ b/.claude/skills/subsystem-compile/scripts/subsystem-compile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# subsystem-compile v1.11 — Create 1C subsystem from JSON definition +# subsystem-compile v1.12 — Create 1C subsystem from JSON definition # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json diff --git a/.claude/skills/subsystem-edit/scripts/subsystem-edit.ps1 b/.claude/skills/subsystem-edit/scripts/subsystem-edit.ps1 index 56e15bc2..25d0b7d3 100644 --- a/.claude/skills/subsystem-edit/scripts/subsystem-edit.ps1 +++ b/.claude/skills/subsystem-edit/scripts/subsystem-edit.ps1 @@ -1,4 +1,4 @@ -# subsystem-edit v1.8 — Edit existing 1C subsystem XML +# subsystem-edit v1.9 — Edit existing 1C subsystem XML # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)][Alias('Path')][string]$SubsystemPath, @@ -655,6 +655,9 @@ $memStream.Close() $text = [System.Text.Encoding]::UTF8.GetString($bytes) if ($text.Length -gt 0 -and $text[0] -eq [char]0xFEFF) { $text = $text.Substring(1) } $text = $text.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Пустой элемент: XmlWriter пишет ``, Конфигуратор — ``. Гард на CDATA/комментарии: +# только там `>` не экранируется, и ` />` может быть содержимым, а не концом тега. +if ($text -notmatch '', '/>') } $utf8Bom = New-Object System.Text.UTF8Encoding($true) [System.IO.File]::WriteAllText($resolvedPath, $text, $utf8Bom) diff --git a/.claude/skills/subsystem-edit/scripts/subsystem-edit.py b/.claude/skills/subsystem-edit/scripts/subsystem-edit.py index 67f63264..665e0627 100644 --- a/.claude/skills/subsystem-edit/scripts/subsystem-edit.py +++ b/.claude/skills/subsystem-edit/scripts/subsystem-edit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# subsystem-edit v1.8 — Edit existing 1C subsystem XML +# subsystem-edit v1.9 — Edit existing 1C subsystem XML # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/template-add/scripts/add-template.ps1 b/.claude/skills/template-add/scripts/add-template.ps1 index 8997860c..8f55d910 100644 --- a/.claude/skills/template-add/scripts/add-template.ps1 +++ b/.claude/skills/template-add/scripts/add-template.ps1 @@ -1,4 +1,4 @@ -# template-add v1.11 — Add template to 1C object +# template-add v1.12 — Add template to 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -392,11 +392,20 @@ $settings = New-Object System.Xml.XmlWriterSettings $settings.Encoding = $encBom $settings.Indent = $false -$stream = New-Object System.IO.FileStream($rootXmlFull.Path, [System.IO.FileMode]::Create) -$writer = [System.Xml.XmlWriter]::Create($stream, $settings) +# Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — XmlWriter +# отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. +$memStream = New-Object System.IO.MemoryStream +$writer = [System.Xml.XmlWriter]::Create($memStream, $settings) $xmlDoc.Save($writer) -$writer.Close() -$stream.Close() +$writer.Flush(); $writer.Close() + +$xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) +$memStream.Close() +if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } +$xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Гард на CDATA/комментарии: только там `>` не экранируется, и ` />` может быть содержимым. +if ($xmlText -notmatch '', '/>') } +[System.IO.File]::WriteAllText($rootXmlFull.Path, $xmlText, $encBom) Write-Host "[OK] Создан макет: $TemplateName ($TemplateType)" if ($alreadyRegistered) { diff --git a/.claude/skills/template-add/scripts/add-template.py b/.claude/skills/template-add/scripts/add-template.py index 849778d4..7527a308 100644 --- a/.claude/skills/template-add/scripts/add-template.py +++ b/.claude/skills/template-add/scripts/add-template.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# add-template v1.11 — Add template to 1C object +# add-template v1.12 — Add template to 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/template-remove/scripts/remove-template.ps1 b/.claude/skills/template-remove/scripts/remove-template.ps1 index e02a9d90..3be48b15 100644 --- a/.claude/skills/template-remove/scripts/remove-template.ps1 +++ b/.claude/skills/template-remove/scripts/remove-template.ps1 @@ -1,4 +1,4 @@ -# template-remove v1.3 — Remove template from 1C object +# template-remove v1.4 — Remove template from 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -81,10 +81,19 @@ $settings = New-Object System.Xml.XmlWriterSettings $settings.Encoding = $encBom $settings.Indent = $false -$stream = New-Object System.IO.FileStream($rootXmlFull.Path, [System.IO.FileMode]::Create) -$writer = [System.Xml.XmlWriter]::Create($stream, $settings) +# Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — XmlWriter +# отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. +$memStream = New-Object System.IO.MemoryStream +$writer = [System.Xml.XmlWriter]::Create($memStream, $settings) $xmlDoc.Save($writer) -$writer.Close() -$stream.Close() +$writer.Flush(); $writer.Close() + +$xmlText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) +$memStream.Close() +if ($xmlText.Length -gt 0 -and $xmlText[0] -eq [char]0xFEFF) { $xmlText = $xmlText.Substring(1) } +$xmlText = $xmlText.Replace('encoding="utf-8"', 'encoding="UTF-8"') +# Гард на CDATA/комментарии: только там `>` не экранируется, и ` />` может быть содержимым. +if ($xmlText -notmatch '', '/>') } +[System.IO.File]::WriteAllText($rootXmlFull.Path, $xmlText, $encBom) Write-Host "[OK] Макет $TemplateName удалён из $rootXmlPath" diff --git a/.claude/skills/template-remove/scripts/remove-template.py b/.claude/skills/template-remove/scripts/remove-template.py index ac1da917..568ad3b9 100644 --- a/.claude/skills/template-remove/scripts/remove-template.py +++ b/.claude/skills/template-remove/scripts/remove-template.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# remove-template v1.3 — Remove template from 1C object +# remove-template v1.4 — Remove template from 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse diff --git a/.claude/skills/xdto-compile/scripts/xdto-compile.ps1 b/.claude/skills/xdto-compile/scripts/xdto-compile.ps1 index 1df055d0..cfd7818a 100644 --- a/.claude/skills/xdto-compile/scripts/xdto-compile.ps1 +++ b/.claude/skills/xdto-compile/scripts/xdto-compile.ps1 @@ -1,4 +1,4 @@ -# xdto-compile v1.2 — Build a 1C XDTO package from an XML Schema (XSD) +# xdto-compile v1.3 — Build a 1C XDTO package from an XML Schema (XSD) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory=$true, ParameterSetName='File')] @@ -948,11 +948,21 @@ if (Test-Path $configXmlPath) { $cfgSettings = New-Object System.Xml.XmlWriterSettings $cfgSettings.Encoding = New-Object System.Text.UTF8Encoding($true) $cfgSettings.Indent = $false - $stream = New-Object System.IO.FileStream($configXmlPath, [System.IO.FileMode]::Create) - $writer = [System.Xml.XmlWriter]::Create($stream, $cfgSettings) + # Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — + # XmlWriter отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет + # `encoding="UTF-8"` и ``. + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $cfgSettings) $configDoc.Save($writer) - $writer.Close() - $stream.Close() + $writer.Flush(); $writer.Close() + + $cfgText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($cfgText.Length -gt 0 -and $cfgText[0] -eq [char]0xFEFF) { $cfgText = $cfgText.Substring(1) } + $cfgText = $cfgText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($cfgText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($configXmlPath, $cfgText, (New-Object System.Text.UTF8Encoding($true))) $regResult = "added" } } diff --git a/.claude/skills/xdto-compile/scripts/xdto-compile.py b/.claude/skills/xdto-compile/scripts/xdto-compile.py index 788127fb..9db79ef4 100644 --- a/.claude/skills/xdto-compile/scripts/xdto-compile.py +++ b/.claude/skills/xdto-compile/scripts/xdto-compile.py @@ -1,4 +1,4 @@ -# xdto-compile v1.2 — Build a 1C XDTO package from an XML Schema (XSD) (Python port) +# xdto-compile v1.3 — Build a 1C XDTO package from an XML Schema (XSD) (Python port) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json diff --git a/.claude/skills/xdto-edit/scripts/xdto-edit.ps1 b/.claude/skills/xdto-edit/scripts/xdto-edit.ps1 index d5c2c733..75845d8b 100644 --- a/.claude/skills/xdto-edit/scripts/xdto-edit.ps1 +++ b/.claude/skills/xdto-edit/scripts/xdto-edit.ps1 @@ -1,4 +1,4 @@ -# xdto-edit v1.0 — Point edits of a 1C XDTO package +# xdto-edit v1.1 — Point edits of a 1C XDTO package # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory=$true)] @@ -221,10 +221,21 @@ function Edit-Metadata([string]$field, [string]$newValue) { $settings = New-Object System.Xml.XmlWriterSettings $settings.Encoding = $encBom $settings.Indent = $false - $stream = New-Object System.IO.FileStream($mdFile, [System.IO.FileMode]::Create) - $writer = [System.Xml.XmlWriter]::Create($stream, $settings) + # Через MemoryStream, а не прямо в файл: нужен шаг пост-обработки строки — + # XmlWriter отдаёт `encoding="utf-8"` и ``, Конфигуратор пишет + # `encoding="UTF-8"` и ``. + $memStream = New-Object System.IO.MemoryStream + $writer = [System.Xml.XmlWriter]::Create($memStream, $settings) $doc.Save($writer) - $writer.Close(); $stream.Close() + $writer.Flush(); $writer.Close() + + $mdText = [System.Text.Encoding]::UTF8.GetString($memStream.ToArray()) + $memStream.Close() + if ($mdText.Length -gt 0 -and $mdText[0] -eq [char]0xFEFF) { $mdText = $mdText.Substring(1) } + $mdText = $mdText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($mdText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($mdFile, $mdText, $encBom) } function Rename-Package([string]$newName) { @@ -252,9 +263,18 @@ function Rename-Package([string]$newName) { if ($found) { $s = New-Object System.Xml.XmlWriterSettings $s.Encoding = $encBom; $s.Indent = $false - $st = New-Object System.IO.FileStream($configXml, [System.IO.FileMode]::Create) - $w = [System.Xml.XmlWriter]::Create($st, $s) - $cfg.Save($w); $w.Close(); $st.Close() + # Через MemoryStream: нужен шаг пост-обработки строки — XmlWriter отдаёт + # `encoding="utf-8"` и ``, Конфигуратор пишет `encoding="UTF-8"` и ``. + $mem = New-Object System.IO.MemoryStream + $w = [System.Xml.XmlWriter]::Create($mem, $s) + $cfg.Save($w); $w.Flush(); $w.Close() + $cfgText = [System.Text.Encoding]::UTF8.GetString($mem.ToArray()) + $mem.Close() + if ($cfgText.Length -gt 0 -and $cfgText[0] -eq [char]0xFEFF) { $cfgText = $cfgText.Substring(1) } + $cfgText = $cfgText.Replace('encoding="utf-8"', 'encoding="UTF-8"') + # Гард на CDATA/комментарии: только там ` />` может быть содержимым. + if ($cfgText -notmatch '', '/>') } + [System.IO.File]::WriteAllText($configXml, $cfgText, $encBom) Write-Host " Configuration.xml: переименован в $newName" } else { Write-Warning "В Configuration.xml не найдена запись $pkgName — зарегистрируйте пакет вручную" diff --git a/.claude/skills/xdto-edit/scripts/xdto-edit.py b/.claude/skills/xdto-edit/scripts/xdto-edit.py index 0a551f4a..f29ad78e 100644 --- a/.claude/skills/xdto-edit/scripts/xdto-edit.py +++ b/.claude/skills/xdto-edit/scripts/xdto-edit.py @@ -1,4 +1,4 @@ -# xdto-edit v1.0 — Point edits of a 1C XDTO package (Python port) +# xdto-edit v1.1 — Point edits of a 1C XDTO package (Python port) # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json diff --git a/tests/skills/cases/cf-edit/snapshots/add-bot/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/add-bot/Configuration.xml index aa522841..2e9a7fce 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-bot/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-bot/Configuration.xml @@ -39,15 +39,15 @@ Бот демо - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + Version8_3_24 @@ -58,7 +58,7 @@ DontUse TaxiEnableVersion8_2 Normal - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/add-default-role/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/add-default-role/Configuration.xml index 623a32aa..f9292c6e 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-default-role/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-default-role/Configuration.xml @@ -39,8 +39,8 @@ TestConfig - - + + Version8_3_24 ManagedApplication @@ -52,29 +52,29 @@ - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -225,18 +225,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -244,7 +244,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/add-objects/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/add-objects/Configuration.xml index e43cf0c2..42f902c9 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-objects/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-objects/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/modify-multiple-props/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/modify-multiple-props/Configuration.xml index df6f4285..42dd28c0 100644 --- a/tests/skills/cases/cf-edit/snapshots/modify-multiple-props/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/modify-multiple-props/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + ТестПоставщик 1.2.3.4 - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/remove-object/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/remove-object/Configuration.xml index 65df87a0..a2f42fce 100644 --- a/tests/skills/cases/cf-edit/snapshots/remove-object/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/remove-object/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml index 5514c74f..319f0d90 100644 --- a/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml @@ -39,40 +39,40 @@ КрлфКонф - - + + Version8_3_27 ManagedApplication PlatformApplication Russian - + 1.0.0.2 - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_27 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Configuration.xml index 8c0418de..0f37d0c4 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Configuration.xml @@ -39,8 +39,8 @@ TestConfig - - + + Version8_3_24 ManagedApplication @@ -53,29 +53,29 @@ - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -226,18 +226,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -245,7 +245,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Контрагенты.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Контрагенты.xml index 448b27ce..c74dc4ed 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Контрагенты.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Контрагенты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Контрагенты.Form.ФормаОбъекта - + Catalog.Контрагенты.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Товары.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Товары.xml index 4bc618b7..a5cb53a9 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Товары.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.ФормаЭлемента - + Catalog.Товары.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Configuration.xml index 282d7a47..2362f097 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/DataProcessors/Поиск.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/DataProcessors/Поиск.xml index 5735909a..5fbd26b3 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/DataProcessors/Поиск.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/DataProcessors/Поиск.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Поиск - + true DataProcessor.Поиск.Form.ФормаПоиска - + false - - + +
ФормаПоиска
diff --git a/tests/skills/cases/cf-edit/snapshots/set-panels/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/set-panels/Configuration.xml index ae8620a1..8dc3db95 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-panels/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-panels/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-edit/snapshots/set-version/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/set-version/Configuration.xml index 0532ee99..9c16504e 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-version/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-version/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + 3.0.0 - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-info/snapshots/config-with-objects/Configuration.xml b/tests/skills/cases/cf-info/snapshots/config-with-objects/Configuration.xml index 283f0930..330b4e31 100644 --- a/tests/skills/cases/cf-info/snapshots/config-with-objects/Configuration.xml +++ b/tests/skills/cases/cf-info/snapshots/config-with-objects/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cf-validate/snapshots/modified-config/Configuration.xml b/tests/skills/cases/cf-validate/snapshots/modified-config/Configuration.xml index 0ed72acd..6242429a 100644 --- a/tests/skills/cases/cf-validate/snapshots/modified-config/Configuration.xml +++ b/tests/skills/cases/cf-validate/snapshots/modified-config/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + Тест 1.0.0 - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/catalog/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/catalog/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/catalog/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/catalog/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/catalog/ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/catalog/ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/catalog/ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/catalog/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/common-module/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/common-module/Configuration.xml index 5fddb9da..94c10ffb 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/common-module/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/common-module/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/common-module/ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/common-module/ext/Configuration.xml index fd508e61..1f1ca53d 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/common-module/ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/common-module/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/Configuration.xml index 84a6e35c..5cfee30b 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/Ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/Ext/Configuration.xml index a94182f7..3b6d9d12 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Configuration.xml index 7259faa0..0e50a717 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Ext/Configuration.xml index 72452eba..1f902c3f 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/document/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/document/Configuration.xml index 4a4cbd9b..20f5410b 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/document/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/document/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/document/ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/document/ext/Configuration.xml index 9b91739a..9ba106e5 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/document/ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/document/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/enum/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/enum/Configuration.xml index 67d1adcd..09029b64 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/enum/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/enum/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/enum/ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/enum/ext/Configuration.xml index d7c0bb17..9dde03a1 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/enum/ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/enum/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары.xml b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары.xml index 912f60af..7741f6d5 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.ФормаЭлемента - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Артикул - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары.xml b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары.xml index 495b109a..526e43a0 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары.xml @@ -26,7 +26,7 @@ Adopted Товары - + UUID-012 false true diff --git a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml index 7383403f..234dcda4 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml @@ -7,16 +7,16 @@ false - + Объект.Артикул - - + + - - + + @@ -25,8 +25,8 @@ Итого - - + + @@ -44,16 +44,16 @@ false - + Объект.Артикул - - + + - - + + @@ -62,8 +62,8 @@ Итого - - + + diff --git a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Configuration.xml index 95db8072..362b0c9b 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/ext/Configuration.xml b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/ext/Configuration.xml index 1fcd688d..3c592c8b 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/ext/Configuration.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Configuration.xml b/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Configuration.xml +++ b/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/ext/Configuration.xml b/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/ext/Configuration.xml +++ b/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-diff/snapshots/with-common-module/Configuration.xml b/tests/skills/cases/cfe-diff/snapshots/with-common-module/Configuration.xml index 5fddb9da..94c10ffb 100644 --- a/tests/skills/cases/cfe-diff/snapshots/with-common-module/Configuration.xml +++ b/tests/skills/cases/cfe-diff/snapshots/with-common-module/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-diff/snapshots/with-common-module/ext/Configuration.xml b/tests/skills/cases/cfe-diff/snapshots/with-common-module/ext/Configuration.xml index fd508e61..1f1ca53d 100644 --- a/tests/skills/cases/cfe-diff/snapshots/with-common-module/ext/Configuration.xml +++ b/tests/skills/cases/cfe-diff/snapshots/with-common-module/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Configuration.xml index 1c06fa48..89856537 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Ext/Configuration.xml index 91a980e8..9416d1e8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/after-handler/ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/after-handler/ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/after-handler/ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/after-handler/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/before-handler/ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/before-handler/ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/before-handler/ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/before-handler/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Configuration.xml index 1c06fa48..89856537 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Ext/Configuration.xml index 91a980e8..9416d1e8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/check-clean/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Configuration.xml index 4a4cbd9b..20f5410b 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/document-manager/ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/document-manager/ext/Configuration.xml index 9b91739a..9ba106e5 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/document-manager/ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/document-manager/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Configuration.xml index bc76ad22..11bf80fe 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Ext/Configuration.xml index a314da7b..976c624a 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары.xml b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары.xml index 912f60af..7741f6d5 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.ФормаЭлемента - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Артикул - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары.xml b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары.xml index 88608a09..af6775aa 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары.xml @@ -26,7 +26,7 @@ Adopted Товары - + UUID-012 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml index 12d767d0..337fadce 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml @@ -7,11 +7,11 @@ false - + - - + + @@ -23,11 +23,11 @@ false - + - - + + diff --git a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Configuration.xml index c8ff820f..e41ca935 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Ext/Configuration.xml index 4a4a91a2..b03ef6cd 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/instead-function/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/Configuration.xml index 5fddb9da..94c10ffb 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/ext/Configuration.xml index fd508e61..1f1ca53d 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Configuration.xml index ed39461c..1db2767d 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Ext/Configuration.xml index 0ad08c47..5f65e601 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Configuration.xml index 51db5537..0aaac62c 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Ext/Configuration.xml index fca51fa3..210e40d2 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Configuration.xml index 85253811..89de26b8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Ext/Configuration.xml index 366852d0..9bedefe7 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Configuration.xml index c7445823..f57f20d9 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Ext/Configuration.xml index 72db4356..c7361e88 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Configuration.xml index 6e981c55..4cd81016 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Ext/Configuration.xml index 4b34f991..ecc7bab6 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Configuration.xml index 6600d990..7d480588 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Ext/Configuration.xml index 5dffb5f7..2fea755d 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Configuration.xml index 51db5537..0aaac62c 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Ext/Configuration.xml index fca51fa3..210e40d2 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Configuration.xml index aa3b29a1..5fe1c0c0 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Ext/Configuration.xml index 146162b9..c0aeaaf8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Configuration.xml index aa3b29a1..5fe1c0c0 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Ext/Configuration.xml index 146162b9..c0aeaaf8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Configuration.xml index 51db5537..0aaac62c 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Ext/Configuration.xml index fca51fa3..210e40d2 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Configuration.xml index aa3b29a1..5fe1c0c0 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Ext/Configuration.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Ext/Configuration.xml index 146162b9..c0aeaaf8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Ext/Configuration.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/Ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Configuration.xml b/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Configuration.xml +++ b/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/ext/Configuration.xml b/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/ext/Configuration.xml index 5c0f84b5..ae9309c1 100644 --- a/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/ext/Configuration.xml +++ b/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/ext/Configuration.xml @@ -40,7 +40,7 @@ Тест - + Customization true Тест_ @@ -56,11 +56,11 @@ Language.Русский - - - - - + + + + + TaxiEnableVersion8_2 diff --git a/tests/skills/cases/epf-validate/snapshots/valid-with-form/МояОбработка.xml b/tests/skills/cases/epf-validate/snapshots/valid-with-form/МояОбработка.xml index 7562b211..c715b21b 100644 --- a/tests/skills/cases/epf-validate/snapshots/valid-with-form/МояОбработка.xml +++ b/tests/skills/cases/epf-validate/snapshots/valid-with-form/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - + ExternalDataProcessor.МояОбработка.Form.Форма - +
Форма
diff --git a/tests/skills/cases/epf-validate/snapshots/valid-with-template/МояОбработка.xml b/tests/skills/cases/epf-validate/snapshots/valid-with-template/МояОбработка.xml index 2d0f8b97..64d95c5d 100644 --- a/tests/skills/cases/epf-validate/snapshots/valid-with-template/МояОбработка.xml +++ b/tests/skills/cases/epf-validate/snapshots/valid-with-template/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml b/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml index a82a58a1..1561520a 100644 --- a/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml +++ b/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.ФормаЭлемента - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/form-add/snapshots/basic/Configuration.xml b/tests/skills/cases/form-add/snapshots/basic/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-add/snapshots/basic/Configuration.xml +++ b/tests/skills/cases/form-add/snapshots/basic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-add/snapshots/dataprocessor-form/Configuration.xml b/tests/skills/cases/form-add/snapshots/dataprocessor-form/Configuration.xml index 54703598..86dd840b 100644 --- a/tests/skills/cases/form-add/snapshots/dataprocessor-form/Configuration.xml +++ b/tests/skills/cases/form-add/snapshots/dataprocessor-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-add/snapshots/dataprocessor-form/DataProcessors/МояОбработка.xml b/tests/skills/cases/form-add/snapshots/dataprocessor-form/DataProcessors/МояОбработка.xml index ed790d5c..bbc03373 100644 --- a/tests/skills/cases/form-add/snapshots/dataprocessor-form/DataProcessors/МояОбработка.xml +++ b/tests/skills/cases/form-add/snapshots/dataprocessor-form/DataProcessors/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Моя обработка - + true DataProcessor.МояОбработка.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-add/snapshots/document-form/Configuration.xml b/tests/skills/cases/form-add/snapshots/document-form/Configuration.xml index af02d5cc..9b01c66a 100644 --- a/tests/skills/cases/form-add/snapshots/document-form/Configuration.xml +++ b/tests/skills/cases/form-add/snapshots/document-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-add/snapshots/document-form/Documents/Заказ.xml b/tests/skills/cases/form-add/snapshots/document-form/Documents/Заказ.xml index 250155ad..3e976a09 100644 --- a/tests/skills/cases/form-add/snapshots/document-form/Documents/Заказ.xml +++ b/tests/skills/cases/form-add/snapshots/document-form/Documents/Заказ.xml @@ -1,4 +1,4 @@ - + @@ -31,17 +31,17 @@ Заказ - + true - + String 11 Variable Year true true - - + + Document.Заказ.StandardAttribute.Number @@ -50,28 +50,28 @@ DontUse Directly Document.Заказ.Form.ФормаДокумента - - - - - + + + + + Allow Deny AutoDelete WriteSelected AutoFill - + true true false - + Managed Use - - - - - + + + + + Auto DontUse false diff --git a/tests/skills/cases/form-add/snapshots/epf-basic/МояОбработка.xml b/tests/skills/cases/form-add/snapshots/epf-basic/МояОбработка.xml index 7562b211..c715b21b 100644 --- a/tests/skills/cases/form-add/snapshots/epf-basic/МояОбработка.xml +++ b/tests/skills/cases/form-add/snapshots/epf-basic/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - + ExternalDataProcessor.МояОбработка.Form.Форма - +
Форма
diff --git a/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода.xml b/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода.xml index 6d5e79c7..ea42341d 100644 --- a/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода.xml +++ b/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ КонсольКода - + ExternalDataProcessor.КонсольКода.Form.Форма - +
Форма
diff --git a/tests/skills/cases/form-add/snapshots/epf-named-form/ЗагрузкаДанных.xml b/tests/skills/cases/form-add/snapshots/epf-named-form/ЗагрузкаДанных.xml index 5ec70c34..88c7b0cb 100644 --- a/tests/skills/cases/form-add/snapshots/epf-named-form/ЗагрузкаДанных.xml +++ b/tests/skills/cases/form-add/snapshots/epf-named-form/ЗагрузкаДанных.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ ЗагрузкаДанных - + ExternalDataProcessor.ЗагрузкаДанных.Form.ФормаНастроек - +
ФормаНастроек
diff --git a/tests/skills/cases/form-add/snapshots/epf-second-form/МояОбработка.xml b/tests/skills/cases/form-add/snapshots/epf-second-form/МояОбработка.xml index 73bc6be8..7d323ea5 100644 --- a/tests/skills/cases/form-add/snapshots/epf-second-form/МояОбработка.xml +++ b/tests/skills/cases/form-add/snapshots/epf-second-form/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - + ExternalDataProcessor.МояОбработка.Form.Форма - +
Форма
diff --git a/tests/skills/cases/form-add/snapshots/epf-set-default/МояОбработка.xml b/tests/skills/cases/form-add/snapshots/epf-set-default/МояОбработка.xml index 3e17d943..324ca5db 100644 --- a/tests/skills/cases/form-add/snapshots/epf-set-default/МояОбработка.xml +++ b/tests/skills/cases/form-add/snapshots/epf-set-default/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - + ExternalDataProcessor.МояОбработка.Form.ФормаОсновная - +
Форма1
diff --git a/tests/skills/cases/form-add/snapshots/list-form/Catalogs/Контрагенты.xml b/tests/skills/cases/form-add/snapshots/list-form/Catalogs/Контрагенты.xml index f1f43e69..f1415ba8 100644 --- a/tests/skills/cases/form-add/snapshots/list-form/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/form-add/snapshots/list-form/Catalogs/Контрагенты.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Контрагенты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - + + Catalog.Контрагенты.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/form-add/snapshots/list-form/Configuration.xml b/tests/skills/cases/form-add/snapshots/list-form/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/form-add/snapshots/list-form/Configuration.xml +++ b/tests/skills/cases/form-add/snapshots/list-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-add/snapshots/set-default/Configuration.xml b/tests/skills/cases/form-add/snapshots/set-default/Configuration.xml index f0186f3d..0ff6fd81 100644 --- a/tests/skills/cases/form-add/snapshots/set-default/Configuration.xml +++ b/tests/skills/cases/form-add/snapshots/set-default/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-add/snapshots/set-default/Documents/Счет.xml b/tests/skills/cases/form-add/snapshots/set-default/Documents/Счет.xml index e26fed53..f1bffa11 100644 --- a/tests/skills/cases/form-add/snapshots/set-default/Documents/Счет.xml +++ b/tests/skills/cases/form-add/snapshots/set-default/Documents/Счет.xml @@ -1,4 +1,4 @@ - + @@ -31,17 +31,17 @@ Счет - + true - + String 11 Variable Year true true - - + + Document.Счет.StandardAttribute.Number @@ -50,28 +50,28 @@ DontUse Directly Document.Счет.Form.ФормаДокумента - - - - - + + + + + Allow Deny AutoDelete WriteSelected AutoFill - + true true false - + Managed Use - - - - - + + + + + Auto DontUse false diff --git a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства.xml b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства.xml index 4e9f18b0..f6370f60 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства.xml @@ -1,4 +1,4 @@ - + @@ -35,124 +35,124 @@ Денежные средства - + true - - + + Balance false - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + Managed Use true - - - + + + @@ -164,7 +164,7 @@ Сумма - + xs:decimal @@ -174,23 +174,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -204,7 +204,7 @@ Сумма валютная - + xs:decimal @@ -214,23 +214,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -244,7 +244,7 @@ Сумма упр - + xs:decimal @@ -254,23 +254,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -284,7 +284,7 @@ Организация - + xs:string @@ -293,23 +293,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto false DontIndex @@ -326,7 +326,7 @@ Банковский счет - + xs:string @@ -335,23 +335,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto false DontIndex diff --git a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/Configuration.xml index 7c433ded..9e64861e 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты.xml index 886e0667..67f13a7a 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Валюты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 3 10 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Валюты.Form.ФормаЭлемента - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,30 +96,30 @@ Загружается из интернета - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -136,7 +136,7 @@ Наименование полное - + xs:string @@ -145,25 +145,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -180,7 +180,7 @@ Наценка - + xs:decimal @@ -190,25 +190,25 @@ false - - - + + + false - + false false - - + + false 0 DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -225,30 +225,30 @@ Основная валюта - + d5p1:CatalogRef.Валюты false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -265,7 +265,7 @@ Параметры прописи - + xs:string @@ -274,25 +274,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -309,7 +309,7 @@ Формула расчета курса - + xs:string @@ -318,25 +318,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -353,30 +353,30 @@ Способ установки курса - + d5p1:EnumRef.СпособыУстановкиКурсаВалюты false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -404,35 +404,35 @@ Представления - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + ForItem @@ -447,7 +447,7 @@ Код языка - + xs:string @@ -456,23 +456,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -488,7 +488,7 @@ Параметры прописи - + xs:string @@ -497,23 +497,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Configuration.xml index 41e7f85c..e53bdd3c 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты.xml index 18f9bac8..02db7ddf 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Валюты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 3 10 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - + + Catalog.Валюты.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,30 +96,30 @@ Загружается из интернета - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -136,7 +136,7 @@ Наименование полное - + xs:string @@ -145,25 +145,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -180,7 +180,7 @@ Наценка - + xs:decimal @@ -190,25 +190,25 @@ false - - - + + + false - + false false - - + + false 0 DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -225,30 +225,30 @@ Основная валюта - + d5p1:CatalogRef.Валюты false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -265,7 +265,7 @@ Параметры прописи - + xs:string @@ -274,25 +274,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -309,7 +309,7 @@ Формула расчета курса - + xs:string @@ -318,25 +318,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -353,30 +353,30 @@ Способ установки курса - + d5p1:EnumRef.СпособыУстановкиКурсаВалюты false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -404,35 +404,35 @@ Представления - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + ForItem @@ -447,7 +447,7 @@ Код языка - + xs:string @@ -456,23 +456,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -488,7 +488,7 @@ Параметры прописи - + xs:string @@ -497,23 +497,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Configuration.xml index 41e7f85c..e53bdd3c 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры.xml b/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры.xml index 178d3dcc..bc1539e9 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры.xml @@ -1,4 +1,4 @@ - + @@ -35,10 +35,10 @@ Виды номенклатуры - + true false - + xs:boolean xs:string @@ -66,7 +66,7 @@ true true AsDescription - + Auto InDialog false @@ -81,24 +81,24 @@ DontUse Auto ChartOfCharacteristicTypes.ВидыНоменклатуры.Form.ФормаЭлемента - - - - - - - - - - - + + + + + + + + + + + Managed Use - - - - - + + + + + DontUse false false diff --git a/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/Configuration.xml index 44b4b334..0b465b51 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный.xml index 883e68a0..a99201b5 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный.xml @@ -1,4 +1,4 @@ - + @@ -39,134 +39,134 @@ Хозрасчетный - + true false - + ChartOfCharacteristicTypes.ВидыСубконто 3 - + 9 100 WholeChartOfAccounts true AsCode - + - + Виды субконто - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + ShowError false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -185,24 +185,24 @@ DontUse Auto ChartOfAccounts.Хозрасчетный.Form.ФормаСчета - - - - - + + + + + true 9 - + Managed Use DontUse false false - - - - - + + + + + @@ -214,30 +214,30 @@ Валютный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -251,30 +251,30 @@ Количественный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -288,30 +288,30 @@ Валютный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -325,30 +325,30 @@ Количественный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/Configuration.xml index 51e7edc8..684f3336 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный.xml index 922a10ff..e2b41810 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный.xml @@ -1,4 +1,4 @@ - + @@ -39,134 +39,134 @@ Хозрасчетный - + true false - + ChartOfCharacteristicTypes.ВидыСубконто 3 - + 9 100 WholeChartOfAccounts true AsCode - + - + Виды субконто - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + ShowError false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -185,24 +185,24 @@ DontUse Auto ChartOfAccounts.Хозрасчетный.Form.ФормаСписка - - - - - + + + + + true 9 - + Managed Use DontUse false false - - - - - + + + + + @@ -214,30 +214,30 @@ Валютный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -251,30 +251,30 @@ Количественный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -288,30 +288,30 @@ Валютный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use @@ -325,30 +325,30 @@ Количественный - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/Configuration.xml index 51e7edc8..684f3336 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Configuration.xml index 9d0a086f..5bab713b 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот.xml index bf381d6e..c213353f 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот.xml @@ -1,4 +1,4 @@ - + @@ -31,17 +31,17 @@ Акт выполненных внутренних работ - + true - + String 11 Variable Year true true - - + + Document.АктВыполненныхВнутреннихРабот.StandardAttribute.Number @@ -50,28 +50,28 @@ DontUse Directly Document.АктВыполненныхВнутреннихРабот.Form.ФормаДокумента - - - - - + + + + + Allow Deny AutoDelete WriteSelected AutoFill - + true true false - + Managed Use - - - - - + + + + + Auto DontUse false @@ -87,30 +87,30 @@ Организация - + d5p1:CatalogRef.Организации false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -126,30 +126,30 @@ Организация получатель - + d5p1:CatalogRef.Организации false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -165,30 +165,30 @@ Подразделение - + d5p1:CatalogRef.СтруктураПредприятия false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -204,30 +204,30 @@ Хозяйственная операция - + d5p1:EnumRef.ХозяйственныеОперации false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -243,30 +243,30 @@ Перемещение под деятельность - + d5p1:EnumRef.ТипыНалогообложенияНДС false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -282,30 +282,30 @@ Направление деятельности - + d5p1:CatalogRef.НаправленияДеятельности false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -321,30 +321,30 @@ Ответственный - + d5p1:CatalogRef.Пользователи false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -360,30 +360,30 @@ Сторнируемый документ - + d5p1:DocumentRef.АктВыполненныхВнутреннихРабот false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -399,30 +399,30 @@ Исправляемый документ - + d5p1:DocumentRef.АктВыполненныхВнутреннихРабот false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -438,7 +438,7 @@ Комментарий - + xs:string @@ -447,25 +447,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -481,30 +481,30 @@ Исправление - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -531,35 +531,35 @@ Товары - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -573,28 +573,28 @@ Номенклатура - + d5p1:CatalogRef.Номенклатура false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -610,28 +610,28 @@ Характеристика - + d5p1:CatalogRef.ХарактеристикиНоменклатуры false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -647,28 +647,28 @@ Назначение - + d5p1:CatalogRef.Назначения false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -684,28 +684,28 @@ Упаковка - + d5p1:CatalogRef.УпаковкиЕдиницыИзмерения false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -721,7 +721,7 @@ Количество упаковок - + xs:decimal @@ -731,23 +731,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -763,7 +763,7 @@ Количество - + xs:decimal @@ -773,23 +773,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -805,28 +805,28 @@ Подразделение - + d5p1:CatalogRef.СтруктураПредприятия false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -842,28 +842,28 @@ Группа продукции - + d5p1:CatalogRef.ГруппыПродукции false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -879,28 +879,28 @@ Аналитика учета номенклатуры - + d5p1:CatalogRef.КлючиАналитикиУчетаНоменклатуры false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -916,7 +916,7 @@ Идентификатор строки - + xs:decimal @@ -926,23 +926,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -970,35 +970,35 @@ Дополнительные реквизиты - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -1012,28 +1012,28 @@ Свойство - + d5p1:ChartOfCharacteristicTypesRef.ДополнительныеРеквизитыИСведения false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -1049,7 +1049,7 @@ Значение - + xs:string @@ -1058,23 +1058,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -1090,7 +1090,7 @@ Текстовая строка - + xs:string @@ -1099,23 +1099,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Configuration.xml index 9d0a086f..5bab713b 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот.xml index 2081f175..bc9c354c 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот.xml @@ -1,4 +1,4 @@ - + @@ -31,17 +31,17 @@ Акт выполненных внутренних работ - + true - + String 11 Variable Year true true - - + + Document.АктВыполненныхВнутреннихРабот.StandardAttribute.Number @@ -49,29 +49,29 @@ Begin DontUse Directly - + Document.АктВыполненныхВнутреннихРабот.Form.ФормаСписка - - - - + + + + Allow Deny AutoDelete WriteSelected AutoFill - + true true false - + Managed Use - - - - - + + + + + Auto DontUse false @@ -87,30 +87,30 @@ Организация - + d5p1:CatalogRef.Организации false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -126,30 +126,30 @@ Организация получатель - + d5p1:CatalogRef.Организации false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -165,30 +165,30 @@ Подразделение - + d5p1:CatalogRef.СтруктураПредприятия false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -204,30 +204,30 @@ Хозяйственная операция - + d5p1:EnumRef.ХозяйственныеОперации false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -243,30 +243,30 @@ Перемещение под деятельность - + d5p1:EnumRef.ТипыНалогообложенияНДС false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -282,30 +282,30 @@ Направление деятельности - + d5p1:CatalogRef.НаправленияДеятельности false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -321,30 +321,30 @@ Ответственный - + d5p1:CatalogRef.Пользователи false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -360,30 +360,30 @@ Сторнируемый документ - + d5p1:DocumentRef.АктВыполненныхВнутреннихРабот false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -399,30 +399,30 @@ Исправляемый документ - + d5p1:DocumentRef.АктВыполненныхВнутреннихРабот false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -438,7 +438,7 @@ Комментарий - + xs:string @@ -447,25 +447,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -481,30 +481,30 @@ Исправление - + xs:boolean false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -531,35 +531,35 @@ Товары - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -573,28 +573,28 @@ Номенклатура - + d5p1:CatalogRef.Номенклатура false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -610,28 +610,28 @@ Характеристика - + d5p1:CatalogRef.ХарактеристикиНоменклатуры false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -647,28 +647,28 @@ Назначение - + d5p1:CatalogRef.Назначения false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -684,28 +684,28 @@ Упаковка - + d5p1:CatalogRef.УпаковкиЕдиницыИзмерения false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -721,7 +721,7 @@ Количество упаковок - + xs:decimal @@ -731,23 +731,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -763,7 +763,7 @@ Количество - + xs:decimal @@ -773,23 +773,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -805,28 +805,28 @@ Подразделение - + d5p1:CatalogRef.СтруктураПредприятия false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -842,28 +842,28 @@ Группа продукции - + d5p1:CatalogRef.ГруппыПродукции false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -879,28 +879,28 @@ Аналитика учета номенклатуры - + d5p1:CatalogRef.КлючиАналитикиУчетаНоменклатуры false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -916,7 +916,7 @@ Идентификатор строки - + xs:decimal @@ -926,23 +926,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -970,35 +970,35 @@ Дополнительные реквизиты - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -1012,28 +1012,28 @@ Свойство - + d5p1:ChartOfCharacteristicTypesRef.ДополнительныеРеквизитыИСведения false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -1049,7 +1049,7 @@ Значение - + xs:string @@ -1058,23 +1058,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -1090,7 +1090,7 @@ Текстовая строка - + xs:string @@ -1099,23 +1099,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/Configuration.xml index 279a7ef4..fb5ac174 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными.xml b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными.xml index 9685eaa1..ba63aca8 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными.xml @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ Обмен данными - + true 9 Variable @@ -49,26 +49,26 @@ DontUse Directly ExchangePlan.ОбменДанными.Form.ФормаЭлемента - - - - - - - + + + + + + + false false DontUse Auto false - + Managed Use - - - - - + + + + + DontUse false false @@ -83,7 +83,7 @@ Адрес обмена - + xs:string @@ -92,25 +92,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -126,7 +126,7 @@ Дата последнего обмена - + xs:dateTime @@ -134,25 +134,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/Configuration.xml index eae38c1e..ebb09d46 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры.xml index 08d24d58..ffc6d26a 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры.xml @@ -1,4 +1,4 @@ - + @@ -39,117 +39,117 @@ Цены номенклатуры - + true InDialog - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + Day @@ -160,11 +160,11 @@ Use false false - - - - - + + + + + DontUse false false @@ -179,7 +179,7 @@ Цена - + xs:decimal @@ -189,25 +189,25 @@ false - - - + + + false - + false false - - + + false 0 DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -223,7 +223,7 @@ Номенклатура - + xs:string @@ -232,25 +232,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto false false @@ -269,7 +269,7 @@ Вид цены - + xs:string @@ -278,25 +278,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto false false diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/Configuration.xml index 80026e34..64e95252 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов.xml index 67244688..79894449 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов.xml @@ -1,4 +1,4 @@ - + @@ -39,117 +39,117 @@ Адреса магазинов - + true InDialog - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + Nonperiodical @@ -160,11 +160,11 @@ Use false false - - - - - + + + + + DontUse false false @@ -179,7 +179,7 @@ Адрес - + xs:string @@ -188,25 +188,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -222,7 +222,7 @@ Магазин - + xs:string @@ -231,25 +231,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto false false @@ -268,7 +268,7 @@ Комментарий - + xs:string @@ -277,25 +277,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/Configuration.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/Configuration.xml index 4674af9d..a6a98b80 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/Configuration.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют.xml index 2df7032c..575b1a68 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют.xml @@ -1,4 +1,4 @@ - + @@ -39,117 +39,117 @@ Курсы валют - + true InDialog - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + Day @@ -160,11 +160,11 @@ Use false false - - - - - + + + + + DontUse false false @@ -179,7 +179,7 @@ Курс - + xs:decimal @@ -189,25 +189,25 @@ false - - - + + + false - + false false - - + + false 0 DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -223,7 +223,7 @@ Кратность - + xs:decimal @@ -233,25 +233,25 @@ false - - - + + + false - + false false - - + + false 0 DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -267,7 +267,7 @@ Валюта - + xs:string @@ -276,25 +276,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto false false @@ -313,7 +313,7 @@ Организация - + xs:string @@ -322,25 +322,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto false false diff --git a/tests/skills/cases/form-compile/snapshots/additional-columns/Configuration.xml b/tests/skills/cases/form-compile/snapshots/additional-columns/Configuration.xml index 14441583..86eb917f 100644 --- a/tests/skills/cases/form-compile/snapshots/additional-columns/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/additional-columns/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки.xml b/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки.xml index 68bb21e2..571f904c 100644 --- a/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки.xml +++ b/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Доп колонки - + true DataProcessor.ДопКолонки.Form.Форма - + false - - + +
Форма
@@ -48,35 +48,35 @@ Прочее - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -90,7 +90,7 @@ Значение - + xs:string @@ -99,25 +99,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto @@ -142,35 +142,35 @@ Ещё таблица - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -184,7 +184,7 @@ Поле - + xs:string @@ -193,25 +193,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto diff --git a/tests/skills/cases/form-compile/snapshots/attributes-types/Configuration.xml b/tests/skills/cases/form-compile/snapshots/attributes-types/Configuration.xml index 51165ae0..0cee6842 100644 --- a/tests/skills/cases/form-compile/snapshots/attributes-types/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/attributes-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы.xml b/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы.xml index 2c41ed54..e92c7e59 100644 --- a/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы.xml +++ b/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Типы - + true DataProcessor.Типы.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады.xml b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады.xml index 4cada724..d5087254 100644 --- a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады.xml +++ b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Бригады - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - + + Catalog.Бригады.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Configuration.xml b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Configuration.xml index 381e840a..56b9bdd9 100644 --- a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/button-group/Configuration.xml b/tests/skills/cases/form-compile/snapshots/button-group/Configuration.xml index dec13ea8..aaee9ea0 100644 --- a/tests/skills/cases/form-compile/snapshots/button-group/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/button-group/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок.xml b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок.xml index e43fd147..b7b2fe83 100644 --- a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок.xml +++ b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Группы кнопок - + true DataProcessor.ГруппыКнопок.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/calendar/Configuration.xml b/tests/skills/cases/form-compile/snapshots/calendar/Configuration.xml index dc482e2b..6e0f0655 100644 --- a/tests/skills/cases/form-compile/snapshots/calendar/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/calendar/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml b/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml index 047ffc79..485a7b28 100644 --- a/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml +++ b/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Календарь - + true DataProcessor.Календарь.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары.xml b/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары.xml index 912f60af..7741f6d5 100644 --- a/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары.xml +++ b/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.ФормаЭлемента - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Артикул - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/form-compile/snapshots/catalog-form/Configuration.xml b/tests/skills/cases/form-compile/snapshots/catalog-form/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-compile/snapshots/catalog-form/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/catalog-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/chart-fields/Configuration.xml b/tests/skills/cases/form-compile/snapshots/chart-fields/Configuration.xml index a8f25c62..d7c45e06 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-fields/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-fields/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы.xml b/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы.xml index 2179eada..6499f9c1 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Диаграммы - + true DataProcessor.Диаграммы.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/Configuration.xml b/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/Configuration.xml index 029b071d..6896a296 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта.xml b/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта.xml index c6a40b78..2697304d 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Диаграмма ганта - + true DataProcessor.ДиаграммаГанта.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/chart-settings/Configuration.xml b/tests/skills/cases/form-compile/snapshots/chart-settings/Configuration.xml index 9e0b8697..6994a3f2 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-settings/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-settings/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма.xml b/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма.xml index 1a3b132a..305f81a7 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Диаграмма - + true DataProcessor.Диаграмма.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/Configuration.xml b/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/Configuration.xml index b499c9c4..995a2970 100644 --- a/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки.xml b/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки.xml index d3de943a..e01fdc02 100644 --- a/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки.xml +++ b/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Контроль свёртки - + true DataProcessor.КонтрольСвёртки.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/column-group/Configuration.xml b/tests/skills/cases/form-compile/snapshots/column-group/Configuration.xml index 601273a0..02e00f84 100644 --- a/tests/skills/cases/form-compile/snapshots/column-group/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/column-group/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи.xml b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи.xml index 4834949c..9f5e7754 100644 --- a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи.xml +++ b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Задачи - + true DataProcessor.Задачи.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/commands/Configuration.xml b/tests/skills/cases/form-compile/snapshots/commands/Configuration.xml index f734c80c..727d75bb 100644 --- a/tests/skills/cases/form-compile/snapshots/commands/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/commands/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml index 0a5aca6a..8c43ed32 100644 --- a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml +++ b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Команды - + true DataProcessor.Команды.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары.xml index da0959d9..df6d14b0 100644 --- a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары.xml +++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - + + Catalog.Товары.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Артикул - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Configuration.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары.xml index da0959d9..df6d14b0 100644 --- a/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары.xml +++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - + + Catalog.Товары.Form.ФормаСписка - - - - - - - + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Артикул - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Configuration.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары.xml b/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары.xml index 8612d734..344aa255 100644 --- a/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары.xml +++ b/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.ФормаЭлемента - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Цена - + xs:decimal @@ -106,25 +106,25 @@ false - - - + + + false - + false false - - + + false 0 DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/form-compile/snapshots/element-appearance/Configuration.xml b/tests/skills/cases/form-compile/snapshots/element-appearance/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-compile/snapshots/element-appearance/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/element-appearance/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/events/Configuration.xml b/tests/skills/cases/form-compile/snapshots/events/Configuration.xml index 33069281..0a3e148a 100644 --- a/tests/skills/cases/form-compile/snapshots/events/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/events/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml b/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml index a29762e0..a624ea4f 100644 --- a/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml +++ b/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ События - + true DataProcessor.События.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/file-dialog/Configuration.xml b/tests/skills/cases/form-compile/snapshots/file-dialog/Configuration.xml index 5f5d6490..fc83d1b8 100644 --- a/tests/skills/cases/form-compile/snapshots/file-dialog/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/file-dialog/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла.xml b/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла.xml index 4bd84d77..9b48bf60 100644 --- a/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла.xml +++ b/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Загрузка из файла - + true DataProcessor.ЗагрузкаИзФайла.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/groups/Configuration.xml b/tests/skills/cases/form-compile/snapshots/groups/Configuration.xml index 9906609e..617734f6 100644 --- a/tests/skills/cases/form-compile/snapshots/groups/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/groups/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml index 1c18379a..1db4d08d 100644 --- a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml +++ b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Сгруппами - + true DataProcessor.СГруппами.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/input-fields/Configuration.xml b/tests/skills/cases/form-compile/snapshots/input-fields/Configuration.xml index 3fe98e30..57df8c5a 100644 --- a/tests/skills/cases/form-compile/snapshots/input-fields/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/input-fields/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода.xml b/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода.xml index 35fec6cb..2f35d7a0 100644 --- a/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода.xml +++ b/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Поля ввода - + true DataProcessor.ПоляВвода.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/minimal/Configuration.xml b/tests/skills/cases/form-compile/snapshots/minimal/Configuration.xml index baade0a3..66cf217b 100644 --- a/tests/skills/cases/form-compile/snapshots/minimal/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/minimal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml b/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml index 8203d75b..622f2c4f 100644 --- a/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml +++ b/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Минимальная - + true DataProcessor.Минимальная.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/Configuration.xml b/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/Configuration.xml index 842c33a9..254c955d 100644 --- a/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс.xml b/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс.xml index 17ee2492..64e5752f 100644 --- a/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс.xml +++ b/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Тест неймспейс - + true DataProcessor.ТестНеймспейс.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/pages/Configuration.xml b/tests/skills/cases/form-compile/snapshots/pages/Configuration.xml index 02ae2b6e..7762da08 100644 --- a/tests/skills/cases/form-compile/snapshots/pages/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/pages/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml b/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml index e14665a1..15276b05 100644 --- a/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml +++ b/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Мастер - + true DataProcessor.Мастер.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/picture-field/Configuration.xml b/tests/skills/cases/form-compile/snapshots/picture-field/Configuration.xml index 9de4f506..0b4c0e6e 100644 --- a/tests/skills/cases/form-compile/snapshots/picture-field/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/picture-field/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке.xml b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке.xml index f6aacab6..c8c0ea25 100644 --- a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке.xml +++ b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Картинка встроке - + true DataProcessor.КартинкаВСтроке.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Configuration.xml b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Configuration.xml index e67bb82b..0446acd2 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио.xml b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио.xml index b2786790..303a304f 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Тест радио - + true DataProcessor.ТестРадио.Form.Форма - + false - - + + @@ -37,28 +37,28 @@ Способ курса - + d5p1:EnumRef.СпособыКурса false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto diff --git a/tests/skills/cases/form-compile/snapshots/radio-synonyms/Configuration.xml b/tests/skills/cases/form-compile/snapshots/radio-synonyms/Configuration.xml index 1eb33e88..319a490e 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-synonyms/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-synonyms/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы.xml b/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы.xml index 6f94162a..98a28015 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Тест синонимы - + true DataProcessor.ТестСинонимы.Form.Форма - + false - - + + @@ -37,28 +37,28 @@ Способ курса - + d5p1:EnumRef.СпособыКурса false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto diff --git a/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/Configuration.xml b/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/Configuration.xml index db203c52..b1361d2d 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер.xml b/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер.xml index f4844606..80b109ec 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Тест тумблер - + true DataProcessor.ТестТумблер.Form.Форма - + false - - + + @@ -37,7 +37,7 @@ Отбор строк - + xs:string @@ -46,23 +46,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto diff --git a/tests/skills/cases/form-compile/snapshots/special-fields/Configuration.xml b/tests/skills/cases/form-compile/snapshots/special-fields/Configuration.xml index 3baa925d..e280e882 100644 --- a/tests/skills/cases/form-compile/snapshots/special-fields/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/special-fields/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля.xml b/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля.xml index 2711d1be..d5dfdc5a 100644 --- a/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля.xml +++ b/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Спец поля - + true DataProcessor.СпецПоля.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/synonyms/Configuration.xml b/tests/skills/cases/form-compile/snapshots/synonyms/Configuration.xml index f8405b07..f2e2584c 100644 --- a/tests/skills/cases/form-compile/snapshots/synonyms/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/synonyms/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml index 4e776e9d..0469dad3 100644 --- a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml +++ b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Тест - + true DataProcessor.Тест.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/table/Configuration.xml b/tests/skills/cases/form-compile/snapshots/table/Configuration.xml index 57b4856c..8f116a04 100644 --- a/tests/skills/cases/form-compile/snapshots/table/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/table/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml index 137e3315..9344bc8f 100644 --- a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml +++ b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Таблица - + true DataProcessor.Таблица.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-compile/snapshots/text-edit-flag/Configuration.xml b/tests/skills/cases/form-compile/snapshots/text-edit-flag/Configuration.xml index d34f407a..fb65e6c6 100644 --- a/tests/skills/cases/form-compile/snapshots/text-edit-flag/Configuration.xml +++ b/tests/skills/cases/form-compile/snapshots/text-edit-flag/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода.xml b/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода.xml index ec761dee..4b7e5fc1 100644 --- a/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода.xml +++ b/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Запрет ручного ввода - + true DataProcessor.ЗапретРучногоВвода.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-decompile/snapshots/minimal/Configuration.xml b/tests/skills/cases/form-decompile/snapshots/minimal/Configuration.xml index baade0a3..66cf217b 100644 --- a/tests/skills/cases/form-decompile/snapshots/minimal/Configuration.xml +++ b/tests/skills/cases/form-decompile/snapshots/minimal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml b/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml index 8203d75b..622f2c4f 100644 --- a/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml +++ b/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Минимальная - + true DataProcessor.Минимальная.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-edit/snapshots/add-attribute/Configuration.xml b/tests/skills/cases/form-edit/snapshots/add-attribute/Configuration.xml index 2ea13d3c..9063dbde 100644 --- a/tests/skills/cases/form-edit/snapshots/add-attribute/Configuration.xml +++ b/tests/skills/cases/form-edit/snapshots/add-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты.xml b/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты.xml index 2b911459..08ed1196 100644 --- a/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты.xml +++ b/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Реквизиты - + true DataProcessor.Реквизиты.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-edit/snapshots/add-command/Configuration.xml b/tests/skills/cases/form-edit/snapshots/add-command/Configuration.xml index 0af15699..2ab9c37c 100644 --- a/tests/skills/cases/form-edit/snapshots/add-command/Configuration.xml +++ b/tests/skills/cases/form-edit/snapshots/add-command/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест.xml b/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест.xml index ede5eb90..f8f2f17e 100644 --- a/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест.xml +++ b/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Команды тест - + true DataProcessor.КомандыТест.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-edit/snapshots/add-element/Configuration.xml b/tests/skills/cases/form-edit/snapshots/add-element/Configuration.xml index f8405b07..f2e2584c 100644 --- a/tests/skills/cases/form-edit/snapshots/add-element/Configuration.xml +++ b/tests/skills/cases/form-edit/snapshots/add-element/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест.xml b/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест.xml index 4e776e9d..0469dad3 100644 --- a/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест.xml +++ b/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Тест - + true DataProcessor.Тест.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-edit/snapshots/add-group-with-fields/Configuration.xml b/tests/skills/cases/form-edit/snapshots/add-group-with-fields/Configuration.xml index 41a9e199..4185c62e 100644 --- a/tests/skills/cases/form-edit/snapshots/add-group-with-fields/Configuration.xml +++ b/tests/skills/cases/form-edit/snapshots/add-group-with-fields/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа.xml b/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа.xml index 5d9e24f5..bb1d0b72 100644 --- a/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа.xml +++ b/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Группа - + true DataProcessor.Группа.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml b/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml index 8d06bdee..3159b5e4 100644 --- a/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml +++ b/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.Форма - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/form-info/snapshots/overview/Configuration.xml b/tests/skills/cases/form-info/snapshots/overview/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-info/snapshots/overview/Configuration.xml +++ b/tests/skills/cases/form-info/snapshots/overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-info/snapshots/rich-form/Configuration.xml b/tests/skills/cases/form-info/snapshots/rich-form/Configuration.xml index 4c647f45..f34dfd89 100644 --- a/tests/skills/cases/form-info/snapshots/rich-form/Configuration.xml +++ b/tests/skills/cases/form-info/snapshots/rich-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо.xml b/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо.xml index 39c12c6a..6b0cf7ba 100644 --- a/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо.xml +++ b/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Инфо - + true DataProcessor.Инфо.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-info/snapshots/simple-form/Configuration.xml b/tests/skills/cases/form-info/snapshots/simple-form/Configuration.xml index eaed2c43..186e23f6 100644 --- a/tests/skills/cases/form-info/snapshots/simple-form/Configuration.xml +++ b/tests/skills/cases/form-info/snapshots/simple-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая.xml b/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая.xml index 3163eb34..9b117c78 100644 --- a/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая.xml +++ b/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Простая - + true DataProcessor.Простая.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml b/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml index 33f323db..061b1c7d 100644 --- a/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml +++ b/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/form-remove/snapshots/basic/Configuration.xml b/tests/skills/cases/form-remove/snapshots/basic/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-remove/snapshots/basic/Configuration.xml +++ b/tests/skills/cases/form-remove/snapshots/basic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-validate/snapshots/compiled-form/Configuration.xml b/tests/skills/cases/form-validate/snapshots/compiled-form/Configuration.xml index 741b5f4e..26aea92f 100644 --- a/tests/skills/cases/form-validate/snapshots/compiled-form/Configuration.xml +++ b/tests/skills/cases/form-validate/snapshots/compiled-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация.xml b/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация.xml index 4a2a71e8..eab4ed34 100644 --- a/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация.xml +++ b/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Валидация - + true DataProcessor.Валидация.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-validate/snapshots/table-form/Configuration.xml b/tests/skills/cases/form-validate/snapshots/table-form/Configuration.xml index 0613f59a..39ecdde3 100644 --- a/tests/skills/cases/form-validate/snapshots/table-form/Configuration.xml +++ b/tests/skills/cases/form-validate/snapshots/table-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл.xml b/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл.xml index 6954d3a2..4babe351 100644 --- a/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл.xml +++ b/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл.xml @@ -1,4 +1,4 @@ - + @@ -19,13 +19,13 @@ Вал табл - + true DataProcessor.ВалТабл.Form.Форма - + false - - + +
Форма
diff --git a/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары.xml b/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары.xml index 8d06bdee..3159b5e4 100644 --- a/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары.xml +++ b/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары.xml @@ -1,4 +1,4 @@ - + @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Товары.Form.Форма - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse diff --git a/tests/skills/cases/form-validate/snapshots/valid-form/Configuration.xml b/tests/skills/cases/form-validate/snapshots/valid-form/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/form-validate/snapshots/valid-form/Configuration.xml +++ b/tests/skills/cases/form-validate/snapshots/valid-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/help-add/snapshots/help-to-catalog/Configuration.xml b/tests/skills/cases/help-add/snapshots/help-to-catalog/Configuration.xml index c5159b0b..e021390d 100644 --- a/tests/skills/cases/help-add/snapshots/help-to-catalog/Configuration.xml +++ b/tests/skills/cases/help-add/snapshots/help-to-catalog/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ ТестКонф - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/help-add/snapshots/help-to-epf-with-form/ОбработкаСФормой.xml b/tests/skills/cases/help-add/snapshots/help-to-epf-with-form/ОбработкаСФормой.xml index 7d9dce85..52a6f6ac 100644 --- a/tests/skills/cases/help-add/snapshots/help-to-epf-with-form/ОбработкаСФормой.xml +++ b/tests/skills/cases/help-add/snapshots/help-to-epf-with-form/ОбработкаСФормой.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ ОбработкаСФормой - + ExternalDataProcessor.ОбработкаСФормой.Form.Форма - +
Форма
diff --git a/tests/skills/cases/interface-edit/snapshots/basic/Configuration.xml b/tests/skills/cases/interface-edit/snapshots/basic/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/interface-edit/snapshots/basic/Configuration.xml +++ b/tests/skills/cases/interface-edit/snapshots/basic/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/interface-edit/snapshots/hide-command/Configuration.xml b/tests/skills/cases/interface-edit/snapshots/hide-command/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/interface-edit/snapshots/hide-command/Configuration.xml +++ b/tests/skills/cases/interface-edit/snapshots/hide-command/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/interface-edit/snapshots/show-command/Configuration.xml b/tests/skills/cases/interface-edit/snapshots/show-command/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/interface-edit/snapshots/show-command/Configuration.xml +++ b/tests/skills/cases/interface-edit/snapshots/show-command/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Configuration.xml b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Configuration.xml index 2e6aa527..f18d092d 100644 --- a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Configuration.xml +++ b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/interface-validate/snapshots/valid/Configuration.xml b/tests/skills/cases/interface-validate/snapshots/valid/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/interface-validate/snapshots/valid/Configuration.xml +++ b/tests/skills/cases/interface-validate/snapshots/valid/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/interface-validate/snapshots/with-placement/Configuration.xml b/tests/skills/cases/interface-validate/snapshots/with-placement/Configuration.xml index 48467b33..9928fe21 100644 --- a/tests/skills/cases/interface-validate/snapshots/with-placement/Configuration.xml +++ b/tests/skills/cases/interface-validate/snapshots/with-placement/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/accounting-register/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/accounting-register/Configuration.xml index e9caed97..31e19bd6 100644 --- a/tests/skills/cases/meta-compile/snapshots/accounting-register/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/accounting-register/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/accumulation-register/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/accumulation-register/Configuration.xml index 8a16d632..83126a47 100644 --- a/tests/skills/cases/meta-compile/snapshots/accumulation-register/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/accumulation-register/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/batch/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/batch/Configuration.xml index 3eee13ba..2aaf2824 100644 --- a/tests/skills/cases/meta-compile/snapshots/batch/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/batch/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/business-process/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/business-process/Configuration.xml index 103a30c3..8495d561 100644 --- a/tests/skills/cases/meta-compile/snapshots/business-process/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/business-process/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/calculation-register/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/calculation-register/Configuration.xml index d581dfd2..2a957dcc 100644 --- a/tests/skills/cases/meta-compile/snapshots/calculation-register/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/calculation-register/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Configuration.xml index ffd0a96a..667cef91 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Configuration.xml index 77d4e497..b1da3d2c 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Configuration.xml index 837231e9..b04d75ab 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-basic/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-basic/Configuration.xml index 41e7f85c..e53bdd3c 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-basic/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-basic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Configuration.xml index f8de87e9..fca64021 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Configuration.xml index 40987220..099b8e7b 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-command/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-command/Configuration.xml index be3edd96..3c107d19 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-command/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-command/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Configuration.xml index e2e179e4..9b452f89 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Configuration.xml index 391de403..3902a3a1 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Configuration.xml index de78cf4a..5c3d0f4b 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Configuration.xml index db91fcb6..d339f591 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Configuration.xml index 48efc756..43a8a65f 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Configuration.xml index b3258ed1..90518e71 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Configuration.xml index b68ca2ce..4499fc44 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/Configuration.xml index 51e7edc8..684f3336 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/Configuration.xml index 55381146..05db14bd 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/Configuration.xml index d249c53c..976a7006 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/command-group/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/command-group/Configuration.xml index 62277c4f..6632ad54 100644 --- a/tests/skills/cases/meta-compile/snapshots/command-group/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/command-group/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-attribute/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-attribute/Configuration.xml index 4d20ce54..6af404e8 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-attribute/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-command/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-command/Configuration.xml index 3f46102a..4f271f07 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-command/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-command/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-form/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-form/Configuration.xml index 851ecdbc..9cf9cefa 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-form/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-form/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-module-client/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-module-client/Configuration.xml index 0c70c590..3d9eb3e3 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-module-client/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-module-client/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-module/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-module/Configuration.xml index 1e62e8ae..c1ab0d1a 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-module/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-module/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-picture/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-picture/Configuration.xml index a671d2dc..a8c4c984 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-picture/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-picture/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/common-template/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/common-template/Configuration.xml index 240a7864..c61c7e1f 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-template/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-template/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/constant-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/constant-full/Configuration.xml index ae3e4bab..e556baa9 100644 --- a/tests/skills/cases/meta-compile/snapshots/constant-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/constant-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/constant/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/constant/Configuration.xml index 9f7505d8..3a7f2a2e 100644 --- a/tests/skills/cases/meta-compile/snapshots/constant/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/constant/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/data-processor-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/data-processor-full/Configuration.xml index bf1c5c63..1b8832b6 100644 --- a/tests/skills/cases/meta-compile/snapshots/data-processor-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/data-processor-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/data-processor/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/data-processor/Configuration.xml index 7259faa0..0e50a717 100644 --- a/tests/skills/cases/meta-compile/snapshots/data-processor/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/data-processor/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/defined-type-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/defined-type-full/Configuration.xml index ff8ad27d..cb4f654e 100644 --- a/tests/skills/cases/meta-compile/snapshots/defined-type-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/defined-type-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/defined-type/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/defined-type/Configuration.xml index efe21714..6481b0ea 100644 --- a/tests/skills/cases/meta-compile/snapshots/defined-type/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/defined-type/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/document-basic/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/document-basic/Configuration.xml index 4b610e96..f7716886 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-basic/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-basic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/document-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/document-full/Configuration.xml index 6f80b4f1..9a06aa27 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/document-journal-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/document-journal-full/Configuration.xml index c084240b..8485e439 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-journal-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-journal-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/document-journal/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/document-journal/Configuration.xml index 646b798a..a9b5cc15 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-journal/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-journal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Configuration.xml index 856804b7..bab18791 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/document-numerator/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/document-numerator/Configuration.xml index 96f417cc..437f3dce 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-numerator/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-numerator/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/enum-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/enum-full/Configuration.xml index 0622c795..708608aa 100644 --- a/tests/skills/cases/meta-compile/snapshots/enum-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/enum-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/enum/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/enum/Configuration.xml index 01e43fe2..d84937db 100644 --- a/tests/skills/cases/meta-compile/snapshots/enum/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/enum/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/Configuration.xml index c66cc840..b00eade8 100644 --- a/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/event-subscription/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/event-subscription/Configuration.xml index 6c98bad0..26a411ed 100644 --- a/tests/skills/cases/meta-compile/snapshots/event-subscription/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/event-subscription/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/Configuration.xml index 314d82b6..bfb6e325 100644 --- a/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/exchange-plan/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/exchange-plan/Configuration.xml index 19caddb3..4dcd0e09 100644 --- a/tests/skills/cases/meta-compile/snapshots/exchange-plan/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/exchange-plan/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/filter-criterion/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/filter-criterion/Configuration.xml index fc2cb718..8b0be2a2 100644 --- a/tests/skills/cases/meta-compile/snapshots/filter-criterion/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/filter-criterion/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/format-218-props/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/format-218-props/Configuration.xml index 4684d6fc..ac05477b 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-218-props/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-218-props/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Configuration.xml index 18af690c..c849526d 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-props/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/format-220-props/Configuration.xml index 457894ef..45da8030 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-props/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-props/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_27 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_27 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/functional-option/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/functional-option/Configuration.xml index 79cfc9a7..20fa3464 100644 --- a/tests/skills/cases/meta-compile/snapshots/functional-option/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/functional-option/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/Configuration.xml index 44e48aaf..55cc2863 100644 --- a/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/http-service/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/http-service/Configuration.xml index 74b2f336..14ba0884 100644 --- a/tests/skills/cases/meta-compile/snapshots/http-service/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/http-service/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/information-register/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/information-register/Configuration.xml index 4674af9d..a6a98b80 100644 --- a/tests/skills/cases/meta-compile/snapshots/information-register/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/information-register/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/report-full/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/report-full/Configuration.xml index 427ccca9..bae575b7 100644 --- a/tests/skills/cases/meta-compile/snapshots/report-full/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/report-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/report/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/report/Configuration.xml index ed303103..61098e2e 100644 --- a/tests/skills/cases/meta-compile/snapshots/report/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/report/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/scheduled-job/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/scheduled-job/Configuration.xml index c443b5f7..9feaf213 100644 --- a/tests/skills/cases/meta-compile/snapshots/scheduled-job/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/scheduled-job/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/sequence/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/sequence/Configuration.xml index 6e127543..9f96641a 100644 --- a/tests/skills/cases/meta-compile/snapshots/sequence/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/sequence/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/session-parameter/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/session-parameter/Configuration.xml index b855c7a1..9d7697e0 100644 --- a/tests/skills/cases/meta-compile/snapshots/session-parameter/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/session-parameter/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/settings-storage/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/settings-storage/Configuration.xml index 18b420f9..e1ad91b1 100644 --- a/tests/skills/cases/meta-compile/snapshots/settings-storage/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/settings-storage/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/task/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/task/Configuration.xml index 17625668..d162a6c0 100644 --- a/tests/skills/cases/meta-compile/snapshots/task/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/task/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/web-service/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/web-service/Configuration.xml index 3fde793f..b15e4800 100644 --- a/tests/skills/cases/meta-compile/snapshots/web-service/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/web-service/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-compile/snapshots/ws-reference/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/ws-reference/Configuration.xml index 1541d494..f237a4eb 100644 --- a/tests/skills/cases/meta-compile/snapshots/ws-reference/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/ws-reference/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/add-attribute/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-edit/snapshots/add-attribute/Catalogs/Контрагенты.xml index a45e9be3..c9d5f322 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-attribute/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-attribute/Catalogs/Контрагенты.xml @@ -31,14 +31,14 @@ Контрагенты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Инн - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-edit/snapshots/add-attribute/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/add-attribute/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-attribute/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/add-enum-values/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/add-enum-values/Configuration.xml index 05b10548..67518d17 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-enum-values/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-enum-values/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/add-enum-values/Enums/Статусы.xml b/tests/skills/cases/meta-edit/snapshots/add-enum-values/Enums/Статусы.xml index 1ecfde1c..37780eec 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-enum-values/Enums/Статусы.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-enum-values/Enums/Статусы.xml @@ -23,72 +23,72 @@ Статусы - + false - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + true BothWays - - - - - - - + + + + + + + Auto @@ -101,7 +101,7 @@ Новый - + @@ -113,7 +113,7 @@ Вработе - + @@ -125,7 +125,7 @@ Закрыт - + diff --git a/tests/skills/cases/meta-edit/snapshots/add-predefined/Catalogs/Спр.xml b/tests/skills/cases/meta-edit/snapshots/add-predefined/Catalogs/Спр.xml index 2ddf2d6b..034a2b25 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-predefined/Catalogs/Спр.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-predefined/Catalogs/Спр.xml @@ -31,14 +31,14 @@ Спр - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,32 +60,32 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse false false - +
diff --git a/tests/skills/cases/meta-edit/snapshots/add-predefined/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/add-predefined/Configuration.xml index 199f22d9..b0230c5f 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-predefined/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-predefined/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/add-tabpart/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-edit/snapshots/add-tabpart/Catalogs/Контрагенты.xml index 1dd80f52..8490c8f7 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-tabpart/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-tabpart/Catalogs/Контрагенты.xml @@ -31,14 +31,14 @@ Контрагенты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -106,35 +106,35 @@ Контактная информация - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + ForItem @@ -149,7 +149,7 @@ Тип - + xs:string @@ -158,23 +158,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -190,7 +190,7 @@ Значение - + xs:string @@ -199,23 +199,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/meta-edit/snapshots/add-tabpart/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/add-tabpart/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-tabpart/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-tabpart/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Configuration.xml index af02d5cc..9b01c66a 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Documents/Заказ.xml b/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Documents/Заказ.xml index c9223c32..004ac92f 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Documents/Заказ.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-ts-attribute/Documents/Заказ.xml @@ -31,17 +31,17 @@ Заказ - + true - + String 11 Variable Year true true - - + + Document.Заказ.StandardAttribute.Number @@ -49,29 +49,29 @@ Begin DontUse Directly - - - - - - + + + + + + Allow Deny AutoDelete WriteSelected AutoFill - + true true false - + Managed Use - - - - - + + + + + Auto DontUse false @@ -97,35 +97,35 @@ Товары - - + + DontCheck - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + @@ -139,28 +139,28 @@ Номенклатура - + d5p1:CatalogRef.Номенклатура false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -176,7 +176,7 @@ Количество - + xs:decimal @@ -186,23 +186,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use @@ -218,7 +218,7 @@ Цена - + xs:decimal @@ -228,23 +228,23 @@ false - - - + + + false - + false false - - + + DontCheck Items - - + + Auto Auto - - + + Auto DontIndex Use diff --git a/tests/skills/cases/meta-edit/snapshots/combined-operations/Catalogs/Товары.xml b/tests/skills/cases/meta-edit/snapshots/combined-operations/Catalogs/Товары.xml index 427a5ee2..f226084a 100644 --- a/tests/skills/cases/meta-edit/snapshots/combined-operations/Catalogs/Товары.xml +++ b/tests/skills/cases/meta-edit/snapshots/combined-operations/Catalogs/Товары.xml @@ -31,14 +31,14 @@ Товары - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Артикул - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -140,7 +140,7 @@ Производитель - + xs:string @@ -149,25 +149,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-edit/snapshots/combined-operations/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/combined-operations/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/meta-edit/snapshots/combined-operations/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/combined-operations/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Catalogs/Спр.xml b/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Catalogs/Спр.xml index d2d2d513..4276f9cd 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Catalogs/Спр.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Catalogs/Спр.xml @@ -31,14 +31,14 @@ Спр - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -61,25 +61,25 @@ DontUse Directly Catalog.Спр.Form.ФормаВыбора - - - - - - - - - + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ Дата - + xs:dateTime @@ -123,21 +123,21 @@ false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -154,20 +154,20 @@ Контр - + d5p1:CatalogRef.Спр false - - - + + + false - + false false - - + + false Catalog.Спр.EmptyRef DontCheck @@ -210,7 +210,7 @@ Сумма - + xs:decimal @@ -220,11 +220,11 @@ false - - - + + + false - + false false 0 @@ -233,12 +233,12 @@ 0 DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Configuration.xml index 199f22d9..b0230c5f 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-attribute-structural/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-attribute/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-edit/snapshots/modify-attribute/Catalogs/Контрагенты.xml index c8ae00b5..465df0ba 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-attribute/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-attribute/Catalogs/Контрагенты.xml @@ -31,14 +31,14 @@ Контрагенты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -95,7 +95,7 @@ Номер телефона - + xs:string 50 @@ -103,24 +103,24 @@ false - - - + + + false - + false false - - - false + + + false DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-edit/snapshots/modify-attribute/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-attribute/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-attribute/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Catalogs/Спр.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Catalogs/Спр.xml index a0f94440..71b7cd43 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Catalogs/Спр.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Catalogs/Спр.xml @@ -31,14 +31,14 @@ Спр - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,28 +60,28 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - + Catalog.Спр.Attribute.Орг Managed Use - - - - - + + + + + Use Auto DontUse @@ -98,30 +98,30 @@ Орг - + d5p1:CatalogRef.Спр false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Configuration.xml index 199f22d9..b0230c5f 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-datalockfields/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Catalogs/ДоговорыКонтрагентов.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Catalogs/ДоговорыКонтрагентов.xml index c16569a3..a7bb4164 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Catalogs/ДоговорыКонтрагентов.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Catalogs/ДоговорыКонтрагентов.xml @@ -31,7 +31,7 @@ Договоры контрагентов - + false HierarchyFoldersAndItems false @@ -51,7 +51,7 @@ false true AsDescription - + Auto InDialog false @@ -63,35 +63,35 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false Catalog.Контрагенты Document.ЗаказПоставщику - + Managed Use - - - - - + + + + + Use Auto DontUse false false - +
diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Configuration.xml index 3592f9ae..777c5f7c 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Configuration.xml index 8a38ebf2..0139dfdb 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/DocumentJournals/Журнал.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/DocumentJournals/Журнал.xml index b8c30e7a..9d46193b 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/DocumentJournals/Журнал.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/DocumentJournals/Журнал.xml @@ -23,9 +23,9 @@ Журнал - - - + + + true Document.Расход @@ -33,166 +33,166 @@ false - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - + DontCheck false false Auto - - + + false - - + + Auto Auto - + false Use false - - - + + + Use - - - - + + + + - - - + + + - + diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/ChartsOfCharacteristicTypes/ТестовыйПВХ.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/ChartsOfCharacteristicTypes/ТестовыйПВХ.xml index 84dd4c4f..b2055bf7 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/ChartsOfCharacteristicTypes/ТестовыйПВХ.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/ChartsOfCharacteristicTypes/ТестовыйПВХ.xml @@ -35,10 +35,10 @@ Тестовый ПВХ - + true false - + xs:boolean xs:string @@ -57,7 +57,7 @@ true true AsDescription - + Auto InDialog false @@ -71,29 +71,29 @@ Directly DontUse Auto - - - - - - - - - - - - + + + + + + + + + + + + Managed Use - - - - - + + + + + DontUse false false - +
diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/Configuration.xml index a4cbe737..457154f6 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-type-pvh/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property/Catalogs/Организации.xml b/tests/skills/cases/meta-edit/snapshots/modify-property/Catalogs/Организации.xml index 20260bf7..77edfc4d 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property/Catalogs/Организации.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property/Catalogs/Организации.xml @@ -31,14 +31,14 @@ Организации - + false HierarchyFoldersAndItems false 2 true true - + ToItems 11 150 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,32 +60,32 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse false false - +
diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/modify-property/Configuration.xml index 74ca373f..a489a9bb 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/remove-attribute/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-edit/snapshots/remove-attribute/Catalogs/Контрагенты.xml index ca798194..64863465 100644 --- a/tests/skills/cases/meta-edit/snapshots/remove-attribute/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/remove-attribute/Catalogs/Контрагенты.xml @@ -31,14 +31,14 @@ Контрагенты - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ ИНН - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-edit/snapshots/remove-attribute/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/remove-attribute/Configuration.xml index c07959c0..40288da9 100644 --- a/tests/skills/cases/meta-edit/snapshots/remove-attribute/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/remove-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Catalogs/КрлфСпр.xml b/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Catalogs/КрлфСпр.xml index 1cf0e39b..7db44ef8 100644 --- a/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Catalogs/КрлфСпр.xml +++ b/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Catalogs/КрлфСпр.xml @@ -31,14 +31,14 @@ КРЛФ спр - + false HierarchyFoldersAndItems false 2 true true - + ToItems 9 25 @@ -48,7 +48,7 @@ false true AsDescription - + Auto InDialog false @@ -60,26 +60,26 @@ Begin DontUse Directly - - - - - - - - - - + + + + + + + + + + false - - + + Managed Use - - - - - + + + + + Use Auto DontUse @@ -96,7 +96,7 @@ База - + xs:string @@ -105,25 +105,25 @@ false - - - + + + false - + false false - - + + false - + DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex @@ -140,30 +140,30 @@ Новый - + xs:boolean false - - - + + + false - + false false - - + + false false DontCheck Items - - + + Auto Auto - - + + Auto ForItem DontIndex diff --git a/tests/skills/cases/meta-info/snapshots/catalog-brief/Configuration.xml b/tests/skills/cases/meta-info/snapshots/catalog-brief/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-brief/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-brief/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/catalog-full/Configuration.xml b/tests/skills/cases/meta-info/snapshots/catalog-full/Configuration.xml index 5405b1b5..df38c8e6 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-full/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-full/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Configuration.xml b/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Configuration.xml index 39e74a82..4f4c66c8 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/catalog-overview/Configuration.xml b/tests/skills/cases/meta-info/snapshots/catalog-overview/Configuration.xml index be3edd96..3c107d19 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-overview/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Configuration.xml b/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Configuration.xml index 3093dee4..1537c2c9 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Configuration.xml b/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Configuration.xml index 3093dee4..1537c2c9 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/cct-hierarchical/Configuration.xml b/tests/skills/cases/meta-info/snapshots/cct-hierarchical/Configuration.xml index f7387717..25daa603 100644 --- a/tests/skills/cases/meta-info/snapshots/cct-hierarchical/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/cct-hierarchical/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/Configuration.xml b/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/Configuration.xml index f7387717..25daa603 100644 --- a/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/common-module-overview/Configuration.xml b/tests/skills/cases/meta-info/snapshots/common-module-overview/Configuration.xml index 1e62e8ae..c1ab0d1a 100644 --- a/tests/skills/cases/meta-info/snapshots/common-module-overview/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/common-module-overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/document-overview/Configuration.xml b/tests/skills/cases/meta-info/snapshots/document-overview/Configuration.xml index af02d5cc..9b01c66a 100644 --- a/tests/skills/cases/meta-info/snapshots/document-overview/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/document-overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Configuration.xml b/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Configuration.xml index e63c3b0e..fde3ec3f 100644 --- a/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Configuration.xml b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Configuration.xml index 79714163..d592ff23 100644 --- a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/drilldown-value-type/Configuration.xml b/tests/skills/cases/meta-info/snapshots/drilldown-value-type/Configuration.xml index f7387717..25daa603 100644 --- a/tests/skills/cases/meta-info/snapshots/drilldown-value-type/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/drilldown-value-type/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/enum-overview/Configuration.xml b/tests/skills/cases/meta-info/snapshots/enum-overview/Configuration.xml index 05b10548..67518d17 100644 --- a/tests/skills/cases/meta-info/snapshots/enum-overview/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/enum-overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-info/snapshots/info-register-overview/Configuration.xml b/tests/skills/cases/meta-info/snapshots/info-register-overview/Configuration.xml index 4674af9d..a6a98b80 100644 --- a/tests/skills/cases/meta-info/snapshots/info-register-overview/Configuration.xml +++ b/tests/skills/cases/meta-info/snapshots/info-register-overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-remove/snapshots/basic/Configuration.xml b/tests/skills/cases/meta-remove/snapshots/basic/Configuration.xml index b60180a1..8dc3db95 100644 --- a/tests/skills/cases/meta-remove/snapshots/basic/Configuration.xml +++ b/tests/skills/cases/meta-remove/snapshots/basic/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-remove/snapshots/dry-run/Configuration.xml b/tests/skills/cases/meta-remove/snapshots/dry-run/Configuration.xml index 3df515ae..96b16982 100644 --- a/tests/skills/cases/meta-remove/snapshots/dry-run/Configuration.xml +++ b/tests/skills/cases/meta-remove/snapshots/dry-run/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-remove/snapshots/remove-common-module/Configuration.xml b/tests/skills/cases/meta-remove/snapshots/remove-common-module/Configuration.xml index b60180a1..8dc3db95 100644 --- a/tests/skills/cases/meta-remove/snapshots/remove-common-module/Configuration.xml +++ b/tests/skills/cases/meta-remove/snapshots/remove-common-module/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-remove/snapshots/remove-document/Configuration.xml b/tests/skills/cases/meta-remove/snapshots/remove-document/Configuration.xml index b60180a1..8dc3db95 100644 --- a/tests/skills/cases/meta-remove/snapshots/remove-document/Configuration.xml +++ b/tests/skills/cases/meta-remove/snapshots/remove-document/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-remove/snapshots/remove-enum/Configuration.xml b/tests/skills/cases/meta-remove/snapshots/remove-enum/Configuration.xml index b60180a1..8dc3db95 100644 --- a/tests/skills/cases/meta-remove/snapshots/remove-enum/Configuration.xml +++ b/tests/skills/cases/meta-remove/snapshots/remove-enum/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Configuration.xml index 7baaca3b..cda430bf 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Configuration.xml index 3df515ae..96b16982 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-catalog/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-catalog/Configuration.xml index 3df515ae..96b16982 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-catalog/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-catalog/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-common-module/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-common-module/Configuration.xml index 1e62e8ae..c1ab0d1a 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-common-module/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-common-module/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-constant/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-constant/Configuration.xml index 9f7505d8..3a7f2a2e 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-constant/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-constant/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-document/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-document/Configuration.xml index 4b610e96..f7716886 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-document/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-document/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-enum/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-enum/Configuration.xml index 05b10548..67518d17 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-enum/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-enum/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/meta-validate/snapshots/valid-info-register/Configuration.xml b/tests/skills/cases/meta-validate/snapshots/valid-info-register/Configuration.xml index 4674af9d..a6a98b80 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-info-register/Configuration.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-info-register/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/basic-role/Configuration.xml b/tests/skills/cases/role-compile/snapshots/basic-role/Configuration.xml index 5a437490..6466cd23 100644 --- a/tests/skills/cases/role-compile/snapshots/basic-role/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/basic-role/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/edit-preset/Configuration.xml b/tests/skills/cases/role-compile/snapshots/edit-preset/Configuration.xml index d80a4fa6..0f523bcc 100644 --- a/tests/skills/cases/role-compile/snapshots/edit-preset/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/edit-preset/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/explicit-rights/Configuration.xml b/tests/skills/cases/role-compile/snapshots/explicit-rights/Configuration.xml index a96145d5..93993baf 100644 --- a/tests/skills/cases/role-compile/snapshots/explicit-rights/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/explicit-rights/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/minimal/Configuration.xml b/tests/skills/cases/role-compile/snapshots/minimal/Configuration.xml index 7b3304cc..a475597a 100644 --- a/tests/skills/cases/role-compile/snapshots/minimal/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/minimal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/russian-types/Configuration.xml b/tests/skills/cases/role-compile/snapshots/russian-types/Configuration.xml index d1395118..5b480df8 100644 --- a/tests/skills/cases/role-compile/snapshots/russian-types/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/russian-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/synonym-rights/Configuration.xml b/tests/skills/cases/role-compile/snapshots/synonym-rights/Configuration.xml index 5a437490..6466cd23 100644 --- a/tests/skills/cases/role-compile/snapshots/synonym-rights/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/synonym-rights/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/view-preset/Configuration.xml b/tests/skills/cases/role-compile/snapshots/view-preset/Configuration.xml index 1add5411..900b11f1 100644 --- a/tests/skills/cases/role-compile/snapshots/view-preset/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/view-preset/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-compile/snapshots/with-rls/Configuration.xml b/tests/skills/cases/role-compile/snapshots/with-rls/Configuration.xml index 1d579a39..3fa55000 100644 --- a/tests/skills/cases/role-compile/snapshots/with-rls/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/with-rls/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-info/snapshots/multiple-types/Configuration.xml b/tests/skills/cases/role-info/snapshots/multiple-types/Configuration.xml index 18a906f0..98f2dccf 100644 --- a/tests/skills/cases/role-info/snapshots/multiple-types/Configuration.xml +++ b/tests/skills/cases/role-info/snapshots/multiple-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-info/snapshots/overview/Configuration.xml b/tests/skills/cases/role-info/snapshots/overview/Configuration.xml index 0e87df37..0d84aa54 100644 --- a/tests/skills/cases/role-info/snapshots/overview/Configuration.xml +++ b/tests/skills/cases/role-info/snapshots/overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-info/snapshots/with-rls/Configuration.xml b/tests/skills/cases/role-info/snapshots/with-rls/Configuration.xml index a690139b..80c8d455 100644 --- a/tests/skills/cases/role-info/snapshots/with-rls/Configuration.xml +++ b/tests/skills/cases/role-info/snapshots/with-rls/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-validate/snapshots/multiple-objects/Configuration.xml b/tests/skills/cases/role-validate/snapshots/multiple-objects/Configuration.xml index 6c139e36..6bbec625 100644 --- a/tests/skills/cases/role-validate/snapshots/multiple-objects/Configuration.xml +++ b/tests/skills/cases/role-validate/snapshots/multiple-objects/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-validate/snapshots/valid-role/Configuration.xml b/tests/skills/cases/role-validate/snapshots/valid-role/Configuration.xml index 0e87df37..0d84aa54 100644 --- a/tests/skills/cases/role-validate/snapshots/valid-role/Configuration.xml +++ b/tests/skills/cases/role-validate/snapshots/valid-role/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/role-validate/snapshots/with-rls/Configuration.xml b/tests/skills/cases/role-validate/snapshots/with-rls/Configuration.xml index 5d3237d7..712dad9d 100644 --- a/tests/skills/cases/role-validate/snapshots/with-rls/Configuration.xml +++ b/tests/skills/cases/role-validate/snapshots/with-rls/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/basic/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/basic/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/basic/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/basic/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/full/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/full/Configuration.xml index b15db2d6..a94bf691 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/full/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/full/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/minimal/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/minimal/Configuration.xml index d31a894d..a92231b9 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/minimal/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/minimal/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Configuration.xml index 2e6aa527..f18d092d 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи.xml index e2384567..543210e9 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи.xml @@ -9,13 +9,13 @@ Продажи - + true true false - - - + + + Настройки diff --git a/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-children/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/with-children/Configuration.xml index 3c149749..72ba5f7c 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-children/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-children/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Configuration.xml index a20a5b7e..095ee154 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-content/Configuration.xml b/tests/skills/cases/subsystem-compile/snapshots/with-content/Configuration.xml index fc4f0d95..9c2db99b 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-content/Configuration.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-content/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-child/Configuration.xml b/tests/skills/cases/subsystem-edit/snapshots/add-child/Configuration.xml index 2e6aa527..f18d092d 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-child/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-child/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи.xml index d6828d33..af58d35e 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи.xml @@ -9,13 +9,13 @@ Продажи - + true true false - - - + + + Настройки diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-content/Configuration.xml b/tests/skills/cases/subsystem-edit/snapshots/add-content/Configuration.xml index 48467b33..9928fe21 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-content/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-content/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-content/Subsystems/Склад.xml b/tests/skills/cases/subsystem-edit/snapshots/add-content/Subsystems/Склад.xml index f75769d6..afc71eb8 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-content/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-content/Subsystems/Склад.xml @@ -9,17 +9,17 @@ Склад - + true true false - - + + Catalog.Товары Document.Заказ - + diff --git a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Configuration.xml b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Configuration.xml index 48467b33..9928fe21 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Subsystems/Склад.xml b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Subsystems/Склад.xml index 45255b3c..e86fdb0b 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Subsystems/Склад.xml @@ -9,16 +9,16 @@ Склад - + true true false - - + + Catalog.Товары - + diff --git a/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Subsystems/КрлфПС.xml b/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Subsystems/КрлфПС.xml index 2a669dbd..998806ce 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Subsystems/КрлфПС.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Subsystems/КрлфПС.xml @@ -9,17 +9,17 @@ КРЛФ ПС - + true true false - - + + CommonModule.М CommonModule.Второй - + diff --git a/tests/skills/cases/subsystem-edit/snapshots/set-property/Configuration.xml b/tests/skills/cases/subsystem-edit/snapshots/set-property/Configuration.xml index 2e6aa527..f18d092d 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/set-property/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/set-property/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-edit/snapshots/set-property/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-edit/snapshots/set-property/Subsystems/Продажи.xml index f97e0beb..80384246 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/set-property/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/set-property/Subsystems/Продажи.xml @@ -9,14 +9,14 @@ Продажи - + true false false - - - + + + - + diff --git a/tests/skills/cases/subsystem-info/snapshots/content-mode/Configuration.xml b/tests/skills/cases/subsystem-info/snapshots/content-mode/Configuration.xml index fc4f0d95..9c2db99b 100644 --- a/tests/skills/cases/subsystem-info/snapshots/content-mode/Configuration.xml +++ b/tests/skills/cases/subsystem-info/snapshots/content-mode/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-info/snapshots/overview/Configuration.xml b/tests/skills/cases/subsystem-info/snapshots/overview/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/subsystem-info/snapshots/overview/Configuration.xml +++ b/tests/skills/cases/subsystem-info/snapshots/overview/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-info/snapshots/tree-mode/Configuration.xml b/tests/skills/cases/subsystem-info/snapshots/tree-mode/Configuration.xml index 2e6aa527..f18d092d 100644 --- a/tests/skills/cases/subsystem-info/snapshots/tree-mode/Configuration.xml +++ b/tests/skills/cases/subsystem-info/snapshots/tree-mode/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-info/snapshots/with-children/Configuration.xml b/tests/skills/cases/subsystem-info/snapshots/with-children/Configuration.xml index 3c149749..72ba5f7c 100644 --- a/tests/skills/cases/subsystem-info/snapshots/with-children/Configuration.xml +++ b/tests/skills/cases/subsystem-info/snapshots/with-children/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-validate/snapshots/valid/Configuration.xml b/tests/skills/cases/subsystem-validate/snapshots/valid/Configuration.xml index cca0b5b5..0c5b5010 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/valid/Configuration.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/valid/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-validate/snapshots/with-children/Configuration.xml b/tests/skills/cases/subsystem-validate/snapshots/with-children/Configuration.xml index 0f6c5117..c141cbec 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/with-children/Configuration.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/with-children/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/subsystem-validate/snapshots/with-content/Configuration.xml b/tests/skills/cases/subsystem-validate/snapshots/with-content/Configuration.xml index 876400e3..0e69ef9f 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/with-content/Configuration.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/with-content/Configuration.xml @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/template-add/snapshots/basic/МояОбработка.xml b/tests/skills/cases/template-add/snapshots/basic/МояОбработка.xml index 2d0f8b97..64d95c5d 100644 --- a/tests/skills/cases/template-add/snapshots/basic/МояОбработка.xml +++ b/tests/skills/cases/template-add/snapshots/basic/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/template-add/snapshots/binary-template/МояОбработка.xml b/tests/skills/cases/template-add/snapshots/binary-template/МояОбработка.xml index ac470ae7..0cbc702a 100644 --- a/tests/skills/cases/template-add/snapshots/binary-template/МояОбработка.xml +++ b/tests/skills/cases/template-add/snapshots/binary-template/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/template-add/snapshots/dcs-template/МояОбработка.xml b/tests/skills/cases/template-add/snapshots/dcs-template/МояОбработка.xml index aec7ef18..535d47d0 100644 --- a/tests/skills/cases/template-add/snapshots/dcs-template/МояОбработка.xml +++ b/tests/skills/cases/template-add/snapshots/dcs-template/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/template-add/snapshots/dcs-to-report/МойОтчёт.xml b/tests/skills/cases/template-add/snapshots/dcs-to-report/МойОтчёт.xml index 91deb6b8..279a780f 100644 --- a/tests/skills/cases/template-add/snapshots/dcs-to-report/МойОтчёт.xml +++ b/tests/skills/cases/template-add/snapshots/dcs-to-report/МойОтчёт.xml @@ -1,4 +1,4 @@ - + @@ -19,15 +19,15 @@ МойОтчёт - - - + + + ExternalReport.МойОтчёт.Template.ОсновнаяСхема - - - - - + + + + + diff --git a/tests/skills/cases/template-add/snapshots/html-template/МояОбработка.xml b/tests/skills/cases/template-add/snapshots/html-template/МояОбработка.xml index e1e11f43..281f2933 100644 --- a/tests/skills/cases/template-add/snapshots/html-template/МояОбработка.xml +++ b/tests/skills/cases/template-add/snapshots/html-template/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/template-add/snapshots/text-template/МояОбработка.xml b/tests/skills/cases/template-add/snapshots/text-template/МояОбработка.xml index 77ef3560..684381b0 100644 --- a/tests/skills/cases/template-add/snapshots/text-template/МояОбработка.xml +++ b/tests/skills/cases/template-add/snapshots/text-template/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/template-remove/snapshots/basic/МояОбработка.xml b/tests/skills/cases/template-remove/snapshots/basic/МояОбработка.xml index 42d7fa3a..1d067969 100644 --- a/tests/skills/cases/template-remove/snapshots/basic/МояОбработка.xml +++ b/tests/skills/cases/template-remove/snapshots/basic/МояОбработка.xml @@ -1,4 +1,4 @@ - + @@ -19,9 +19,9 @@ МояОбработка - - - + + + diff --git a/tests/skills/cases/template-remove/snapshots/remove-from-report/МойОтчёт.xml b/tests/skills/cases/template-remove/snapshots/remove-from-report/МойОтчёт.xml index 6c1221a2..a205f8eb 100644 --- a/tests/skills/cases/template-remove/snapshots/remove-from-report/МойОтчёт.xml +++ b/tests/skills/cases/template-remove/snapshots/remove-from-report/МойОтчёт.xml @@ -1,4 +1,4 @@ - + @@ -19,15 +19,15 @@ МойОтчёт - - - - - - - - - + + + + + + + + + diff --git a/tests/skills/cases/xdto-compile/snapshots/annotations/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/annotations/Configuration.xml index 96a8531d..3c3e211b 100644 --- a/tests/skills/cases/xdto-compile/snapshots/annotations/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/annotations/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/anon-and-content/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/anon-and-content/Configuration.xml index 2330f34e..1f127c9e 100644 --- a/tests/skills/cases/xdto-compile/snapshots/anon-and-content/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/anon-and-content/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/cardinality/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/cardinality/Configuration.xml index 190eb88a..e4e92615 100644 --- a/tests/skills/cases/xdto-compile/snapshots/cardinality/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/cardinality/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/complex-types/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/complex-types/Configuration.xml index 963a4d32..ddb948c8 100644 --- a/tests/skills/cases/xdto-compile/snapshots/complex-types/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/complex-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/fixed-idioms/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/fixed-idioms/Configuration.xml index 30d3b85c..2d9aada8 100644 --- a/tests/skills/cases/xdto-compile/snapshots/fixed-idioms/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/fixed-idioms/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/minimal/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/minimal/Configuration.xml index f32bf316..d233a066 100644 --- a/tests/skills/cases/xdto-compile/snapshots/minimal/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/minimal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/nested-particles/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/nested-particles/Configuration.xml index c06bdb13..6159bce9 100644 --- a/tests/skills/cases/xdto-compile/snapshots/nested-particles/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/nested-particles/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/refs/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/refs/Configuration.xml index dea2eafe..a1c7880f 100644 --- a/tests/skills/cases/xdto-compile/snapshots/refs/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/refs/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/simple-types/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/simple-types/Configuration.xml index 931d80c4..d03c3202 100644 --- a/tests/skills/cases/xdto-compile/snapshots/simple-types/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/simple-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-compile/snapshots/top-level-order/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/top-level-order/Configuration.xml index ae2082f7..9705af9e 100644 --- a/tests/skills/cases/xdto-compile/snapshots/top-level-order/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/top-level-order/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-decompile/snapshots/annotations/Configuration.xml b/tests/skills/cases/xdto-decompile/snapshots/annotations/Configuration.xml index 96a8531d..3c3e211b 100644 --- a/tests/skills/cases/xdto-decompile/snapshots/annotations/Configuration.xml +++ b/tests/skills/cases/xdto-decompile/snapshots/annotations/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-decompile/snapshots/anon-and-content/Configuration.xml b/tests/skills/cases/xdto-decompile/snapshots/anon-and-content/Configuration.xml index 2330f34e..1f127c9e 100644 --- a/tests/skills/cases/xdto-decompile/snapshots/anon-and-content/Configuration.xml +++ b/tests/skills/cases/xdto-decompile/snapshots/anon-and-content/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-decompile/snapshots/complex-types/Configuration.xml b/tests/skills/cases/xdto-decompile/snapshots/complex-types/Configuration.xml index 963a4d32..ddb948c8 100644 --- a/tests/skills/cases/xdto-decompile/snapshots/complex-types/Configuration.xml +++ b/tests/skills/cases/xdto-decompile/snapshots/complex-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-decompile/snapshots/minimal/Configuration.xml b/tests/skills/cases/xdto-decompile/snapshots/minimal/Configuration.xml index f32bf316..d233a066 100644 --- a/tests/skills/cases/xdto-decompile/snapshots/minimal/Configuration.xml +++ b/tests/skills/cases/xdto-decompile/snapshots/minimal/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-decompile/snapshots/simple-types/Configuration.xml b/tests/skills/cases/xdto-decompile/snapshots/simple-types/Configuration.xml index 931d80c4..d03c3202 100644 --- a/tests/skills/cases/xdto-decompile/snapshots/simple-types/Configuration.xml +++ b/tests/skills/cases/xdto-decompile/snapshots/simple-types/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/add-enum/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/add-enum/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/add-enum/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/add-enum/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/add-import/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/add-import/Configuration.xml index 5af04010..86404749 100644 --- a/tests/skills/cases/xdto-edit/snapshots/add-import/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/add-import/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/add-property-attribute/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/add-property-attribute/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/add-property-attribute/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/add-property-attribute/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/add-property/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/add-property/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/add-property/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/add-property/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/add-type/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/add-type/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/add-type/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/add-type/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/remove-property-batch/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/remove-property-batch/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/remove-property-batch/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/remove-property-batch/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/rename/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/rename/Configuration.xml index f42b6da8..6c71bccf 100644 --- a/tests/skills/cases/xdto-edit/snapshots/rename/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/rename/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/rename/XDTOPackages/ОбменСБанком.xml b/tests/skills/cases/xdto-edit/snapshots/rename/XDTOPackages/ОбменСБанком.xml index e278d4c6..2b3062fb 100644 --- a/tests/skills/cases/xdto-edit/snapshots/rename/XDTOPackages/ОбменСБанком.xml +++ b/tests/skills/cases/xdto-edit/snapshots/rename/XDTOPackages/ОбменСБанком.xml @@ -1,4 +1,4 @@ - + @@ -9,7 +9,7 @@ types - + urn:test:types diff --git a/tests/skills/cases/xdto-edit/snapshots/replace-property/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/replace-property/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/replace-property/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/replace-property/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/set-namespace/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/set-namespace/Configuration.xml index 05a1dd19..47b54b93 100644 --- a/tests/skills/cases/xdto-edit/snapshots/set-namespace/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/set-namespace/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/set-namespace/XDTOPackages/common.xml b/tests/skills/cases/xdto-edit/snapshots/set-namespace/XDTOPackages/common.xml index 2454db9c..110cd65a 100644 --- a/tests/skills/cases/xdto-edit/snapshots/set-namespace/XDTOPackages/common.xml +++ b/tests/skills/cases/xdto-edit/snapshots/set-namespace/XDTOPackages/common.xml @@ -1,4 +1,4 @@ - + @@ -9,7 +9,7 @@ common - + urn:test:common:v2 diff --git a/tests/skills/cases/xdto-edit/snapshots/set-synonym/Configuration.xml b/tests/skills/cases/xdto-edit/snapshots/set-synonym/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-edit/snapshots/set-synonym/Configuration.xml +++ b/tests/skills/cases/xdto-edit/snapshots/set-synonym/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-edit/snapshots/set-synonym/XDTOPackages/types.xml b/tests/skills/cases/xdto-edit/snapshots/set-synonym/XDTOPackages/types.xml index 64ac9323..e0ca4d0e 100644 --- a/tests/skills/cases/xdto-edit/snapshots/set-synonym/XDTOPackages/types.xml +++ b/tests/skills/cases/xdto-edit/snapshots/set-synonym/XDTOPackages/types.xml @@ -1,4 +1,4 @@ - + @@ -9,7 +9,7 @@ Обмен с банком - + urn:test:types diff --git a/tests/skills/cases/xdto-info/snapshots/by-namespace/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/by-namespace/Configuration.xml index 05a1dd19..47b54b93 100644 --- a/tests/skills/cases/xdto-info/snapshots/by-namespace/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/by-namespace/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/cross-package/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/cross-package/Configuration.xml index 05a1dd19..47b54b93 100644 --- a/tests/skills/cases/xdto-info/snapshots/cross-package/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/cross-package/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/depth-anon-text/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/depth-anon-text/Configuration.xml index 4a727d54..06c9b2c6 100644 --- a/tests/skills/cases/xdto-info/snapshots/depth-anon-text/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/depth-anon-text/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/package-list/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/package-list/Configuration.xml index 05a1dd19..47b54b93 100644 --- a/tests/skills/cases/xdto-info/snapshots/package-list/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/package-list/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/package-overview/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/package-overview/Configuration.xml index 05a1dd19..47b54b93 100644 --- a/tests/skills/cases/xdto-info/snapshots/package-overview/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/package-overview/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/required-only/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/required-only/Configuration.xml index 4a727d54..06c9b2c6 100644 --- a/tests/skills/cases/xdto-info/snapshots/required-only/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/required-only/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/type-notation/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/type-notation/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-info/snapshots/type-notation/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/type-notation/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/used-by/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/used-by/Configuration.xml index 05a1dd19..47b54b93 100644 --- a/tests/skills/cases/xdto-info/snapshots/used-by/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/used-by/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский diff --git a/tests/skills/cases/xdto-info/snapshots/value-type/Configuration.xml b/tests/skills/cases/xdto-info/snapshots/value-type/Configuration.xml index 389a4b4c..ee441451 100644 --- a/tests/skills/cases/xdto-info/snapshots/value-type/Configuration.xml +++ b/tests/skills/cases/xdto-info/snapshots/value-type/Configuration.xml @@ -1,4 +1,4 @@ - + @@ -39,40 +39,40 @@ TestConfig - - + + Version8_3_24 ManagedApplication PlatformApplication Russian - + - + false false false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Biometrics @@ -223,18 +223,18 @@ false - - - + + + Normal - - + + Language.Русский - - - - - + + + + + Managed NotAutoFree DontUse @@ -242,7 +242,7 @@ TaxiEnableVersion8_2 DontUse Version8_3_24 - + Русский