mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-18 00:29:42 +03:00
fix(tests): починить pre-existing фейлы integration и skd-* snapshots
- build-config/build-epf: заменить runtime-тип FormDataStructure на корректный *Object.XXX
- platform-cfe/config/epf: form-compile принимает -OutputPath (путь до Form.xml), не -FormPath
- skd-edit/info/validate: перегенерированы snapshots после feat(skd-compile) denyIncompleteValues=true (3729b63)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -152,7 +152,7 @@ export const steps = [
|
||||
input: {
|
||||
title: 'Контрагент',
|
||||
attributes: [
|
||||
{ name: 'Объект', type: 'FormDataStructure', main: true },
|
||||
{ name: 'Объект', type: 'CatalogObject.Контрагенты', main: true },
|
||||
],
|
||||
elements: [
|
||||
{ input: 'Наименование', path: 'Объект.Description', title: 'Наименование' },
|
||||
@@ -176,7 +176,7 @@ export const steps = [
|
||||
input: {
|
||||
title: 'Приходная накладная',
|
||||
attributes: [
|
||||
{ name: 'Объект', type: 'FormDataStructure', main: true },
|
||||
{ name: 'Объект', type: 'DocumentObject.ПриходнаяНакладная', main: true },
|
||||
],
|
||||
elements: [
|
||||
{ input: 'Контрагент', path: 'Объект.Контрагент', title: 'Контрагент' },
|
||||
|
||||
@@ -28,7 +28,7 @@ export const steps = [
|
||||
input: {
|
||||
title: 'Тестовая обработка',
|
||||
attributes: [
|
||||
{ name: 'Объект', type: 'FormDataStructure', main: true },
|
||||
{ name: 'Объект', type: 'DataProcessorObject.ТестоваяОбработка', main: true },
|
||||
{ name: 'Наименование', type: 'String' },
|
||||
{ name: 'Количество', type: 'Number' },
|
||||
],
|
||||
|
||||
@@ -46,7 +46,7 @@ export const steps = [
|
||||
{ id: 'Наименование', type: 'input', path: 'Object.Description', title: 'Наименование' },
|
||||
],
|
||||
},
|
||||
args: { '-FormPath': '{workDir}/config/Catalogs/Контрагенты/Forms/ФормаЭлемента', '-JsonPath': '{inputFile}' },
|
||||
args: { '-OutputPath': '{workDir}/config/Catalogs/Контрагенты/Forms/ФормаЭлемента/Ext/Form.xml', '-JsonPath': '{inputFile}' },
|
||||
},
|
||||
|
||||
// ── 2. Build extension ──
|
||||
|
||||
@@ -52,7 +52,7 @@ export const steps = [
|
||||
{ id: 'Наименование', type: 'input', path: 'Object.Description', title: 'Наименование' },
|
||||
],
|
||||
},
|
||||
args: { '-FormPath': '{workDir}/config/Catalogs/Товары/Forms/ФормаЭлемента', '-JsonPath': '{inputFile}' },
|
||||
args: { '-OutputPath': '{workDir}/config/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml', '-JsonPath': '{inputFile}' },
|
||||
},
|
||||
{
|
||||
name: 'form-add: форма документа',
|
||||
@@ -71,7 +71,7 @@ export const steps = [
|
||||
{ id: 'Склад', type: 'input', path: 'Object.Склад', title: 'Склад' },
|
||||
],
|
||||
},
|
||||
args: { '-FormPath': '{workDir}/config/Documents/Приход/Forms/ФормаДокумента', '-JsonPath': '{inputFile}' },
|
||||
args: { '-OutputPath': '{workDir}/config/Documents/Приход/Forms/ФормаДокумента/Ext/Form.xml', '-JsonPath': '{inputFile}' },
|
||||
},
|
||||
{
|
||||
name: 'cf-edit: регистрация объектов',
|
||||
|
||||
@@ -39,7 +39,7 @@ export const steps = [
|
||||
{ id: 'Загрузить', title: 'Загрузить' },
|
||||
],
|
||||
},
|
||||
args: { '-FormPath': '{workDir}/RoundtripТест/Forms/Форма', '-JsonPath': '{inputFile}' },
|
||||
args: { '-OutputPath': '{workDir}/RoundtripТест/Forms/Форма/Ext/Form.xml', '-JsonPath': '{inputFile}' },
|
||||
},
|
||||
|
||||
// ── 3. Build EPF binary ──
|
||||
|
||||
Reference in New Issue
Block a user