diff --git a/.claude/skills/form-add/scripts/form-add.ps1 b/.claude/skills/form-add/scripts/form-add.ps1 index 9b27158a..b30c9bb5 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.13 — Add managed form to 1C config object +# form-add v1.14 — Add managed form to 1C config object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -337,7 +337,7 @@ $formMetaXml = @" "@ -[System.IO.File]::WriteAllText($formMetaPath, $formMetaXml, $encBom) +[System.IO.File]::WriteAllText($formMetaPath, $formMetaXml.TrimEnd("`r", "`n"), $encBom) # --- 3b. Form.xml --- @@ -444,7 +444,7 @@ if ($Purpose -eq "List" -or $Purpose -eq "Choice") { if (Test-Path $formXmlPath) { Write-Host "[SKIP] Form.xml already exists: $formXmlPath — not overwriting" } else { - [System.IO.File]::WriteAllText($formXmlPath, $formXml, $encBom) + [System.IO.File]::WriteAllText($formXmlPath, $formXml.TrimEnd("`r", "`n"), $encBom) } # --- 3c. Module.bsl --- diff --git a/.claude/skills/form-add/scripts/form-add.py b/.claude/skills/form-add/scripts/form-add.py index b49a79e0..de54d9db 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.13 — Add managed form to 1C config object +# form-add v1.14 — 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 7818a7c2..2192d4fb 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.177 — Compile 1C managed form from JSON or object metadata +# form-compile v1.178 — Compile 1C managed form from JSON or object metadata # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [string]$JsonPath, @@ -6622,7 +6622,7 @@ if (-not (Test-Path $outDir)) { } $enc = New-Object System.Text.UTF8Encoding($true) -[System.IO.File]::WriteAllText($outPath, $xml.ToString(), $enc) +[System.IO.File]::WriteAllText($outPath, $xml.ToString().TrimEnd("`r", "`n"), $enc) # --- 13b. Auto-register form in parent object XML --- diff --git a/.claude/skills/form-compile/scripts/form-compile.py b/.claude/skills/form-compile/scripts/form-compile.py index d3cc77bf..731213d8 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.177 — Compile 1C managed form from JSON or object metadata +# form-compile v1.178 — Compile 1C managed form from JSON or object metadata # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import copy @@ -6580,7 +6580,7 @@ def main(): if out_dir and not os.path.exists(out_dir): os.makedirs(out_dir, exist_ok=True) - content = '\n'.join(lines) + '\n' + content = '\n'.join(lines) write_utf8_bom(out_path, content) # --- 4. Auto-register form in parent object XML --- diff --git a/.claude/skills/help-add/scripts/add-help.ps1 b/.claude/skills/help-add/scripts/add-help.ps1 index 2b291ee5..14f411bc 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.10 — Add built-in help to 1C object +# help-add v1.11 — Add built-in help to 1C object # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -195,7 +195,7 @@ $helpXml = @" "@ -[System.IO.File]::WriteAllText($helpXmlPath, $helpXml, $encBom) +[System.IO.File]::WriteAllText($helpXmlPath, $helpXml.TrimEnd("`r", "`n"), $encBom) # --- 2. Help/.html --- diff --git a/.claude/skills/help-add/scripts/add-help.py b/.claude/skills/help-add/scripts/add-help.py index 7670a33f..7e05c670 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.10 — Add built-in help to 1C object +# add-help v1.11 — Add built-in help to 1C object # 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 1d212873..5ac31312 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.77 — Compile 1C metadata object from JSON +# meta-compile v1.78 — Compile 1C metadata object from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -4741,7 +4741,15 @@ if ($objType -notin $typesNoSubDir) { } $enc = New-Object System.Text.UTF8Encoding($true) -[System.IO.File]::WriteAllText($mainXmlPath, $metadataXml, $enc) + +# Единая точка записи XML. Конфигуратор не пишет перевод строки в конце файла — +# последний байт `>`; сборка через AppendLine (и через явный `n в билдерах +# Predefined/Content) добавляла лишний. Модули .bsl сюда НЕ идут: у них свой хвост. +function Write-XmlFile([string]$path, [string]$text, $encoding) { + [System.IO.File]::WriteAllText($path, $text.TrimEnd("`r", "`n"), $encoding) +} + +Write-XmlFile $mainXmlPath $metadataXml $enc # Module files $modulesCreated = @() @@ -4823,7 +4831,7 @@ if ($objType -eq "CommonForm") { if (-not (Test-Path $cfFormXmlPath)) { $cfFormNs = 'xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcsset="http://v8.1c.ru/8.1/data-composition-system/settings" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" xmlns:style="http://v8.1c.ru/8.1/data/ui/style" xmlns:sys="http://v8.1c.ru/8.1/data/ui/fonts/system" xmlns:v8="http://v8.1c.ru/8.1/data/core" xmlns:v8ui="http://v8.1c.ru/8.1/data/ui" xmlns:web="http://v8.1c.ru/8.1/data/ui/colors/web" xmlns:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' $cfFormXml = "`n
`n`t`n`t`ttrue`n`t`n`t`n`n" - [System.IO.File]::WriteAllText($cfFormXmlPath, $cfFormXml, $enc) + Write-XmlFile $cfFormXmlPath $cfFormXml $enc $modulesCreated += $cfFormXmlPath } $cfModuleDir = Join-Path $extDir "Form" @@ -4876,7 +4884,7 @@ if ($objType -eq "ExchangePlan") { [void]$sbC.Append("`t`r`n") } [void]$sbC.Append("`r`n") - [System.IO.File]::WriteAllText($contentPath, $sbC.ToString(), $enc) + Write-XmlFile $contentPath $sbC.ToString() $enc $modulesCreated += $contentPath } elseif (-not (Test-Path $contentPath)) { # При пустом составе платформа всё равно пишет пустой — проверено на @@ -4884,7 +4892,7 @@ if ($objType -eq "ExchangePlan") { # (Единственный план обмена БЕЗ файла найден в УТ — хвостовая аномалия конфигурации, не правило.) Ensure-ExtDir $contentXml = "`r`n`r`n" - [System.IO.File]::WriteAllText($contentPath, $contentXml, $enc) + Write-XmlFile $contentPath $contentXml $enc $modulesCreated += $contentPath } } @@ -4893,7 +4901,7 @@ if ($objType -eq "BusinessProcess") { if (-not (Test-Path $flowchartPath)) { Ensure-ExtDir $flowchartXml = "`r`n`r`n" - [System.IO.File]::WriteAllText($flowchartPath, $flowchartXml, $enc) + Write-XmlFile $flowchartPath $flowchartXml $enc $modulesCreated += $flowchartPath } } @@ -4908,20 +4916,20 @@ if ($objType -eq 'ChartOfAccounts' -and $def.predefined -and @($def.predefined). $edtRef = if ($def.extDimensionTypes) { Resolve-TypePrefixSyn "$($def.extDimensionTypes)" } else { '' } $predefXml = Build-PredefinedAccountXml @($def.predefined) $objName $afNames $edfNames $edtRef $predefPath = Join-Path $extDir "Predefined.xml" - [System.IO.File]::WriteAllText($predefPath, $predefXml, $enc) + Write-XmlFile $predefPath $predefXml $enc $modulesCreated += $predefPath } elseif ($objType -eq 'ChartOfCalculationTypes' -and $def.predefined -and @($def.predefined).Count -gt 0) { Ensure-ExtDir $predefXml = Build-PredefinedCalcTypeXml @($def.predefined) $predefPath = Join-Path $extDir "Predefined.xml" - [System.IO.File]::WriteAllText($predefPath, $predefXml, $enc) + Write-XmlFile $predefPath $predefXml $enc $modulesCreated += $predefPath } elseif ($predefRootByType.ContainsKey($objType) -and $def.predefined -and @($def.predefined).Count -gt 0) { Ensure-ExtDir $catCodeType = if ($def.codeType) { "$($def.codeType)" } else { 'String' } $predefXml = Build-PredefinedXml @($def.predefined) $predefRootByType[$objType] $catCodeType $predefPath = Join-Path $extDir "Predefined.xml" - [System.IO.File]::WriteAllText($predefPath, $predefXml, $enc) + Write-XmlFile $predefPath $predefXml $enc $modulesCreated += $predefPath } diff --git a/.claude/skills/meta-compile/scripts/meta-compile.py b/.claude/skills/meta-compile/scripts/meta-compile.py index 7ce2d946..8179cf97 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.77 — Compile 1C metadata object from JSON +# meta-compile v1.78 — Compile 1C metadata object from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse @@ -4360,7 +4360,7 @@ if obj_type == 'WebService': X(f'\t') X('') -metadata_xml = '\n'.join(lines) + '\n' +metadata_xml = '\n'.join(lines) # --------------------------------------------------------------------------- # 16. Write files diff --git a/.claude/skills/mxl-compile/scripts/mxl-compile.ps1 b/.claude/skills/mxl-compile/scripts/mxl-compile.ps1 index 6797e8b3..b8778bfa 100644 --- a/.claude/skills/mxl-compile/scripts/mxl-compile.ps1 +++ b/.claude/skills/mxl-compile/scripts/mxl-compile.ps1 @@ -1,4 +1,4 @@ -# mxl-compile v1.5 — Compile 1C spreadsheet from JSON +# mxl-compile v1.6 — Compile 1C spreadsheet from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -855,7 +855,7 @@ X '' $enc = New-Object System.Text.UTF8Encoding($true) $resolvedPath = if ([System.IO.Path]::IsPathRooted($OutputPath)) { $OutputPath } else { Join-Path (Get-Location) $OutputPath } Assert-EditAllowed $resolvedPath 'editable' -[System.IO.File]::WriteAllText($resolvedPath, $xml.ToString(), $enc) +[System.IO.File]::WriteAllText($resolvedPath, $xml.ToString().TrimEnd("`r", "`n"), $enc) # --- 9. Summary --- diff --git a/.claude/skills/mxl-compile/scripts/mxl-compile.py b/.claude/skills/mxl-compile/scripts/mxl-compile.py index 87cc377c..7bbec7d3 100644 --- a/.claude/skills/mxl-compile/scripts/mxl-compile.py +++ b/.claude/skills/mxl-compile/scripts/mxl-compile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# mxl-compile v1.5 — Compile 1C spreadsheet from JSON +# mxl-compile v1.6 — Compile 1C spreadsheet from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json @@ -802,7 +802,7 @@ def main(): if out_dir and not os.path.exists(out_dir): os.makedirs(out_dir, exist_ok=True) - content = '\n'.join(lines) + '\n' + content = '\n'.join(lines) write_utf8_bom(out_path, content) # --- 9. Summary --- diff --git a/.claude/skills/role-compile/scripts/role-compile.ps1 b/.claude/skills/role-compile/scripts/role-compile.ps1 index 53cbd1f2..98bbcf3b 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.11 — Compile 1C role from JSON +# role-compile v1.12 — Compile 1C role from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)] @@ -799,8 +799,8 @@ if (-not (Test-Path $extDir)) { } $enc = New-Object System.Text.UTF8Encoding($true) -[System.IO.File]::WriteAllText($metadataPath, $metadataXml, $enc) -[System.IO.File]::WriteAllText($rightsPath, $rightsXml, $enc) +[System.IO.File]::WriteAllText($metadataPath, $metadataXml.TrimEnd("`r", "`n"), $enc) +[System.IO.File]::WriteAllText($rightsPath, $rightsXml.TrimEnd("`r", "`n"), $enc) # --- 12. Register in Configuration.xml --- diff --git a/.claude/skills/role-compile/scripts/role-compile.py b/.claude/skills/role-compile/scripts/role-compile.py index 14e9f32a..416641ac 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.11 — Compile 1C role from JSON +# role-compile v1.12 — Compile 1C role from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json @@ -708,7 +708,7 @@ def main(): lines.append(' ') lines.append('') - metadata_xml = '\n'.join(lines) + '\n' + metadata_xml = '\n'.join(lines) # --- 5. Emit Rights XML (Roles/Name/Ext/Rights.xml) --- lines = [] @@ -756,7 +756,7 @@ def main(): lines.append('') - rights_xml = '\n'.join(lines) + '\n' + rights_xml = '\n'.join(lines) # --- 6. Write output files --- out_dir = args.OutputDir diff --git a/.claude/skills/skd-compile/scripts/skd-compile.ps1 b/.claude/skills/skd-compile/scripts/skd-compile.ps1 index ebb12f6e..fe2f5f61 100644 --- a/.claude/skills/skd-compile/scripts/skd-compile.ps1 +++ b/.claude/skills/skd-compile/scripts/skd-compile.ps1 @@ -1,4 +1,4 @@ -# skd-compile v1.109 — Compile 1C DCS from JSON +# skd-compile v1.110 — Compile 1C DCS from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [string]$DefinitionFile, @@ -3687,7 +3687,7 @@ if ($parentDir -and -not (Test-Path $parentDir)) { $content = $script:xml.ToString() $utf8Bom = New-Object System.Text.UTF8Encoding $true -[System.IO.File]::WriteAllText($OutputPath, $content, $utf8Bom) +[System.IO.File]::WriteAllText($OutputPath, $content.TrimEnd("`r", "`n"), $utf8Bom) # --- 14. Statistics --- diff --git a/.claude/skills/skd-compile/scripts/skd-compile.py b/.claude/skills/skd-compile/scripts/skd-compile.py index 39f73019..07fde398 100644 --- a/.claude/skills/skd-compile/scripts/skd-compile.py +++ b/.claude/skills/skd-compile/scripts/skd-compile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# skd-compile v1.109 — Compile 1C DCS from JSON +# skd-compile v1.110 — Compile 1C DCS from JSON # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json @@ -3069,7 +3069,7 @@ def main(): if parent_dir and not os.path.exists(parent_dir): os.makedirs(parent_dir, exist_ok=True) - content = '\n'.join(lines) + '\n' + content = '\n'.join(lines) write_utf8_bom(output_path, content) # --- 5. Statistics --- diff --git a/.claude/skills/subsystem-compile/scripts/subsystem-compile.ps1 b/.claude/skills/subsystem-compile/scripts/subsystem-compile.ps1 index 445bb12e..cbc29bc4 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.12 — Create 1C subsystem from JSON definition +# subsystem-compile v1.13 — Create 1C subsystem from JSON definition # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [string]$DefinitionFile, @@ -240,7 +240,7 @@ function Write-ChildSubsystemStub([string]$childPath, [string]$childName, [strin [void]$sb.AppendLine("`t`t") [void]$sb.AppendLine("`t") [void]$sb.AppendLine('') - [System.IO.File]::WriteAllText($childPath, $sb.ToString(), $utf8Bom) + [System.IO.File]::WriteAllText($childPath, $sb.ToString().TrimEnd("`r", "`n"), $utf8Bom) } # --- 3. Content type normalization (plural→singular, Russian→English) --- @@ -543,7 +543,7 @@ $targetXml = Join-Path $subsDir "$objName.xml" # Write XML $xmlContent = $script:xml.ToString() $utf8Bom = New-Object System.Text.UTF8Encoding($true) -[System.IO.File]::WriteAllText($targetXml, $xmlContent, $utf8Bom) +[System.IO.File]::WriteAllText($targetXml, $xmlContent.TrimEnd("`r", "`n"), $utf8Bom) Write-Host "[OK] Created: $targetXml" # Create subdirectory and stub files for children if they exist diff --git a/.claude/skills/subsystem-compile/scripts/subsystem-compile.py b/.claude/skills/subsystem-compile/scripts/subsystem-compile.py index 9b62c868..49b4da79 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.12 — Create 1C subsystem from JSON definition +# subsystem-compile v1.13 — Create 1C subsystem from JSON definition # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse import json @@ -279,7 +279,7 @@ def write_child_subsystem_stub(child_path, child_name, format_version): lines.append('\t\t') lines.append('\t') lines.append('') - write_utf8_bom(child_path, '\n'.join(lines) + '\n') + write_utf8_bom(child_path, '\n'.join(lines)) def main(): @@ -525,7 +525,7 @@ def main(): target_xml = os.path.join(subs_dir, f'{obj_name}.xml') # Write XML - xml_content = '\n'.join(lines) + '\n' + xml_content = '\n'.join(lines) write_utf8_bom(target_xml, xml_content) print(f"[OK] Created: {target_xml}") diff --git a/.claude/skills/subsystem-edit/scripts/subsystem-edit.ps1 b/.claude/skills/subsystem-edit/scripts/subsystem-edit.ps1 index 25d0b7d3..8b6d998c 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.9 — Edit existing 1C subsystem XML +# subsystem-edit v1.10 — Edit existing 1C subsystem XML # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills param( [Parameter(Mandatory)][Alias('Path')][string]$SubsystemPath, @@ -332,7 +332,7 @@ function Write-ChildSubsystemStub([string]$childPath, [string]$childName, [strin [void]$sb.AppendLine("`t`t") [void]$sb.AppendLine("`t") [void]$sb.AppendLine('') - [System.IO.File]::WriteAllText($childPath, $sb.ToString(), $utf8Bom) + [System.IO.File]::WriteAllText($childPath, $sb.ToString().TrimEnd("`r", "`n"), $utf8Bom) } function Import-Fragment([string]$xmlString) { diff --git a/.claude/skills/subsystem-edit/scripts/subsystem-edit.py b/.claude/skills/subsystem-edit/scripts/subsystem-edit.py index 665e0627..ae48257c 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.9 — Edit existing 1C subsystem XML +# subsystem-edit v1.10 — Edit existing 1C subsystem XML # Source: https://github.com/Nikolay-Shirokov/cc-1c-skills import argparse @@ -242,7 +242,7 @@ def write_child_subsystem_stub(child_path, child_name, format_version): lines.append('\t\t') lines.append('\t') lines.append('') - write_utf8_bom(child_path, '\n'.join(lines) + '\n') + write_utf8_bom(child_path, '\n'.join(lines)) MD_NS = "http://v8.1c.ru/8.3/MDClasses" XR_NS = "http://v8.1c.ru/8.3/xcf/readable" diff --git a/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава.xml b/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава.xml index 083b0338..35951854 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава/Ext/Rights.xml b/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава/Ext/Rights.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-default-role/Roles/ПолныеПрава/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/add-objects/Catalogs/Товары.xml b/tests/skills/cases/cf-edit/snapshots/add-objects/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-objects/Catalogs/Товары.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-objects/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/add-objects/Documents/ПриходТоваров.xml b/tests/skills/cases/cf-edit/snapshots/add-objects/Documents/ПриходТоваров.xml index 0d0a18c0..0bf882d8 100644 --- a/tests/skills/cases/cf-edit/snapshots/add-objects/Documents/ПриходТоваров.xml +++ b/tests/skills/cases/cf-edit/snapshots/add-objects/Documents/ПриходТоваров.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Остающийся.xml b/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Остающийся.xml index ce966ddf..6cf53408 100644 --- a/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Остающийся.xml +++ b/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Остающийся.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Удаляемый.xml b/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Удаляемый.xml index 82338579..594fe80f 100644 --- a/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Удаляемый.xml +++ b/tests/skills/cases/cf-edit/snapshots/remove-object/Catalogs/Удаляемый.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор.xml b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор.xml index 2f9b3f1f..9bf7319d 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор/Ext/Rights.xml b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор/Ext/Rights.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/Администратор/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава.xml b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава.xml index 083b0338..35951854 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава/Ext/Rights.xml b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава/Ext/Rights.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-default-roles/Roles/ПолныеПрава/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file 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 c74dc4ed..e8f51126 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 @@ -91,4 +91,4 @@
ФормаОбъекта
- + \ No newline at end of file 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 a5cb53a9..ec1b449c 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 @@ -91,4 +91,4 @@
ФормаЭлемента
- + \ No newline at end of file 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 5fbd26b3..8750c162 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 @@ -31,4 +31,4 @@
ФормаПоиска
- + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор.xml index ab0eb08e..625f43b6 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор/Ext/Rights.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор/Ext/Rights.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/Оператор/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава.xml index 083b0338..35951854 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава/Ext/Rights.xml b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава/Ext/Rights.xml +++ b/tests/skills/cases/cf-edit/snapshots/set-home-page/Roles/ПолныеПрава/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/cf-info/snapshots/config-with-objects/Catalogs/Товары.xml b/tests/skills/cases/cf-info/snapshots/config-with-objects/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cf-info/snapshots/config-with-objects/Catalogs/Товары.xml +++ b/tests/skills/cases/cf-info/snapshots/config-with-objects/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-info/snapshots/config-with-objects/Documents/Заказ.xml b/tests/skills/cases/cf-info/snapshots/config-with-objects/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/cf-info/snapshots/config-with-objects/Documents/Заказ.xml +++ b/tests/skills/cases/cf-info/snapshots/config-with-objects/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cf-info/snapshots/config-with-objects/Enums/Статусы.xml b/tests/skills/cases/cf-info/snapshots/config-with-objects/Enums/Статусы.xml index fe1937b1..87b71446 100644 --- a/tests/skills/cases/cf-info/snapshots/config-with-objects/Enums/Статусы.xml +++ b/tests/skills/cases/cf-info/snapshots/config-with-objects/Enums/Статусы.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/catalog/Catalogs/Товары.xml b/tests/skills/cases/cfe-borrow/snapshots/catalog/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/catalog/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/catalog/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/common-module/CommonModules/ОбщийМодуль1.xml b/tests/skills/cases/cfe-borrow/snapshots/common-module/CommonModules/ОбщийМодуль1.xml index ba8c443f..d1f03b80 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/common-module/CommonModules/ОбщийМодуль1.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/common-module/CommonModules/ОбщийМодуль1.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/DocumentJournals/Складские.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/DocumentJournals/Складские.xml index 01c1efc9..eb5d5a13 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/DocumentJournals/Складские.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/DocumentJournals/Складские.xml @@ -193,4 +193,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/FilterCriteria/ПоКонтрагенту.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/FilterCriteria/ПоКонтрагенту.xml index 82221039..4cd831f0 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/FilterCriteria/ПоКонтрагенту.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/FilterCriteria/ПоКонтрагенту.xml @@ -31,4 +31,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/HTTPServices/ОбменДанными.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/HTTPServices/ОбменДанными.xml index b9a3f779..d72a4cc1 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/HTTPServices/ОбменДанными.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/HTTPServices/ОбменДанными.xml @@ -16,4 +16,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/Reports/ОстаткиТоваров.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/Reports/ОстаткиТоваров.xml index 0d5a112b..a6917d3f 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/Reports/ОстаткиТоваров.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/Reports/ОстаткиТоваров.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/Sequences/ПартионныйУчет.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/Sequences/ПартионныйУчет.xml index 7635513f..2a84be50 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/Sequences/ПартионныйУчет.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/Sequences/ПартионныйУчет.xml @@ -31,4 +31,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/SettingsStorages/ХранилищеОтчетов.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/SettingsStorages/ХранилищеОтчетов.xml index 5d6e7082..62a7686a 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/SettingsStorages/ХранилищеОтчетов.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/SettingsStorages/ХранилищеОтчетов.xml @@ -23,4 +23,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/container-types/WebServices/СервисОбмена.xml b/tests/skills/cases/cfe-borrow/snapshots/container-types/WebServices/СервисОбмена.xml index 7e93f5ed..1d7a9110 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/container-types/WebServices/СервисОбмена.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/container-types/WebServices/СервисОбмена.xml @@ -18,4 +18,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/DataProcessors/ЗагрузкаДанных.xml b/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/DataProcessors/ЗагрузкаДанных.xml index 0741c5a6..38065348 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/DataProcessors/ЗагрузкаДанных.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/dataprocessor/DataProcessors/ЗагрузкаДанных.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/document/Documents/ПриходТоваров.xml b/tests/skills/cases/cfe-borrow/snapshots/document/Documents/ПриходТоваров.xml index 0d0a18c0..0bf882d8 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/document/Documents/ПриходТоваров.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/document/Documents/ПриходТоваров.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/enum/Enums/ВидыОплат.xml b/tests/skills/cases/cfe-borrow/snapshots/enum/Enums/ВидыОплат.xml index 5bbf2589..30312626 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/enum/Enums/ВидыОплат.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/enum/Enums/ВидыОплат.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file 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 7741f6d5..5b4f4790 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары.xml @@ -134,4 +134,4 @@
ФормаЭлемента
- + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml index 63fcb7fe..c6e09574 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/form-bindings/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml @@ -73,4 +73,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Catalogs/Товары.xml b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Enums/Статусы.xml b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Enums/Статусы.xml index fe1937b1..87b71446 100644 --- a/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Enums/Статусы.xml +++ b/tests/skills/cases/cfe-borrow/snapshots/multiple-objects/Enums/Статусы.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Catalogs/Товары.xml b/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-diff/snapshots/with-borrowed-catalog/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-diff/snapshots/with-common-module/CommonModules/ОбщийМодуль1.xml b/tests/skills/cases/cfe-diff/snapshots/with-common-module/CommonModules/ОбщийМодуль1.xml index ba8c443f..d1f03b80 100644 --- a/tests/skills/cases/cfe-diff/snapshots/with-common-module/CommonModules/ОбщийМодуль1.xml +++ b/tests/skills/cases/cfe-diff/snapshots/with-common-module/CommonModules/ОбщийМодуль1.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/CommonModules/БатчМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/CommonModules/БатчМод.xml index dac80d18..f29a8bba 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/CommonModules/БатчМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/actualize-batch/CommonModules/БатчМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Catalogs/Товары.xml b/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/after-handler/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Catalogs/Товары.xml b/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/before-handler/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/check-clean/CommonModules/БатчМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/check-clean/CommonModules/БатчМод.xml index dac80d18..f29a8bba 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/check-clean/CommonModules/БатчМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/check-clean/CommonModules/БатчМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Documents/ПриходТоваров.xml b/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Documents/ПриходТоваров.xml index 0d0a18c0..0bf882d8 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Documents/ПриходТоваров.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/document-manager/Documents/ПриходТоваров.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/CommonModules/ФПМодуль.xml b/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/CommonModules/ФПМодуль.xml index dd34953d..1bff6577 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/CommonModules/ФПМодуль.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/filepath-mode/CommonModules/ФПМодуль.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file 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 7741f6d5..5b4f4790 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 @@ -134,4 +134,4 @@
ФормаЭлемента
- + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml index a03d6d82..7aa88121 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/form-handler/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml @@ -24,4 +24,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/instead-function/CommonModules/ОбщийМодуль2.xml b/tests/skills/cases/cfe-patch-method/snapshots/instead-function/CommonModules/ОбщийМодуль2.xml index 58a9062f..eb7a5ac7 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/instead-function/CommonModules/ОбщийМодуль2.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/instead-function/CommonModules/ОбщийМодуль2.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/CommonModules/ОбщийМодуль1.xml b/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/CommonModules/ОбщийМодуль1.xml index ba8c443f..d1f03b80 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/CommonModules/ОбщийМодуль1.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/mod-and-control/CommonModules/ОбщийМодуль1.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Documents/РасходТоваров.xml b/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Documents/РасходТоваров.xml index cfec6e2c..f87e34d4 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Documents/РасходТоваров.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/preproc-wrap/Documents/РасходТоваров.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/CommonModules/ПрозрМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/CommonModules/ПрозрМод.xml index 83624af0..cbe58ea9 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/CommonModules/ПрозрМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/reanchor-comment-stable/CommonModules/ПрозрМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/CommonModules/РеюзМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/CommonModules/РеюзМод.xml index c15a5cd0..deb92b7e 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/CommonModules/РеюзМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/region-reuse/CommonModules/РеюзМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/CommonModules/РесинкКонфл.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/CommonModules/РесинкКонфл.xml index 99f82d6a..7615b85e 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/CommonModules/РесинкКонфл.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-conflict/CommonModules/РесинкКонфл.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/CommonModules/РесинкМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/CommonModules/РесинкМод.xml index a9c4e9e6..d3f8533a 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/CommonModules/РесинкМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-noop/CommonModules/РесинкМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/CommonModules/РеанкорМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/CommonModules/РеанкорМод.xml index 72a3d4be..0bc8e8ce 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/CommonModules/РеанкорМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/resync-reanchor/CommonModules/РеанкорМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/CommonModules/ПрозрМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/CommonModules/ПрозрМод.xml index 83624af0..cbe58ea9 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/CommonModules/ПрозрМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-blankskew/CommonModules/ПрозрМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/CommonModules/ПереносМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/CommonModules/ПереносМод.xml index e669bbdd..53387089 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/CommonModules/ПереносМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-delete/CommonModules/ПереносМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/CommonModules/ПереносМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/CommonModules/ПереносМод.xml index e669bbdd..53387089 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/CommonModules/ПереносМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-insert/CommonModules/ПереносМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/CommonModules/ПрозрМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/CommonModules/ПрозрМод.xml index 83624af0..cbe58ea9 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/CommonModules/ПрозрМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-orphan-comment/CommonModules/ПрозрМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/CommonModules/ПереносМод.xml b/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/CommonModules/ПереносМод.xml index e669bbdd..53387089 100644 --- a/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/CommonModules/ПереносМод.xml +++ b/tests/skills/cases/cfe-patch-method/snapshots/transferred-partial/CommonModules/ПереносМод.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Catalogs/Товары.xml b/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Catalogs/Товары.xml +++ b/tests/skills/cases/cfe-validate/snapshots/with-borrowed-object/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml b/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml index 1561520a..2a8a893c 100644 --- a/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml +++ b/tests/skills/cases/form-add/snapshots/basic/Catalogs/Товары.xml @@ -90,4 +90,4 @@
ФормаЭлемента
- + \ No newline at end of file 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 bbc03373..712f03e9 100644 --- a/tests/skills/cases/form-add/snapshots/dataprocessor-form/DataProcessors/МояОбработка.xml +++ b/tests/skills/cases/form-add/snapshots/dataprocessor-form/DataProcessors/МояОбработка.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file 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 3e976a09..16dd2d00 100644 --- a/tests/skills/cases/form-add/snapshots/document-form/Documents/Заказ.xml +++ b/tests/skills/cases/form-add/snapshots/document-form/Documents/Заказ.xml @@ -81,4 +81,4 @@
ФормаДокумента
- + \ No newline at end of file diff --git a/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода/Forms/Форма/Ext/Form.xml index 3c3d06de..9828f337 100644 --- a/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-add/snapshots/epf-compile-then-add/КонсольКода/Forms/Форма/Ext/Form.xml @@ -16,4 +16,4 @@ true - + \ No newline at end of file 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 f1415ba8..9423f7b7 100644 --- a/tests/skills/cases/form-add/snapshots/list-form/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/form-add/snapshots/list-form/Catalogs/Контрагенты.xml @@ -90,4 +90,4 @@
ФормаСписка
- + \ No newline at end of file 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 f1bffa11..6f16413d 100644 --- a/tests/skills/cases/form-add/snapshots/set-default/Documents/Счет.xml +++ b/tests/skills/cases/form-add/snapshots/set-default/Documents/Счет.xml @@ -81,4 +81,4 @@
ФормаДокумента
- + \ No newline at end of file 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 f6370f60..2514dc1c 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 @@ -362,4 +362,4 @@
ФормаСписка
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml index f39e96fe..fb5fc526 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/accumreg-list-simple/AccumulationRegisters/ДенежныеСредства/Forms/ФормаСписка/Ext/Form.xml @@ -129,4 +129,4 @@ - + \ No newline at end of file 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 67f13a7a..fbb1ac25 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 @@ -524,4 +524,4 @@
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты/Forms/ФормаЭлемента/Ext/Form.xml index 137b3a0f..3eede6af 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-item-simple/Catalogs/Валюты/Forms/ФормаЭлемента/Ext/Form.xml @@ -86,4 +86,4 @@ true - + \ No newline at end of file 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 02db7ddf..21108834 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 @@ -524,4 +524,4 @@
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml index 59a3caa1..1e54d14f 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/catalog-list-simple/Catalogs/Валюты/Forms/ФормаСписка/Ext/Form.xml @@ -142,4 +142,4 @@ - + \ No newline at end of file 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 bc1539e9..08ea304e 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 @@ -107,4 +107,4 @@
ФормаЭлемента
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры/Forms/ФормаЭлемента/Ext/Form.xml index d0e0ce02..90f5fa41 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/ccoct-item-simple/ChartsOfCharacteristicTypes/ВидыНоменклатуры/Forms/ФормаЭлемента/Ext/Form.xml @@ -54,4 +54,4 @@ true - + \ No newline at end of file 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 a99201b5..73ae80ef 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 @@ -356,4 +356,4 @@
ФормаСчета
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml index 89fa7f1f..56422c49 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСчета/Ext/Form.xml @@ -153,4 +153,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml index af6b9707..44b617f9 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml @@ -94,4 +94,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml index 29b24b84..4776a250 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-item-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml @@ -13,4 +13,4 @@ false - + \ No newline at end of file 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 e2b41810..a8f2dacc 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 @@ -356,4 +356,4 @@
ФормаСписка
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml index 77ec92a6..6e32c07d 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfAccounts/Хозрасчетный/Forms/ФормаСписка/Ext/Form.xml @@ -110,4 +110,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml index af6b9707..44b617f9 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто.xml @@ -94,4 +94,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml index 29b24b84..4776a250 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/chartofaccounts-list-simple/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml @@ -13,4 +13,4 @@ false - + \ No newline at end of file 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 c213353f..70189feb 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 @@ -1126,4 +1126,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml index deed18a7..2c21478b 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/document-item-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаДокумента/Ext/Form.xml @@ -269,4 +269,4 @@ true - + \ No newline at end of file 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 bc9c354c..fc47efe3 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 @@ -1126,4 +1126,4 @@
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml index 6cde8ad2..0235595b 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/document-list-medium/Documents/АктВыполненныхВнутреннихРабот/Forms/ФормаСписка/Ext/Form.xml @@ -162,4 +162,4 @@ - + \ No newline at end of file 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 ba63aca8..1d9c066b 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 @@ -162,4 +162,4 @@
ФормаЭлемента
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Ext/Content.xml b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Ext/Content.xml index 7b07428d..d0f39f06 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Ext/Content.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Ext/Content.xml @@ -1,2 +1,2 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Forms/ФормаЭлемента/Ext/Form.xml index 18a0546b..e3cc869c 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/exchangeplan-item-simple/ExchangePlans/ОбменДанными/Forms/ФормаЭлемента/Ext/Form.xml @@ -71,4 +71,4 @@ true - + \ No newline at end of file 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 ffc6d26a..fe7402e8 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 @@ -309,4 +309,4 @@
ФормаСписка
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml index 8ab6f3b6..9f36195b 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-list-periodic/InformationRegisters/ЦеныНоменклатуры/Forms/ФормаСписка/Ext/Form.xml @@ -119,4 +119,4 @@ - + \ No newline at end of file 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 79894449..f899134c 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 @@ -305,4 +305,4 @@
ФормаЗаписи
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов/Forms/ФормаЗаписи/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов/Forms/ФормаЗаписи/Ext/Form.xml index fb1644b8..fd511245 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов/Forms/ФормаЗаписи/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-nonperiodic/InformationRegisters/АдресаМагазинов/Forms/ФормаЗаписи/Ext/Form.xml @@ -35,4 +35,4 @@ true - + \ No newline at end of file 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 575b1a68..b26a10e4 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 @@ -353,4 +353,4 @@
ФормаЗаписи
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют/Forms/ФормаЗаписи/Ext/Form.xml b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют/Forms/ФормаЗаписи/Ext/Form.xml index 6b67a02a..29907e97 100644 --- a/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют/Forms/ФормаЗаписи/Ext/Form.xml +++ b/tests/skills/cases/form-compile-from-object/snapshots/inforeg-record-periodic/InformationRegisters/КурсыВалют/Forms/ФормаЗаписи/Ext/Form.xml @@ -45,4 +45,4 @@ true - + \ No newline at end of file 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 571f904c..0dc9d1a3 100644 --- a/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки.xml +++ b/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки.xml @@ -219,4 +219,4 @@
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки/Forms/Форма/Ext/Form.xml index 6e283a9a..43efe4ad 100644 --- a/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/additional-columns/DataProcessors/ДопКолонки/Forms/Форма/Ext/Form.xml @@ -47,4 +47,4 @@ - + \ No newline at end of file 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 e92c7e59..dbadcf33 100644 --- a/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы.xml +++ b/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы/Forms/Форма/Ext/Form.xml index de800de4..d7bb25bf 100644 --- a/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/attributes-types/DataProcessors/Типы/Forms/Форма/Ext/Form.xml @@ -228,4 +228,4 @@ - + \ No newline at end of file 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 d5087254..c1c96025 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 @@ -90,4 +90,4 @@
ФормаСписка
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml index 9778dcda..f780e66f 100644 --- a/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/auto-cmd-bar/Catalogs/Бригады/Forms/ФормаСписка/Ext/Form.xml @@ -114,4 +114,4 @@ ИзменитьВыделенные - + \ No newline at end of file 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 b7b2fe83..7a80800e 100644 --- a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок.xml +++ b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml index a114d5d3..59af92f4 100644 --- a/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/button-group/DataProcessors/ГруппыКнопок/Forms/Форма/Ext/Form.xml @@ -117,4 +117,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml b/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml index 485a7b28..79804db0 100644 --- a/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml +++ b/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь/Forms/Форма/Ext/Form.xml index a1a5b1bb..8b80b25e 100644 --- a/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/calendar/DataProcessors/Календарь/Forms/Форма/Ext/Form.xml @@ -65,4 +65,4 @@ - + \ No newline at end of file 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 7741f6d5..5b4f4790 100644 --- a/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары.xml +++ b/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары.xml @@ -134,4 +134,4 @@
ФормаЭлемента
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml index 2e9f54dc..6da21bbe 100644 --- a/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/catalog-form/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml @@ -41,4 +41,4 @@ true - + \ No newline at end of file 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 6499f9c1..573541e5 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы/Forms/Форма/Ext/Form.xml index 9627dc6c..d25854a2 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-fields/DataProcessors/Диаграммы/Forms/Форма/Ext/Form.xml @@ -267,4 +267,4 @@ - + \ No newline at end of file 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 2697304d..afb0f2f1 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 @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml index 67e3084a..48fa6a44 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-gantt-settings/DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml @@ -335,4 +335,4 @@ - + \ No newline at end of file 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 305f81a7..cdea35a2 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml index bf7edfc7..3528b585 100644 --- a/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/chart-settings/DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml @@ -332,4 +332,4 @@ - + \ No newline at end of file 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 e01fdc02..d1052e82 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 @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки/Forms/Форма/Ext/Form.xml index bb738d80..f50e6523 100644 --- a/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/collapsible-control-representation/DataProcessors/КонтрольСвёртки/Forms/Форма/Ext/Form.xml @@ -99,4 +99,4 @@ - + \ No newline at end of file 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 9f5e7754..65968314 100644 --- a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи.xml +++ b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml index 2fd7901d..5172277f 100644 --- a/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/column-group/DataProcessors/Задачи/Forms/Форма/Ext/Form.xml @@ -140,4 +140,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/commands/Catalogs/Справочник1.xml b/tests/skills/cases/form-compile/snapshots/commands/Catalogs/Справочник1.xml index c2c49961..a6b4a01a 100644 --- a/tests/skills/cases/form-compile/snapshots/commands/Catalogs/Справочник1.xml +++ b/tests/skills/cases/form-compile/snapshots/commands/Catalogs/Справочник1.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml index 8c43ed32..4e02aaa0 100644 --- a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml +++ b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml index 8695a875..2af2e8d4 100644 --- a/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/commands/DataProcessors/Команды/Forms/Форма/Ext/Form.xml @@ -125,4 +125,4 @@ - + \ No newline at end of file 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 df6d14b0..272db2da 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 @@ -134,4 +134,4 @@
ФормаСписка
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml index 8ef53a14..c02efec4 100644 --- a/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-form/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml @@ -309,4 +309,4 @@ - + \ No newline at end of file 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 df6d14b0..272db2da 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 @@ -134,4 +134,4 @@
ФормаСписка
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml index 778fdda3..624caa10 100644 --- a/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/dynamic-list-parameters/Catalogs/Товары/Forms/ФормаСписка/Ext/Form.xml @@ -226,4 +226,4 @@ - + \ No newline at end of file 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 344aa255..80cb50e6 100644 --- a/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары.xml +++ b/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары.xml @@ -135,4 +135,4 @@
ФормаЭлемента
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml index 4055d0f5..eac65bf4 100644 --- a/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/element-appearance/Catalogs/Товары/Forms/ФормаЭлемента/Ext/Form.xml @@ -101,4 +101,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml b/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml index a624ea4f..3d088d9f 100644 --- a/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml +++ b/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События/Forms/Форма/Ext/Form.xml index f0c27925..03b975fd 100644 --- a/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/events/DataProcessors/События/Forms/Форма/Ext/Form.xml @@ -83,4 +83,4 @@ - + \ No newline at end of file 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 9b48bf60..5f11b00d 100644 --- a/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла.xml +++ b/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла/Forms/Форма/Ext/Form.xml index 0f7a3e87..f0d69518 100644 --- a/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/file-dialog/DataProcessors/ЗагрузкаИзФайла/Forms/Форма/Ext/Form.xml @@ -137,4 +137,4 @@ Ctrl+Enter - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml index 1db4d08d..a380e18e 100644 --- a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml +++ b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml index da625478..d63ada52 100644 --- a/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/groups/DataProcessors/СГруппами/Forms/Форма/Ext/Form.xml @@ -188,4 +188,4 @@ - + \ No newline at end of file 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 2f35d7a0..41a0c6e4 100644 --- a/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода.xml +++ b/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода/Forms/Форма/Ext/Form.xml index 2a8f2b44..beb2a953 100644 --- a/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/input-fields/DataProcessors/ПоляВвода/Forms/Форма/Ext/Form.xml @@ -852,4 +852,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml b/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml index 622f2c4f..c1f4b709 100644 --- a/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml +++ b/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml index ab95f86f..69e20b52 100644 --- a/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml @@ -9,4 +9,4 @@ false - + \ No newline at end of file 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 64e5752f..f74b3976 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 @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс/Forms/Форма/Ext/Form.xml index 8d850885..4b239955 100644 --- a/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/namespace-collision-ok/DataProcessors/ТестНеймспейс/Forms/Форма/Ext/Form.xml @@ -39,4 +39,4 @@
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml b/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml index 15276b05..7a025e61 100644 --- a/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml +++ b/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер/Forms/Форма/Ext/Form.xml index 276be972..4990d902 100644 --- a/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/pages/DataProcessors/Мастер/Forms/Форма/Ext/Form.xml @@ -154,4 +154,4 @@ ДалееОбработка - + \ No newline at end of file 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 c8c0ea25..f0d4fef2 100644 --- a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке.xml +++ b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml index fec6e2a6..71437092 100644 --- a/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/picture-field/DataProcessors/КартинкаВСтроке/Forms/Форма/Ext/Form.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file 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 303a304f..717d125c 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 @@ -65,4 +65,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио/Forms/Форма/Ext/Form.xml index b048c34e..c6e35b99 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/DataProcessors/ТестРадио/Forms/Форма/Ext/Form.xml @@ -90,4 +90,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Enums/СпособыКурса.xml b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Enums/СпособыКурса.xml index f55fded3..64f0d6e2 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Enums/СпособыКурса.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-auto-enum/Enums/СпособыКурса.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file 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 98a28015..8cfd2ee6 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы.xml @@ -65,4 +65,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы/Forms/Форма/Ext/Form.xml index 6a2903ae..6560f307 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-synonyms/DataProcessors/ТестСинонимы/Forms/Форма/Ext/Form.xml @@ -70,4 +70,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/radio-synonyms/Enums/СпособыКурса.xml b/tests/skills/cases/form-compile/snapshots/radio-synonyms/Enums/СпособыКурса.xml index f55fded3..64f0d6e2 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-synonyms/Enums/СпособыКурса.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-synonyms/Enums/СпособыКурса.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file 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 80b109ec..43f23a3f 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 @@ -69,4 +69,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер/Forms/Форма/Ext/Form.xml index 6e5491ea..3480ba12 100644 --- a/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/radio-tumbler-strings/DataProcessors/ТестТумблер/Forms/Форма/Ext/Form.xml @@ -130,4 +130,4 @@ - + \ No newline at end of file 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 d5dfdc5a..5f1ac4e8 100644 --- a/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля.xml +++ b/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля/Forms/Форма/Ext/Form.xml index 6f871db7..504c20f5 100644 --- a/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/special-fields/DataProcessors/СпецПоля/Forms/Форма/Ext/Form.xml @@ -161,4 +161,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml index 0469dad3..ec888fc9 100644 --- a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml +++ b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml index 1f524315..1a64005f 100644 --- a/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/synonyms/DataProcessors/Тест/Forms/Форма/Ext/Form.xml @@ -80,4 +80,4 @@ Кн2 - + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml index 9344bc8f..9cc857a5 100644 --- a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml +++ b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml index c17839d6..ccf5258d 100644 --- a/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/table/DataProcessors/Таблица/Forms/Форма/Ext/Form.xml @@ -186,4 +186,4 @@ Данные - + \ No newline at end of file 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 4b7e5fc1..77e2cbbe 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 @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода/Forms/Форма/Ext/Form.xml index eef7f0e2..021bd639 100644 --- a/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-compile/snapshots/text-edit-flag/DataProcessors/ЗапретРучногоВвода/Forms/Форма/Ext/Form.xml @@ -71,4 +71,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml b/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml index 622f2c4f..c1f4b709 100644 --- a/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml +++ b/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml index ab95f86f..69e20b52 100644 --- a/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-decompile/snapshots/minimal/DataProcessors/Минимальная/Forms/Форма/Ext/Form.xml @@ -9,4 +9,4 @@ false - + \ No newline at end of file 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 08ed1196..bb2232a7 100644 --- a/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты.xml +++ b/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты/Forms/Форма/Ext/Form.xml index d98cb53b..e6ea540c 100644 --- a/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-edit/snapshots/add-attribute/DataProcessors/Реквизиты/Forms/Форма/Ext/Form.xml @@ -34,4 +34,4 @@
- + \ No newline at end of file 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 f8f2f17e..97e89837 100644 --- a/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест.xml +++ b/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест/Forms/Форма/Ext/Form.xml index bc58ec44..faf7a246 100644 --- a/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-edit/snapshots/add-command/DataProcessors/КомандыТест/Forms/Форма/Ext/Form.xml @@ -28,4 +28,4 @@ ВыполнитьОбработка - + \ No newline at end of file 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 0469dad3..ec888fc9 100644 --- a/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест.xml +++ b/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест/Forms/Форма/Ext/Form.xml index 75e0b868..e1548bad 100644 --- a/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-edit/snapshots/add-element/DataProcessors/Тест/Forms/Форма/Ext/Form.xml @@ -64,4 +64,4 @@ - + \ No newline at end of file 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 bb1d0b72..7eddffe2 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 @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа/Forms/Форма/Ext/Form.xml index a8556607..cf0b1995 100644 --- a/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-edit/snapshots/add-group-with-fields/DataProcessors/Группа/Forms/Форма/Ext/Form.xml @@ -97,4 +97,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml b/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml index 3159b5e4..a01798a7 100644 --- a/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml +++ b/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары.xml @@ -90,4 +90,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары/Forms/Форма/Ext/Form.xml index 44896108..ba9d0779 100644 --- a/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-info/snapshots/overview/Catalogs/Товары/Forms/Форма/Ext/Form.xml @@ -19,4 +19,4 @@ true - + \ No newline at end of file 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 6b0cf7ba..621a5b6e 100644 --- a/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо.xml +++ b/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо/Forms/Форма/Ext/Form.xml index 88ab40dd..9e547586 100644 --- a/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-info/snapshots/rich-form/DataProcessors/Инфо/Forms/Форма/Ext/Form.xml @@ -165,4 +165,4 @@ ВыполнитьОбработка - + \ No newline at end of file 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 9b117c78..59c31348 100644 --- a/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая.xml +++ b/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая/Forms/Форма/Ext/Form.xml index 90e40e2e..2041f058 100644 --- a/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-info/snapshots/simple-form/DataProcessors/Простая/Forms/Форма/Ext/Form.xml @@ -16,4 +16,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml b/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml index 061b1c7d..5742f3a0 100644 --- a/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml +++ b/tests/skills/cases/form-remove/snapshots/basic/Catalogs/Товары.xml @@ -89,4 +89,4 @@ - + \ No newline at end of file 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 eab4ed34..44c4e4a4 100644 --- a/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация.xml +++ b/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация/Forms/Форма/Ext/Form.xml index b267ee53..359b9277 100644 --- a/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-validate/snapshots/compiled-form/DataProcessors/Валидация/Forms/Форма/Ext/Form.xml @@ -98,4 +98,4 @@ ВыполнитьОбработка - + \ No newline at end of file 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 4babe351..181dd908 100644 --- a/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл.xml +++ b/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл.xml @@ -31,4 +31,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл/Forms/Форма/Ext/Form.xml index 1aaee2bd..275c0c1e 100644 --- a/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-validate/snapshots/table-form/DataProcessors/ВалТабл/Forms/Форма/Ext/Form.xml @@ -92,4 +92,4 @@ - + \ No newline at end of file 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 3159b5e4..a01798a7 100644 --- a/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары.xml +++ b/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары.xml @@ -90,4 +90,4 @@
Форма
- + \ No newline at end of file diff --git a/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары/Forms/Форма/Ext/Form.xml b/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары/Forms/Форма/Ext/Form.xml index 44896108..ba9d0779 100644 --- a/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары/Forms/Форма/Ext/Form.xml +++ b/tests/skills/cases/form-validate/snapshots/valid-form/Catalogs/Товары/Forms/Форма/Ext/Form.xml @@ -19,4 +19,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/help-add/snapshots/help-to-catalog/Catalogs/Номенклатура.xml b/tests/skills/cases/help-add/snapshots/help-to-catalog/Catalogs/Номенклатура.xml index ae93acc9..0daed60e 100644 --- a/tests/skills/cases/help-add/snapshots/help-to-catalog/Catalogs/Номенклатура.xml +++ b/tests/skills/cases/help-add/snapshots/help-to-catalog/Catalogs/Номенклатура.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/basic/Catalogs/Товары.xml b/tests/skills/cases/interface-edit/snapshots/basic/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/interface-edit/snapshots/basic/Catalogs/Товары.xml +++ b/tests/skills/cases/interface-edit/snapshots/basic/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/basic/Subsystems/Склад.xml b/tests/skills/cases/interface-edit/snapshots/basic/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/interface-edit/snapshots/basic/Subsystems/Склад.xml +++ b/tests/skills/cases/interface-edit/snapshots/basic/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/hide-command/Catalogs/Товары.xml b/tests/skills/cases/interface-edit/snapshots/hide-command/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/interface-edit/snapshots/hide-command/Catalogs/Товары.xml +++ b/tests/skills/cases/interface-edit/snapshots/hide-command/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/hide-command/Subsystems/Склад.xml b/tests/skills/cases/interface-edit/snapshots/hide-command/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/interface-edit/snapshots/hide-command/Subsystems/Склад.xml +++ b/tests/skills/cases/interface-edit/snapshots/hide-command/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/show-command/Catalogs/Товары.xml b/tests/skills/cases/interface-edit/snapshots/show-command/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/interface-edit/snapshots/show-command/Catalogs/Товары.xml +++ b/tests/skills/cases/interface-edit/snapshots/show-command/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/show-command/Subsystems/Склад.xml b/tests/skills/cases/interface-edit/snapshots/show-command/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/interface-edit/snapshots/show-command/Subsystems/Склад.xml +++ b/tests/skills/cases/interface-edit/snapshots/show-command/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи.xml b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи.xml index 978bf185..879e26e8 100644 --- a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи.xml +++ b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи.xml @@ -22,4 +22,4 @@ Розничные - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Оптовые.xml b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Оптовые.xml index 00f8020a..b4fbee8b 100644 --- a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Оптовые.xml +++ b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Оптовые.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Розничные.xml b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Розничные.xml index b41a7b0e..49737d5c 100644 --- a/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Розничные.xml +++ b/tests/skills/cases/interface-edit/snapshots/subsystem-order/Subsystems/Продажи/Subsystems/Розничные.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-validate/snapshots/valid/Catalogs/Товары.xml b/tests/skills/cases/interface-validate/snapshots/valid/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/interface-validate/snapshots/valid/Catalogs/Товары.xml +++ b/tests/skills/cases/interface-validate/snapshots/valid/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-validate/snapshots/valid/Subsystems/Склад.xml b/tests/skills/cases/interface-validate/snapshots/valid/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/interface-validate/snapshots/valid/Subsystems/Склад.xml +++ b/tests/skills/cases/interface-validate/snapshots/valid/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-validate/snapshots/with-placement/Catalogs/Товары.xml b/tests/skills/cases/interface-validate/snapshots/with-placement/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/interface-validate/snapshots/with-placement/Catalogs/Товары.xml +++ b/tests/skills/cases/interface-validate/snapshots/with-placement/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-validate/snapshots/with-placement/Documents/Заказ.xml b/tests/skills/cases/interface-validate/snapshots/with-placement/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/interface-validate/snapshots/with-placement/Documents/Заказ.xml +++ b/tests/skills/cases/interface-validate/snapshots/with-placement/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/interface-validate/snapshots/with-placement/Subsystems/Склад.xml b/tests/skills/cases/interface-validate/snapshots/with-placement/Subsystems/Склад.xml index afc71eb8..15ac5e30 100644 --- a/tests/skills/cases/interface-validate/snapshots/with-placement/Subsystems/Склад.xml +++ b/tests/skills/cases/interface-validate/snapshots/with-placement/Subsystems/Склад.xml @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/accounting-register/AccountingRegisters/Хозрасчетный.xml b/tests/skills/cases/meta-compile/snapshots/accounting-register/AccountingRegisters/Хозрасчетный.xml index 143ca815..d4d8bc9a 100644 --- a/tests/skills/cases/meta-compile/snapshots/accounting-register/AccountingRegisters/Хозрасчетный.xml +++ b/tests/skills/cases/meta-compile/snapshots/accounting-register/AccountingRegisters/Хозрасчетный.xml @@ -311,4 +311,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/accumulation-register/AccumulationRegisters/ОстаткиТоваров.xml b/tests/skills/cases/meta-compile/snapshots/accumulation-register/AccumulationRegisters/ОстаткиТоваров.xml index f3ce2359..174e828e 100644 --- a/tests/skills/cases/meta-compile/snapshots/accumulation-register/AccumulationRegisters/ОстаткиТоваров.xml +++ b/tests/skills/cases/meta-compile/snapshots/accumulation-register/AccumulationRegisters/ОстаткиТоваров.xml @@ -313,4 +313,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/batch/Catalogs/Валюты.xml b/tests/skills/cases/meta-compile/snapshots/batch/Catalogs/Валюты.xml index c1333404..a5c8e422 100644 --- a/tests/skills/cases/meta-compile/snapshots/batch/Catalogs/Валюты.xml +++ b/tests/skills/cases/meta-compile/snapshots/batch/Catalogs/Валюты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/batch/Constants/ОсновнаяВалюта.xml b/tests/skills/cases/meta-compile/snapshots/batch/Constants/ОсновнаяВалюта.xml index 6daa3afd..0bd19f6f 100644 --- a/tests/skills/cases/meta-compile/snapshots/batch/Constants/ОсновнаяВалюта.xml +++ b/tests/skills/cases/meta-compile/snapshots/batch/Constants/ОсновнаяВалюта.xml @@ -55,4 +55,4 @@ false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/batch/Enums/Статусы.xml b/tests/skills/cases/meta-compile/snapshots/batch/Enums/Статусы.xml index fe1937b1..87b71446 100644 --- a/tests/skills/cases/meta-compile/snapshots/batch/Enums/Статусы.xml +++ b/tests/skills/cases/meta-compile/snapshots/batch/Enums/Статусы.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента.xml b/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента.xml index 1419fffa..ca4c8bac 100644 --- a/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента.xml +++ b/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента.xml @@ -476,4 +476,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента/Ext/Flowchart.xml b/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента/Ext/Flowchart.xml index 480a8d9b..ca7a2f53 100644 --- a/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента/Ext/Flowchart.xml +++ b/tests/skills/cases/meta-compile/snapshots/business-process/BusinessProcesses/СогласованиеДокумента/Ext/Flowchart.xml @@ -1,2 +1,2 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/calculation-register/CalculationRegisters/Начисления.xml b/tests/skills/cases/meta-compile/snapshots/calculation-register/CalculationRegisters/Начисления.xml index e21cb58a..a9e56023 100644 --- a/tests/skills/cases/meta-compile/snapshots/calculation-register/CalculationRegisters/Начисления.xml +++ b/tests/skills/cases/meta-compile/snapshots/calculation-register/CalculationRegisters/Начисления.xml @@ -378,4 +378,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Catalogs/ТестВыбора.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Catalogs/ТестВыбора.xml index 4a3f8091..0e3785c4 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Catalogs/ТестВыбора.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-choice-params/Catalogs/ТестВыбора.xml @@ -463,4 +463,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Catalogs/ТестЗаполнения.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Catalogs/ТестЗаполнения.xml index bf70b6aa..d06c5424 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Catalogs/ТестЗаполнения.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-fillvalue/Catalogs/ТестЗаполнения.xml @@ -674,4 +674,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Catalogs/Контрагенты.xml index cdd31aec..0a1cc589 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-ml/Catalogs/Контрагенты.xml @@ -213,4 +213,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Catalogs/Контрагенты.xml index cc37d39e..4d5851ba 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-props/Catalogs/Контрагенты.xml @@ -321,4 +321,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Catalogs/ТестХарактеристик.xml b/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Catalogs/ТестХарактеристик.xml index 2abe74ac..38e3239b 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Catalogs/ТестХарактеристик.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-attr-typeset-linkbytype/Catalogs/ТестХарактеристик.xml @@ -376,4 +376,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-basic/Catalogs/Валюты.xml b/tests/skills/cases/meta-compile/snapshots/catalog-basic/Catalogs/Валюты.xml index c1333404..a5c8e422 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-basic/Catalogs/Валюты.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-basic/Catalogs/Валюты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед.xml b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед.xml index 0aa8e899..bf2c4efc 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед.xml @@ -273,4 +273,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед/Ext/Predefined.xml b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед/Ext/Predefined.xml index 6ae0e82a..f7a1d477 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед/Ext/Predefined.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/НаборыДопРеквИСвед/Ext/Predefined.xml @@ -6,4 +6,4 @@ Справочник_организации false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/Организации.xml b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/Организации.xml index 269b3dd8..1ef2cf33 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/Организации.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/Catalogs/Организации.xml @@ -251,4 +251,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/ChartsOfCharacteristicTypes/ВидыСвойств.xml b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/ChartsOfCharacteristicTypes/ВидыСвойств.xml index 1c1656b7..3e07de82 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/ChartsOfCharacteristicTypes/ВидыСвойств.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/ChartsOfCharacteristicTypes/ВидыСвойств.xml @@ -101,4 +101,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/InformationRegisters/ДополнительныеСведения.xml b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/InformationRegisters/ДополнительныеСведения.xml index 46156e10..8793c747 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/InformationRegisters/ДополнительныеСведения.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-characteristics/InformationRegisters/ДополнительныеСведения.xml @@ -298,4 +298,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Catalogs/ТестГруппКоманд.xml b/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Catalogs/ТестГруппКоманд.xml index b3de0eb5..8a4da67c 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Catalogs/ТестГруппКоманд.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/Catalogs/ТестГруппКоманд.xml @@ -175,4 +175,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/CommandGroups/МояГруппа.xml b/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/CommandGroups/МояГруппа.xml index 1d91ab4e..32c1b2d1 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/CommandGroups/МояГруппа.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-command-groups/CommandGroups/МояГруппа.xml @@ -16,4 +16,4 @@ NavigationPanel - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-command/Catalogs/Номенклатура.xml b/tests/skills/cases/meta-compile/snapshots/catalog-command/Catalogs/Номенклатура.xml index b256d631..ef9eb262 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-command/Catalogs/Номенклатура.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-command/Catalogs/Номенклатура.xml @@ -173,4 +173,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Catalogs/Подразделения.xml b/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Catalogs/Подразделения.xml index 38de4682..2f4e3407 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Catalogs/Подразделения.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-hierarchical/Catalogs/Подразделения.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Catalogs/ДоговорыКонтрагентов.xml b/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Catalogs/ДоговорыКонтрагентов.xml index b649a77d..da35dbed 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Catalogs/ДоговорыКонтрагентов.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-inputbystring-datalock/Catalogs/ДоговорыКонтрагентов.xml @@ -223,4 +223,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Catalogs/А.xml b/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Catalogs/А.xml index 7f986470..204fc84d 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Catalogs/А.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-minimal/Catalogs/А.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Catalogs/Контрагенты.xml index e8fd2013..a987eec9 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-mixed-types/Catalogs/Контрагенты.xml @@ -507,4 +507,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Catalogs/НастройкиОбмена.xml b/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Catalogs/НастройкиОбмена.xml index 104f64dd..a4e659c8 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Catalogs/НастройкиОбмена.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-object-props/Catalogs/НастройкиОбмена.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов.xml b/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов.xml index 2d982036..a8210a8d 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов/Ext/Predefined.xml b/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов/Ext/Predefined.xml index f3e710ba..d2f9a577 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов/Ext/Predefined.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-predefined/Catalogs/ВидыКонтактов/Ext/Predefined.xml @@ -38,4 +38,4 @@
- + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Catalogs/Контрагенты.xml index a97fed5c..367898b9 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-standard-attributes/Catalogs/Контрагенты.xml @@ -347,4 +347,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Catalogs/Договоры.xml b/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Catalogs/Договоры.xml index d535437f..57e3c451 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Catalogs/Договоры.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-stdattr-custom/Catalogs/Договоры.xml @@ -336,4 +336,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Catalogs/Товары.xml b/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Catalogs/Товары.xml index 28dd7936..c559f1ba 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Catalogs/Товары.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-tabparts/Catalogs/Товары.xml @@ -375,4 +375,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Catalogs/Заказы.xml b/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Catalogs/Заказы.xml index 35b7df03..ff226ced 100644 --- a/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Catalogs/Заказы.xml +++ b/tests/skills/cases/meta-compile/snapshots/catalog-ts-linenumber/Catalogs/Заказы.xml @@ -237,4 +237,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный.xml index 0c521565..95e29e46 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный.xml @@ -364,4 +364,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный/Ext/Predefined.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный/Ext/Predefined.xml index e7862717..a77903f7 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный/Ext/Predefined.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfAccounts/Хозрасчетный/Ext/Predefined.xml @@ -57,4 +57,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто.xml index af6b9707..44b617f9 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто.xml @@ -94,4 +94,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml index 08b3bddf..a3de930d 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-accounts/ChartsOfCharacteristicTypes/ВидыСубконто/Ext/Predefined.xml @@ -26,4 +26,4 @@ false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений.xml index 78097d32..07088dbe 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений.xml @@ -426,4 +426,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений/Ext/Predefined.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений/Ext/Predefined.xml index f3f33077..8d0dfa9d 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений/Ext/Predefined.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-calculation-types/ChartsOfCalculationTypes/ВидыНачислений/Ext/Predefined.xml @@ -12,4 +12,4 @@ Премия true - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения.xml index 97633403..9dba34bb 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения.xml @@ -366,4 +366,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/Predefined.xml b/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/Predefined.xml index 815f7bc5..61fb79af 100644 --- a/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/Predefined.xml +++ b/tests/skills/cases/meta-compile/snapshots/chart-of-characteristic-types/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/Predefined.xml @@ -35,4 +35,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/command-group/CommandGroups/МояГруппа.xml b/tests/skills/cases/meta-compile/snapshots/command-group/CommandGroups/МояГруппа.xml index 5d3e36d8..a85b2384 100644 --- a/tests/skills/cases/meta-compile/snapshots/command-group/CommandGroups/МояГруппа.xml +++ b/tests/skills/cases/meta-compile/snapshots/command-group/CommandGroups/МояГруппа.xml @@ -19,4 +19,4 @@ FormCommandBar - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-attribute/CommonAttributes/Организация.xml b/tests/skills/cases/meta-compile/snapshots/common-attribute/CommonAttributes/Организация.xml index 79b95809..74ff3033 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-attribute/CommonAttributes/Организация.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-attribute/CommonAttributes/Организация.xml @@ -60,4 +60,4 @@ Use - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-command/CommonCommands/ОткрытьНастройки.xml b/tests/skills/cases/meta-compile/snapshots/common-command/CommonCommands/ОткрытьНастройки.xml index d05e2d35..d5641656 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-command/CommonCommands/ОткрытьНастройки.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-command/CommonCommands/ОткрытьНастройки.xml @@ -24,4 +24,4 @@ Auto - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена.xml b/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена.xml index de052b68..22817696 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена.xml @@ -20,4 +20,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена/Ext/Form.xml b/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена/Ext/Form.xml index 891b9b66..189f8436 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена/Ext/Form.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-form/CommonForms/НастройкиОбмена/Ext/Form.xml @@ -4,4 +4,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-module-client/CommonModules/КлиентскиеФункции.xml b/tests/skills/cases/meta-compile/snapshots/common-module-client/CommonModules/КлиентскиеФункции.xml index 5f4c36ac..33c2a6b8 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-module-client/CommonModules/КлиентскиеФункции.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-module-client/CommonModules/КлиентскиеФункции.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-module/CommonModules/ОбщиеФункции.xml b/tests/skills/cases/meta-compile/snapshots/common-module/CommonModules/ОбщиеФункции.xml index 4de44f20..e38065c5 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-module/CommonModules/ОбщиеФункции.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-module/CommonModules/ОбщиеФункции.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-picture/CommonPictures/Логотип.xml b/tests/skills/cases/meta-compile/snapshots/common-picture/CommonPictures/Логотип.xml index 62b3a3ba..c5916733 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-picture/CommonPictures/Логотип.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-picture/CommonPictures/Логотип.xml @@ -14,4 +14,4 @@ false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/common-template/CommonTemplates/ПечатьЗаказа.xml b/tests/skills/cases/meta-compile/snapshots/common-template/CommonTemplates/ПечатьЗаказа.xml index 00dd1d3e..2c97655d 100644 --- a/tests/skills/cases/meta-compile/snapshots/common-template/CommonTemplates/ПечатьЗаказа.xml +++ b/tests/skills/cases/meta-compile/snapshots/common-template/CommonTemplates/ПечатьЗаказа.xml @@ -13,4 +13,4 @@ SpreadsheetDocument - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/constant-full/Constants/СтавкаНДС.xml b/tests/skills/cases/meta-compile/snapshots/constant-full/Constants/СтавкаНДС.xml index b03a2d2f..49d914cf 100644 --- a/tests/skills/cases/meta-compile/snapshots/constant-full/Constants/СтавкаНДС.xml +++ b/tests/skills/cases/meta-compile/snapshots/constant-full/Constants/СтавкаНДС.xml @@ -74,4 +74,4 @@ false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/constant/Constants/ОсновнаяВалюта.xml b/tests/skills/cases/meta-compile/snapshots/constant/Constants/ОсновнаяВалюта.xml index 6daa3afd..0bd19f6f 100644 --- a/tests/skills/cases/meta-compile/snapshots/constant/Constants/ОсновнаяВалюта.xml +++ b/tests/skills/cases/meta-compile/snapshots/constant/Constants/ОсновнаяВалюта.xml @@ -55,4 +55,4 @@ false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/data-processor-full/DataProcessors/ЗагрузкаТаблиц.xml b/tests/skills/cases/meta-compile/snapshots/data-processor-full/DataProcessors/ЗагрузкаТаблиц.xml index bc08c43b..4f1c9509 100644 --- a/tests/skills/cases/meta-compile/snapshots/data-processor-full/DataProcessors/ЗагрузкаТаблиц.xml +++ b/tests/skills/cases/meta-compile/snapshots/data-processor-full/DataProcessors/ЗагрузкаТаблиц.xml @@ -224,4 +224,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/data-processor/DataProcessors/ЗагрузкаДанных.xml b/tests/skills/cases/meta-compile/snapshots/data-processor/DataProcessors/ЗагрузкаДанных.xml index 83d7e4e1..6b1ecc1a 100644 --- a/tests/skills/cases/meta-compile/snapshots/data-processor/DataProcessors/ЗагрузкаДанных.xml +++ b/tests/skills/cases/meta-compile/snapshots/data-processor/DataProcessors/ЗагрузкаДанных.xml @@ -68,4 +68,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/defined-type-full/DefinedTypes/СсылкаНаКонтрагента.xml b/tests/skills/cases/meta-compile/snapshots/defined-type-full/DefinedTypes/СсылкаНаКонтрагента.xml index c9ff6bb9..f79f0d09 100644 --- a/tests/skills/cases/meta-compile/snapshots/defined-type-full/DefinedTypes/СсылкаНаКонтрагента.xml +++ b/tests/skills/cases/meta-compile/snapshots/defined-type-full/DefinedTypes/СсылкаНаКонтрагента.xml @@ -27,4 +27,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/defined-type/DefinedTypes/ДенежныеСредства.xml b/tests/skills/cases/meta-compile/snapshots/defined-type/DefinedTypes/ДенежныеСредства.xml index 8d47ea07..f386cde3 100644 --- a/tests/skills/cases/meta-compile/snapshots/defined-type/DefinedTypes/ДенежныеСредства.xml +++ b/tests/skills/cases/meta-compile/snapshots/defined-type/DefinedTypes/ДенежныеСредства.xml @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-basic/Documents/ПриходнаяНакладная.xml b/tests/skills/cases/meta-compile/snapshots/document-basic/Documents/ПриходнаяНакладная.xml index 4cfba809..3a6ef048 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-basic/Documents/ПриходнаяНакладная.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-basic/Documents/ПриходнаяНакладная.xml @@ -302,4 +302,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-full/Documents/РеализацияУслуг.xml b/tests/skills/cases/meta-compile/snapshots/document-full/Documents/РеализацияУслуг.xml index accfb650..7c5156cf 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-full/Documents/РеализацияУслуг.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-full/Documents/РеализацияУслуг.xml @@ -541,4 +541,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-journal-full/DocumentJournals/ДвиженияДенег.xml b/tests/skills/cases/meta-compile/snapshots/document-journal-full/DocumentJournals/ДвиженияДенег.xml index 9199fef3..27c4b6c5 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-journal-full/DocumentJournals/ДвиженияДенег.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-journal-full/DocumentJournals/ДвиженияДенег.xml @@ -225,4 +225,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-journal/DocumentJournals/ЖурналСкладскихДокументов.xml b/tests/skills/cases/meta-compile/snapshots/document-journal/DocumentJournals/ЖурналСкладскихДокументов.xml index c9526f01..d2f4e0bc 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-journal/DocumentJournals/ЖурналСкладскихДокументов.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-journal/DocumentJournals/ЖурналСкладскихДокументов.xml @@ -230,4 +230,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/ПриходнаяНакладная.xml b/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/ПриходнаяНакладная.xml index 1b2828fc..c878989b 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/ПриходнаяНакладная.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/ПриходнаяНакладная.xml @@ -166,4 +166,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/РасходнаяНакладная.xml b/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/РасходнаяНакладная.xml index 0f7a1042..53b2c3af 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/РасходнаяНакладная.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-journal/Documents/РасходнаяНакладная.xml @@ -123,4 +123,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Documents/РеализацияТоваров.xml b/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Documents/РеализацияТоваров.xml index a570777b..0dae439d 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Documents/РеализацияТоваров.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-multiple-tabparts/Documents/РеализацияТоваров.xml @@ -586,4 +586,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/document-numerator/DocumentNumerators/ЕдиныйНумератор.xml b/tests/skills/cases/meta-compile/snapshots/document-numerator/DocumentNumerators/ЕдиныйНумератор.xml index f9d00eb3..5396ad91 100644 --- a/tests/skills/cases/meta-compile/snapshots/document-numerator/DocumentNumerators/ЕдиныйНумератор.xml +++ b/tests/skills/cases/meta-compile/snapshots/document-numerator/DocumentNumerators/ЕдиныйНумератор.xml @@ -17,4 +17,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/enum-full/Enums/СтатусыОбработки.xml b/tests/skills/cases/meta-compile/snapshots/enum-full/Enums/СтатусыОбработки.xml index be900ace..8a46376a 100644 --- a/tests/skills/cases/meta-compile/snapshots/enum-full/Enums/СтатусыОбработки.xml +++ b/tests/skills/cases/meta-compile/snapshots/enum-full/Enums/СтатусыОбработки.xml @@ -84,4 +84,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/enum/Enums/ВидыНоменклатуры.xml b/tests/skills/cases/meta-compile/snapshots/enum/Enums/ВидыНоменклатуры.xml index 37a6078f..b799f1d6 100644 --- a/tests/skills/cases/meta-compile/snapshots/enum/Enums/ВидыНоменклатуры.xml +++ b/tests/skills/cases/meta-compile/snapshots/enum/Enums/ВидыНоменклатуры.xml @@ -130,4 +130,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/EventSubscriptions/МоиОбработчики.xml b/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/EventSubscriptions/МоиОбработчики.xml index 211e7f56..637cc131 100644 --- a/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/EventSubscriptions/МоиОбработчики.xml +++ b/tests/skills/cases/meta-compile/snapshots/event-subscription-sources/EventSubscriptions/МоиОбработчики.xml @@ -21,4 +21,4 @@ CommonModule.ОбработкаСобытий.Обработать - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/event-subscription/EventSubscriptions/ПриЗаписиДокумента.xml b/tests/skills/cases/meta-compile/snapshots/event-subscription/EventSubscriptions/ПриЗаписиДокумента.xml index f7f3feb7..22b700e0 100644 --- a/tests/skills/cases/meta-compile/snapshots/event-subscription/EventSubscriptions/ПриЗаписиДокумента.xml +++ b/tests/skills/cases/meta-compile/snapshots/event-subscription/EventSubscriptions/ПриЗаписиДокумента.xml @@ -17,4 +17,4 @@ CommonModule.ОбработкаСобытий.ПриЗаписиДокумента - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом.xml b/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом.xml index 2b87c866..62608d32 100644 --- a/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом.xml +++ b/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом.xml @@ -75,4 +75,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом/Ext/Content.xml b/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом/Ext/Content.xml index 1853dcdf..ddbc531c 100644 --- a/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом/Ext/Content.xml +++ b/tests/skills/cases/meta-compile/snapshots/exchange-plan-content/ExchangePlans/ОбменСФилиаламиСоставом/Ext/Content.xml @@ -24,4 +24,4 @@ InformationRegister.ЦеныНоменклатуры Deny - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами.xml b/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами.xml index 6939dd84..acd3048d 100644 --- a/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами.xml +++ b/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами.xml @@ -399,4 +399,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами/Ext/Content.xml b/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами/Ext/Content.xml index 7b07428d..d0f39f06 100644 --- a/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами/Ext/Content.xml +++ b/tests/skills/cases/meta-compile/snapshots/exchange-plan/ExchangePlans/ОбменСФилиалами/Ext/Content.xml @@ -1,2 +1,2 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/filter-criterion/FilterCriteria/ДокументыПоКонтрагенту.xml b/tests/skills/cases/meta-compile/snapshots/filter-criterion/FilterCriteria/ДокументыПоКонтрагенту.xml index 3064b640..f663928b 100644 --- a/tests/skills/cases/meta-compile/snapshots/filter-criterion/FilterCriteria/ДокументыПоКонтрагенту.xml +++ b/tests/skills/cases/meta-compile/snapshots/filter-criterion/FilterCriteria/ДокументыПоКонтрагенту.xml @@ -36,4 +36,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Валюты.xml b/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Валюты.xml index 7d657b8b..dae9c473 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Валюты.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Валюты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Договоры.xml b/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Договоры.xml index 736b68c3..5c62460b 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Договоры.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-218-props/Catalogs/Договоры.xml @@ -433,4 +433,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-218-props/InformationRegisters/КурсыВалют.xml b/tests/skills/cases/meta-compile/snapshots/format-218-props/InformationRegisters/КурсыВалют.xml index 8d8e50fd..fc3ec4bd 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-218-props/InformationRegisters/КурсыВалют.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-218-props/InformationRegisters/КурсыВалют.xml @@ -263,4 +263,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Catalogs/СоСтроками.xml b/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Catalogs/СоСтроками.xml index 3e02271a..83e9db42 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Catalogs/СоСтроками.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-compat24/Catalogs/СоСтроками.xml @@ -285,4 +285,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Валюты.xml b/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Валюты.xml index d44de68e..c9821a95 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Валюты.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Валюты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Договоры.xml b/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Договоры.xml index ed65f18b..7e80cca8 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Договоры.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-props/Catalogs/Договоры.xml @@ -434,4 +434,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-props/DataProcessors/ЗагрузкаКурсов.xml b/tests/skills/cases/meta-compile/snapshots/format-220-props/DataProcessors/ЗагрузкаКурсов.xml index f8825da7..ee671b2e 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-props/DataProcessors/ЗагрузкаКурсов.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-props/DataProcessors/ЗагрузкаКурсов.xml @@ -126,4 +126,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/format-220-props/InformationRegisters/КурсыВалют.xml b/tests/skills/cases/meta-compile/snapshots/format-220-props/InformationRegisters/КурсыВалют.xml index 6ac434cb..f26c8728 100644 --- a/tests/skills/cases/meta-compile/snapshots/format-220-props/InformationRegisters/КурсыВалют.xml +++ b/tests/skills/cases/meta-compile/snapshots/format-220-props/InformationRegisters/КурсыВалют.xml @@ -263,4 +263,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/functional-option/FunctionalOptions/ВестиУчетПоСкладам.xml b/tests/skills/cases/meta-compile/snapshots/functional-option/FunctionalOptions/ВестиУчетПоСкладам.xml index eaa78291..120da6f0 100644 --- a/tests/skills/cases/meta-compile/snapshots/functional-option/FunctionalOptions/ВестиУчетПоСкладам.xml +++ b/tests/skills/cases/meta-compile/snapshots/functional-option/FunctionalOptions/ВестиУчетПоСкладам.xml @@ -18,4 +18,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/FunctionalOptionsParameters/Организация.xml b/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/FunctionalOptionsParameters/Организация.xml index 1861f0b6..65d0acac 100644 --- a/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/FunctionalOptionsParameters/Организация.xml +++ b/tests/skills/cases/meta-compile/snapshots/functional-options-parameter/FunctionalOptionsParameters/Организация.xml @@ -15,4 +15,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/http-service/HTTPServices/ТоварныйAPI.xml b/tests/skills/cases/meta-compile/snapshots/http-service/HTTPServices/ТоварныйAPI.xml index 506c86d5..bfdac2f4 100644 --- a/tests/skills/cases/meta-compile/snapshots/http-service/HTTPServices/ТоварныйAPI.xml +++ b/tests/skills/cases/meta-compile/snapshots/http-service/HTTPServices/ТоварныйAPI.xml @@ -93,4 +93,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/information-register/InformationRegisters/КурсыВалют.xml b/tests/skills/cases/meta-compile/snapshots/information-register/InformationRegisters/КурсыВалют.xml index 09900326..55d5f2f3 100644 --- a/tests/skills/cases/meta-compile/snapshots/information-register/InformationRegisters/КурсыВалют.xml +++ b/tests/skills/cases/meta-compile/snapshots/information-register/InformationRegisters/КурсыВалют.xml @@ -302,4 +302,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/report-full/Reports/АнализПродаж.xml b/tests/skills/cases/meta-compile/snapshots/report-full/Reports/АнализПродаж.xml index 7ab1134b..600dae48 100644 --- a/tests/skills/cases/meta-compile/snapshots/report-full/Reports/АнализПродаж.xml +++ b/tests/skills/cases/meta-compile/snapshots/report-full/Reports/АнализПродаж.xml @@ -145,4 +145,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/report/Reports/ОстаткиТоваров.xml b/tests/skills/cases/meta-compile/snapshots/report/Reports/ОстаткиТоваров.xml index 0d5a112b..a6917d3f 100644 --- a/tests/skills/cases/meta-compile/snapshots/report/Reports/ОстаткиТоваров.xml +++ b/tests/skills/cases/meta-compile/snapshots/report/Reports/ОстаткиТоваров.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/scheduled-job/ScheduledJobs/ОбменДанными.xml b/tests/skills/cases/meta-compile/snapshots/scheduled-job/ScheduledJobs/ОбменДанными.xml index acc206d9..e9428c37 100644 --- a/tests/skills/cases/meta-compile/snapshots/scheduled-job/ScheduledJobs/ОбменДанными.xml +++ b/tests/skills/cases/meta-compile/snapshots/scheduled-job/ScheduledJobs/ОбменДанными.xml @@ -19,4 +19,4 @@ 10 - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/sequence/Sequences/ВзаиморасчетыСКонтрагентами.xml b/tests/skills/cases/meta-compile/snapshots/sequence/Sequences/ВзаиморасчетыСКонтрагентами.xml index 5d26463a..594c904d 100644 --- a/tests/skills/cases/meta-compile/snapshots/sequence/Sequences/ВзаиморасчетыСКонтрагентами.xml +++ b/tests/skills/cases/meta-compile/snapshots/sequence/Sequences/ВзаиморасчетыСКонтрагентами.xml @@ -55,4 +55,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/session-parameter/SessionParameters/ТекущийПользователь.xml b/tests/skills/cases/meta-compile/snapshots/session-parameter/SessionParameters/ТекущийПользователь.xml index 7e74ccc6..d678b70b 100644 --- a/tests/skills/cases/meta-compile/snapshots/session-parameter/SessionParameters/ТекущийПользователь.xml +++ b/tests/skills/cases/meta-compile/snapshots/session-parameter/SessionParameters/ТекущийПользователь.xml @@ -16,4 +16,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/settings-storage/SettingsStorages/ХранилищеОтчетов.xml b/tests/skills/cases/meta-compile/snapshots/settings-storage/SettingsStorages/ХранилищеОтчетов.xml index a2649009..d3601131 100644 --- a/tests/skills/cases/meta-compile/snapshots/settings-storage/SettingsStorages/ХранилищеОтчетов.xml +++ b/tests/skills/cases/meta-compile/snapshots/settings-storage/SettingsStorages/ХранилищеОтчетов.xml @@ -23,4 +23,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/task/Tasks/ЗадачаИсполнителя.xml b/tests/skills/cases/meta-compile/snapshots/task/Tasks/ЗадачаИсполнителя.xml index 92318185..25aca125 100644 --- a/tests/skills/cases/meta-compile/snapshots/task/Tasks/ЗадачаИсполнителя.xml +++ b/tests/skills/cases/meta-compile/snapshots/task/Tasks/ЗадачаИсполнителя.xml @@ -410,4 +410,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/web-service/WebServices/СервисОбмена.xml b/tests/skills/cases/meta-compile/snapshots/web-service/WebServices/СервисОбмена.xml index ca48a239..602f5e98 100644 --- a/tests/skills/cases/meta-compile/snapshots/web-service/WebServices/СервисОбмена.xml +++ b/tests/skills/cases/meta-compile/snapshots/web-service/WebServices/СервисОбмена.xml @@ -128,4 +128,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-compile/snapshots/ws-reference/WSReferences/ОбменСервис.xml b/tests/skills/cases/meta-compile/snapshots/ws-reference/WSReferences/ОбменСервис.xml index 74ab2839..ddbad902 100644 --- a/tests/skills/cases/meta-compile/snapshots/ws-reference/WSReferences/ОбменСервис.xml +++ b/tests/skills/cases/meta-compile/snapshots/ws-reference/WSReferences/ОбменСервис.xml @@ -19,4 +19,4 @@ https://api.example.com/ws?wsdl - + \ No newline at end of file diff --git a/tests/skills/cases/meta-decompile/snapshots/catalog-structural/Catalogs/ДоговорыЭДО.xml b/tests/skills/cases/meta-decompile/snapshots/catalog-structural/Catalogs/ДоговорыЭДО.xml index 9e582add..b4be5981 100644 --- a/tests/skills/cases/meta-decompile/snapshots/catalog-structural/Catalogs/ДоговорыЭДО.xml +++ b/tests/skills/cases/meta-decompile/snapshots/catalog-structural/Catalogs/ДоговорыЭДО.xml @@ -319,4 +319,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-decompile/snapshots/ccot-value-type-marker/ChartsOfCharacteristicTypes/ВидыСведений.xml b/tests/skills/cases/meta-decompile/snapshots/ccot-value-type-marker/ChartsOfCharacteristicTypes/ВидыСведений.xml index 71e9b3dd..dd5db385 100644 --- a/tests/skills/cases/meta-decompile/snapshots/ccot-value-type-marker/ChartsOfCharacteristicTypes/ВидыСведений.xml +++ b/tests/skills/cases/meta-decompile/snapshots/ccot-value-type-marker/ChartsOfCharacteristicTypes/ВидыСведений.xml @@ -304,4 +304,4 @@ - + \ No newline at end of file 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 c9d5f322..80c20dde 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-attribute/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-attribute/Catalogs/Контрагенты.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file 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 37780eec..cc5f7fbf 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 @@ -130,4 +130,4 @@ - + \ No newline at end of file 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 034a2b25..ac09baa0 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-predefined/Catalogs/Спр.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-predefined/Catalogs/Спр.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file 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 8490c8f7..331ba96d 100644 --- a/tests/skills/cases/meta-edit/snapshots/add-tabpart/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/add-tabpart/Catalogs/Контрагенты.xml @@ -226,4 +226,4 @@ - + \ No newline at end of file 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 004ac92f..c18cd9d3 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 @@ -255,4 +255,4 @@ - + \ No newline at end of file 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 f226084a..6048cc2c 100644 --- a/tests/skills/cases/meta-edit/snapshots/combined-operations/Catalogs/Товары.xml +++ b/tests/skills/cases/meta-edit/snapshots/combined-operations/Catalogs/Товары.xml @@ -177,4 +177,4 @@ - + \ No newline at end of file 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 4276f9cd..73de86b6 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 @@ -249,4 +249,4 @@
ФормаВыбора
- + \ No newline at end of file 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 465df0ba..ca4ae7f8 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-attribute/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-attribute/Catalogs/Контрагенты.xml @@ -130,4 +130,4 @@ - + \ No newline at end of file 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 71b7cd43..565d7cb7 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 @@ -131,4 +131,4 @@ - + \ No newline at end of file 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 a7bb4164..4e9417dc 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 @@ -94,4 +94,4 @@ - + \ No newline at end of file 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 3c42df5f..5e5efc44 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 @@ -88,4 +88,4 @@ - + \ No newline at end of file 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 8f50ee35..28cbab2d 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 @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Documents/ЗаказПоставщику.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Documents/ЗаказПоставщику.xml index 8582fb23..50083dc0 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Documents/ЗаказПоставщику.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-mdobjectref/Documents/ЗаказПоставщику.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file 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 9d46193b..33455d61 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 @@ -195,4 +195,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Documents/Расход.xml b/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Documents/Расход.xml index c6674026..59899a5a 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Documents/Расход.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property-registereddocuments/Documents/Расход.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file 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 8d7aef9b..74ef7492 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 @@ -94,4 +94,4 @@ - + \ No newline at end of file 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 b2055bf7..d6e9ef7b 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 @@ -96,4 +96,4 @@ - + \ No newline at end of file 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 77edfc4d..c422448b 100644 --- a/tests/skills/cases/meta-edit/snapshots/modify-property/Catalogs/Организации.xml +++ b/tests/skills/cases/meta-edit/snapshots/modify-property/Catalogs/Организации.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file 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 64863465..e7ca252a 100644 --- a/tests/skills/cases/meta-edit/snapshots/remove-attribute/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-edit/snapshots/remove-attribute/Catalogs/Контрагенты.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-brief/Catalogs/Товары.xml b/tests/skills/cases/meta-info/snapshots/catalog-brief/Catalogs/Товары.xml index 64665d87..6682d978 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-brief/Catalogs/Товары.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-brief/Catalogs/Товары.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-full/Catalogs/Товары.xml b/tests/skills/cases/meta-info/snapshots/catalog-full/Catalogs/Товары.xml index b722eec4..8b8967c4 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-full/Catalogs/Товары.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-full/Catalogs/Товары.xml @@ -274,4 +274,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Catalogs/ВерсииРасширений.xml b/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Catalogs/ВерсииРасширений.xml index df679795..14c3de08 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Catalogs/ВерсииРасширений.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-numeric-code/Catalogs/ВерсииРасширений.xml @@ -87,4 +87,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-overview/Catalogs/Номенклатура.xml b/tests/skills/cases/meta-info/snapshots/catalog-overview/Catalogs/Номенклатура.xml index 9413049f..7e0ebf26 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-overview/Catalogs/Номенклатура.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-overview/Catalogs/Номенклатура.xml @@ -178,4 +178,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/БанковскиеСчета.xml b/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/БанковскиеСчета.xml index ea22a0ef..2ac0488a 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/БанковскиеСчета.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/БанковскиеСчета.xml @@ -90,4 +90,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/Контрагенты.xml index 3c42df5f..5e5efc44 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-subordinate-brief/Catalogs/Контрагенты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/БанковскиеСчета.xml b/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/БанковскиеСчета.xml index e5abfce4..3d0142da 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/БанковскиеСчета.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/БанковскиеСчета.xml @@ -90,4 +90,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/Контрагенты.xml index 3c42df5f..5e5efc44 100644 --- a/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-info/snapshots/catalog-subordinate/Catalogs/Контрагенты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/cct-hierarchical/ChartsOfCharacteristicTypes/ВидыСубконто.xml b/tests/skills/cases/meta-info/snapshots/cct-hierarchical/ChartsOfCharacteristicTypes/ВидыСубконто.xml index 56002c59..713a2ca6 100644 --- a/tests/skills/cases/meta-info/snapshots/cct-hierarchical/ChartsOfCharacteristicTypes/ВидыСубконто.xml +++ b/tests/skills/cases/meta-info/snapshots/cct-hierarchical/ChartsOfCharacteristicTypes/ВидыСубконто.xml @@ -94,4 +94,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/ChartsOfCharacteristicTypes/ВидыСубконто.xml b/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/ChartsOfCharacteristicTypes/ВидыСубконто.xml index 9264e5fa..e61964f1 100644 --- a/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/ChartsOfCharacteristicTypes/ВидыСубконто.xml +++ b/tests/skills/cases/meta-info/snapshots/cct-value-type-collapsed/ChartsOfCharacteristicTypes/ВидыСубконто.xml @@ -107,4 +107,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/common-module-overview/CommonModules/ОбщиеФункции.xml b/tests/skills/cases/meta-info/snapshots/common-module-overview/CommonModules/ОбщиеФункции.xml index 54f4b74e..52c317db 100644 --- a/tests/skills/cases/meta-info/snapshots/common-module-overview/CommonModules/ОбщиеФункции.xml +++ b/tests/skills/cases/meta-info/snapshots/common-module-overview/CommonModules/ОбщиеФункции.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/document-overview/Documents/Заказ.xml b/tests/skills/cases/meta-info/snapshots/document-overview/Documents/Заказ.xml index 86d3b618..90386e90 100644 --- a/tests/skills/cases/meta-info/snapshots/document-overview/Documents/Заказ.xml +++ b/tests/skills/cases/meta-info/snapshots/document-overview/Documents/Заказ.xml @@ -252,4 +252,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Documents/АвансовыйОтчет.xml b/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Documents/АвансовыйОтчет.xml index 24ad20bd..56926ee4 100644 --- a/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Documents/АвансовыйОтчет.xml +++ b/tests/skills/cases/meta-info/snapshots/document-standard-attrs/Documents/АвансовыйОтчет.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/БанковскиеСчета.xml b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/БанковскиеСчета.xml index 72be27cc..8558522b 100644 --- a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/БанковскиеСчета.xml +++ b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/БанковскиеСчета.xml @@ -91,4 +91,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Контрагенты.xml b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Контрагенты.xml index 3c42df5f..5e5efc44 100644 --- a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Контрагенты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Организации.xml b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Организации.xml index 8f50ee35..28cbab2d 100644 --- a/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Организации.xml +++ b/tests/skills/cases/meta-info/snapshots/drilldown-owner/Catalogs/Организации.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/drilldown-value-type/ChartsOfCharacteristicTypes/ВидыСубконто.xml b/tests/skills/cases/meta-info/snapshots/drilldown-value-type/ChartsOfCharacteristicTypes/ВидыСубконто.xml index 9264e5fa..e61964f1 100644 --- a/tests/skills/cases/meta-info/snapshots/drilldown-value-type/ChartsOfCharacteristicTypes/ВидыСубконто.xml +++ b/tests/skills/cases/meta-info/snapshots/drilldown-value-type/ChartsOfCharacteristicTypes/ВидыСубконто.xml @@ -107,4 +107,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/enum-overview/Enums/Статусы.xml b/tests/skills/cases/meta-info/snapshots/enum-overview/Enums/Статусы.xml index 37780eec..cc5f7fbf 100644 --- a/tests/skills/cases/meta-info/snapshots/enum-overview/Enums/Статусы.xml +++ b/tests/skills/cases/meta-info/snapshots/enum-overview/Enums/Статусы.xml @@ -130,4 +130,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-info/snapshots/info-register-overview/InformationRegisters/КурсыВалют.xml b/tests/skills/cases/meta-info/snapshots/info-register-overview/InformationRegisters/КурсыВалют.xml index 878c3902..9145e4bb 100644 --- a/tests/skills/cases/meta-info/snapshots/info-register-overview/InformationRegisters/КурсыВалют.xml +++ b/tests/skills/cases/meta-info/snapshots/info-register-overview/InformationRegisters/КурсыВалют.xml @@ -258,4 +258,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-remove/snapshots/dry-run/Catalogs/Тест.xml b/tests/skills/cases/meta-remove/snapshots/dry-run/Catalogs/Тест.xml index 4ed2cce9..5bd68ee6 100644 --- a/tests/skills/cases/meta-remove/snapshots/dry-run/Catalogs/Тест.xml +++ b/tests/skills/cases/meta-remove/snapshots/dry-run/Catalogs/Тест.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Catalogs/ТестКоманд.xml b/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Catalogs/ТестКоманд.xml index 58e825af..768aa0fc 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Catalogs/ТестКоманд.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-catalog-commands/Catalogs/ТестКоманд.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Catalogs/Тест.xml b/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Catalogs/Тест.xml index 952925c2..7c4a4785 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Catalogs/Тест.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-catalog-detailed/Catalogs/Тест.xml @@ -133,4 +133,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-catalog/Catalogs/Тест.xml b/tests/skills/cases/meta-validate/snapshots/valid-catalog/Catalogs/Тест.xml index 4ed2cce9..5bd68ee6 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-catalog/Catalogs/Тест.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-catalog/Catalogs/Тест.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-common-module/CommonModules/ОбщиеФункции.xml b/tests/skills/cases/meta-validate/snapshots/valid-common-module/CommonModules/ОбщиеФункции.xml index 4de44f20..e38065c5 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-common-module/CommonModules/ОбщиеФункции.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-common-module/CommonModules/ОбщиеФункции.xml @@ -20,4 +20,4 @@ DontUse - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-constant/Constants/ОсновнаяВалюта.xml b/tests/skills/cases/meta-validate/snapshots/valid-constant/Constants/ОсновнаяВалюта.xml index 6daa3afd..0bd19f6f 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-constant/Constants/ОсновнаяВалюта.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-constant/Constants/ОсновнаяВалюта.xml @@ -55,4 +55,4 @@ false - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-document/Documents/ПриходнаяНакладная.xml b/tests/skills/cases/meta-validate/snapshots/valid-document/Documents/ПриходнаяНакладная.xml index a3183866..921d6a46 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-document/Documents/ПриходнаяНакладная.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-document/Documents/ПриходнаяНакладная.xml @@ -260,4 +260,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-enum/Enums/Статусы.xml b/tests/skills/cases/meta-validate/snapshots/valid-enum/Enums/Статусы.xml index fe1937b1..87b71446 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-enum/Enums/Статусы.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-enum/Enums/Статусы.xml @@ -118,4 +118,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/meta-validate/snapshots/valid-info-register/InformationRegisters/КурсыВалют.xml b/tests/skills/cases/meta-validate/snapshots/valid-info-register/InformationRegisters/КурсыВалют.xml index 878c3902..9145e4bb 100644 --- a/tests/skills/cases/meta-validate/snapshots/valid-info-register/InformationRegisters/КурсыВалют.xml +++ b/tests/skills/cases/meta-validate/snapshots/valid-info-register/InformationRegisters/КурсыВалют.xml @@ -258,4 +258,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/column-widths/Template.xml b/tests/skills/cases/mxl-compile/snapshots/column-widths/Template.xml index 4210fffa..fc3177f9 100644 --- a/tests/skills/cases/mxl-compile/snapshots/column-widths/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/column-widths/Template.xml @@ -170,4 +170,4 @@ 0 Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/empty-rows/Template.xml b/tests/skills/cases/mxl-compile/snapshots/empty-rows/Template.xml index 0d0a64c7..f69fe4b0 100644 --- a/tests/skills/cases/mxl-compile/snapshots/empty-rows/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/empty-rows/Template.xml @@ -124,4 +124,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/format-strings/Template.xml b/tests/skills/cases/mxl-compile/snapshots/format-strings/Template.xml index 23d769af..163976ea 100644 --- a/tests/skills/cases/mxl-compile/snapshots/format-strings/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/format-strings/Template.xml @@ -191,4 +191,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/guard-allow-external/print-forms/Демо/Templates/Макет/Ext/Template.xml b/tests/skills/cases/mxl-compile/snapshots/guard-allow-external/print-forms/Демо/Templates/Макет/Ext/Template.xml index b85248b2..2e907022 100644 --- a/tests/skills/cases/mxl-compile/snapshots/guard-allow-external/print-forms/Демо/Templates/Макет/Ext/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/guard-allow-external/print-forms/Демо/Templates/Макет/Ext/Template.xml @@ -51,4 +51,4 @@ 0 Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/merged-cells/Template.xml b/tests/skills/cases/mxl-compile/snapshots/merged-cells/Template.xml index 3badacfc..3da6daa6 100644 --- a/tests/skills/cases/mxl-compile/snapshots/merged-cells/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/merged-cells/Template.xml @@ -206,4 +206,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/minimal/Template.xml b/tests/skills/cases/mxl-compile/snapshots/minimal/Template.xml index c93a196d..65aea278 100644 --- a/tests/skills/cases/mxl-compile/snapshots/minimal/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/minimal/Template.xml @@ -51,4 +51,4 @@ 0 Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/multiple-areas/Template.xml b/tests/skills/cases/mxl-compile/snapshots/multiple-areas/Template.xml index 55cec1a5..c148f90e 100644 --- a/tests/skills/cases/mxl-compile/snapshots/multiple-areas/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/multiple-areas/Template.xml @@ -246,4 +246,4 @@ Right Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/page-a4-landscape/Template.xml b/tests/skills/cases/mxl-compile/snapshots/page-a4-landscape/Template.xml index 3672b188..f608c5d2 100644 --- a/tests/skills/cases/mxl-compile/snapshots/page-a4-landscape/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/page-a4-landscape/Template.xml @@ -223,4 +223,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/parameters-and-templates/Template.xml b/tests/skills/cases/mxl-compile/snapshots/parameters-and-templates/Template.xml index efbac682..fa8eb5b3 100644 --- a/tests/skills/cases/mxl-compile/snapshots/parameters-and-templates/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/parameters-and-templates/Template.xml @@ -161,4 +161,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/print-form/Template.xml b/tests/skills/cases/mxl-compile/snapshots/print-form/Template.xml index 1d085301..83c98449 100644 --- a/tests/skills/cases/mxl-compile/snapshots/print-form/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/print-form/Template.xml @@ -630,4 +630,4 @@ Center Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/simple-template/Template.xml b/tests/skills/cases/mxl-compile/snapshots/simple-template/Template.xml index c72484ff..384ee851 100644 --- a/tests/skills/cases/mxl-compile/snapshots/simple-template/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/simple-template/Template.xml @@ -36,4 +36,4 @@ 10 - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-compile/snapshots/styles-fonts-borders/Template.xml b/tests/skills/cases/mxl-compile/snapshots/styles-fonts-borders/Template.xml index 9680005f..79f52717 100644 --- a/tests/skills/cases/mxl-compile/snapshots/styles-fonts-borders/Template.xml +++ b/tests/skills/cases/mxl-compile/snapshots/styles-fonts-borders/Template.xml @@ -382,4 +382,4 @@ Center Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-merged-cells/Template.xml b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-merged-cells/Template.xml index 1f352ac1..fbb683a5 100644 --- a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-merged-cells/Template.xml +++ b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-merged-cells/Template.xml @@ -127,4 +127,4 @@ 0 Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-multiple-areas/Template.xml b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-multiple-areas/Template.xml index 122f289b..4b18dbc4 100644 --- a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-multiple-areas/Template.xml +++ b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-multiple-areas/Template.xml @@ -172,4 +172,4 @@ Right Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-styles/Template.xml b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-styles/Template.xml index 1bd561f1..71dd69eb 100644 --- a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-styles/Template.xml +++ b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-styles/Template.xml @@ -98,4 +98,4 @@ 0 Text - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-templates/Template.xml b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-templates/Template.xml index 2874c0b5..c90e50b3 100644 --- a/tests/skills/cases/mxl-decompile/snapshots/roundtrip-templates/Template.xml +++ b/tests/skills/cases/mxl-decompile/snapshots/roundtrip-templates/Template.xml @@ -67,4 +67,4 @@ 0 Template - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-decompile/snapshots/roundtrip/Template.xml b/tests/skills/cases/mxl-decompile/snapshots/roundtrip/Template.xml index 38ea918a..faa869be 100644 --- a/tests/skills/cases/mxl-decompile/snapshots/roundtrip/Template.xml +++ b/tests/skills/cases/mxl-decompile/snapshots/roundtrip/Template.xml @@ -36,4 +36,4 @@ 10 - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-info/snapshots/areas-and-params/Template.xml b/tests/skills/cases/mxl-info/snapshots/areas-and-params/Template.xml index 4ff772e3..be04f3e7 100644 --- a/tests/skills/cases/mxl-info/snapshots/areas-and-params/Template.xml +++ b/tests/skills/cases/mxl-info/snapshots/areas-and-params/Template.xml @@ -225,4 +225,4 @@ Right Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-info/snapshots/detail-params/Template.xml b/tests/skills/cases/mxl-info/snapshots/detail-params/Template.xml index a086d517..46f299cd 100644 --- a/tests/skills/cases/mxl-info/snapshots/detail-params/Template.xml +++ b/tests/skills/cases/mxl-info/snapshots/detail-params/Template.xml @@ -75,4 +75,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-info/snapshots/json-format/Template.xml b/tests/skills/cases/mxl-info/snapshots/json-format/Template.xml index 105d44b2..67909192 100644 --- a/tests/skills/cases/mxl-info/snapshots/json-format/Template.xml +++ b/tests/skills/cases/mxl-info/snapshots/json-format/Template.xml @@ -53,4 +53,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-info/snapshots/template-overview/Template.xml b/tests/skills/cases/mxl-info/snapshots/template-overview/Template.xml index c72484ff..384ee851 100644 --- a/tests/skills/cases/mxl-info/snapshots/template-overview/Template.xml +++ b/tests/skills/cases/mxl-info/snapshots/template-overview/Template.xml @@ -36,4 +36,4 @@ 10 - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-info/snapshots/with-text/Template.xml b/tests/skills/cases/mxl-info/snapshots/with-text/Template.xml index ff12e78a..5c51fbf4 100644 --- a/tests/skills/cases/mxl-info/snapshots/with-text/Template.xml +++ b/tests/skills/cases/mxl-info/snapshots/with-text/Template.xml @@ -163,4 +163,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-validate/snapshots/valid-complex/Template.xml b/tests/skills/cases/mxl-validate/snapshots/valid-complex/Template.xml index ef5b28b7..577c7213 100644 --- a/tests/skills/cases/mxl-validate/snapshots/valid-complex/Template.xml +++ b/tests/skills/cases/mxl-validate/snapshots/valid-complex/Template.xml @@ -240,4 +240,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-validate/snapshots/valid-print-form/Template.xml b/tests/skills/cases/mxl-validate/snapshots/valid-print-form/Template.xml index 317cdb74..e5cd5d93 100644 --- a/tests/skills/cases/mxl-validate/snapshots/valid-print-form/Template.xml +++ b/tests/skills/cases/mxl-validate/snapshots/valid-print-form/Template.xml @@ -214,4 +214,4 @@ Right Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-validate/snapshots/valid-template/Template.xml b/tests/skills/cases/mxl-validate/snapshots/valid-template/Template.xml index 38ea918a..faa869be 100644 --- a/tests/skills/cases/mxl-validate/snapshots/valid-template/Template.xml +++ b/tests/skills/cases/mxl-validate/snapshots/valid-template/Template.xml @@ -36,4 +36,4 @@ 10 - + \ No newline at end of file diff --git a/tests/skills/cases/mxl-validate/snapshots/valid-with-detailed/Template.xml b/tests/skills/cases/mxl-validate/snapshots/valid-with-detailed/Template.xml index 5989f7fc..141c2e8a 100644 --- a/tests/skills/cases/mxl-validate/snapshots/valid-with-detailed/Template.xml +++ b/tests/skills/cases/mxl-validate/snapshots/valid-with-detailed/Template.xml @@ -67,4 +67,4 @@ 0 Parameter - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/basic-role/Catalogs/Товары.xml b/tests/skills/cases/role-compile/snapshots/basic-role/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/role-compile/snapshots/basic-role/Catalogs/Товары.xml +++ b/tests/skills/cases/role-compile/snapshots/basic-role/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик.xml b/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик.xml index 588af912..4499583f 100644 --- a/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик.xml +++ b/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик/Ext/Rights.xml index 8640f54e..4d61ba59 100644 --- a/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/basic-role/Roles/Кладовщик/Ext/Rights.xml @@ -13,4 +13,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/edit-preset/Documents/РеализацияТоваров.xml b/tests/skills/cases/role-compile/snapshots/edit-preset/Documents/РеализацияТоваров.xml index c459f7f6..28aa8402 100644 --- a/tests/skills/cases/role-compile/snapshots/edit-preset/Documents/РеализацияТоваров.xml +++ b/tests/skills/cases/role-compile/snapshots/edit-preset/Documents/РеализацияТоваров.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов.xml b/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов.xml index e03265a4..b0b1ee3a 100644 --- a/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов.xml +++ b/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов/Ext/Rights.xml index cb51724f..44ffc942 100644 --- a/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/edit-preset/Roles/РедакторДокументов/Ext/Rights.xml @@ -73,4 +73,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/explicit-rights/InformationRegisters/Цены.xml b/tests/skills/cases/role-compile/snapshots/explicit-rights/InformationRegisters/Цены.xml index 590a0710..9f7e30a2 100644 --- a/tests/skills/cases/role-compile/snapshots/explicit-rights/InformationRegisters/Цены.xml +++ b/tests/skills/cases/role-compile/snapshots/explicit-rights/InformationRegisters/Цены.xml @@ -262,4 +262,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен.xml b/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен.xml index a9692388..fc346cb5 100644 --- a/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен.xml +++ b/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен/Ext/Rights.xml index a8a5a126..03801ad6 100644 --- a/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/explicit-rights/Roles/ПравоЦен/Ext/Rights.xml @@ -17,4 +17,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая.xml b/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая.xml index ff052135..6b4355f9 100644 --- a/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая.xml +++ b/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/minimal/Roles/Пустая/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/russian-types/Catalogs/Контрагенты.xml b/tests/skills/cases/role-compile/snapshots/russian-types/Catalogs/Контрагенты.xml index 3c42df5f..5e5efc44 100644 --- a/tests/skills/cases/role-compile/snapshots/russian-types/Catalogs/Контрагенты.xml +++ b/tests/skills/cases/role-compile/snapshots/russian-types/Catalogs/Контрагенты.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов.xml b/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов.xml index e93f4312..dcb20e44 100644 --- a/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов.xml +++ b/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов/Ext/Rights.xml index 91d00220..8635a814 100644 --- a/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/russian-types/Roles/ЧтениеКонтрагентов/Ext/Rights.xml @@ -17,4 +17,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/synonym-rights/Catalogs/Товары.xml b/tests/skills/cases/role-compile/snapshots/synonym-rights/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/role-compile/snapshots/synonym-rights/Catalogs/Товары.xml +++ b/tests/skills/cases/role-compile/snapshots/synonym-rights/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик.xml b/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик.xml index 588af912..4499583f 100644 --- a/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик.xml +++ b/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик/Ext/Rights.xml index 8640f54e..4d61ba59 100644 --- a/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/synonym-rights/Roles/Кладовщик/Ext/Rights.xml @@ -13,4 +13,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/view-preset/Catalogs/Номенклатура.xml b/tests/skills/cases/role-compile/snapshots/view-preset/Catalogs/Номенклатура.xml index ae93acc9..0daed60e 100644 --- a/tests/skills/cases/role-compile/snapshots/view-preset/Catalogs/Номенклатура.xml +++ b/tests/skills/cases/role-compile/snapshots/view-preset/Catalogs/Номенклатура.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/view-preset/DataProcessors/Загрузка.xml b/tests/skills/cases/role-compile/snapshots/view-preset/DataProcessors/Загрузка.xml index 15587279..fa5caaf2 100644 --- a/tests/skills/cases/role-compile/snapshots/view-preset/DataProcessors/Загрузка.xml +++ b/tests/skills/cases/role-compile/snapshots/view-preset/DataProcessors/Загрузка.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры.xml b/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры.xml index 86358305..deb1ba21 100644 --- a/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры.xml +++ b/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры/Ext/Rights.xml index c54db839..b0890ebd 100644 --- a/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/view-preset/Roles/ЧтениеНоменклатуры/Ext/Rights.xml @@ -32,4 +32,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/with-rls/Catalogs/Организации.xml b/tests/skills/cases/role-compile/snapshots/with-rls/Catalogs/Организации.xml index 8f50ee35..28cbab2d 100644 --- a/tests/skills/cases/role-compile/snapshots/with-rls/Catalogs/Организации.xml +++ b/tests/skills/cases/role-compile/snapshots/with-rls/Catalogs/Организации.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/with-rls/Documents/РеализацияТоваровУслуг.xml b/tests/skills/cases/role-compile/snapshots/with-rls/Documents/РеализацияТоваровУслуг.xml index cdd28b58..780ac250 100644 --- a/tests/skills/cases/role-compile/snapshots/with-rls/Documents/РеализацияТоваровУслуг.xml +++ b/tests/skills/cases/role-compile/snapshots/with-rls/Documents/РеализацияТоваровУслуг.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации.xml b/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации.xml index 33bf9f8c..20e7f0f3 100644 --- a/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации.xml +++ b/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации/Ext/Rights.xml b/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации/Ext/Rights.xml index 86f25651..26c23895 100644 --- a/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации/Ext/Rights.xml +++ b/tests/skills/cases/role-compile/snapshots/with-rls/Roles/ЧтениеДокументовПоОрганизации/Ext/Rights.xml @@ -43,4 +43,4 @@ ДляОбъекта(Модификатор) ГДЕ Организация = &ТекущаяОрганизация - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/multiple-types/Catalogs/Товары.xml b/tests/skills/cases/role-info/snapshots/multiple-types/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/role-info/snapshots/multiple-types/Catalogs/Товары.xml +++ b/tests/skills/cases/role-info/snapshots/multiple-types/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/multiple-types/Documents/Продажа.xml b/tests/skills/cases/role-info/snapshots/multiple-types/Documents/Продажа.xml index 1d87c573..a8c727e6 100644 --- a/tests/skills/cases/role-info/snapshots/multiple-types/Documents/Продажа.xml +++ b/tests/skills/cases/role-info/snapshots/multiple-types/Documents/Продажа.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/multiple-types/InformationRegisters/Цены.xml b/tests/skills/cases/role-info/snapshots/multiple-types/InformationRegisters/Цены.xml index a4de6c34..2ca44192 100644 --- a/tests/skills/cases/role-info/snapshots/multiple-types/InformationRegisters/Цены.xml +++ b/tests/skills/cases/role-info/snapshots/multiple-types/InformationRegisters/Цены.xml @@ -171,4 +171,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная.xml b/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная.xml index 4b6228c5..435533b9 100644 --- a/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная.xml +++ b/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная/Ext/Rights.xml b/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная/Ext/Rights.xml index d6434893..c44b4cea 100644 --- a/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная/Ext/Rights.xml +++ b/tests/skills/cases/role-info/snapshots/multiple-types/Roles/Комплексная/Ext/Rights.xml @@ -99,4 +99,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/overview/Catalogs/Товары.xml b/tests/skills/cases/role-info/snapshots/overview/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/role-info/snapshots/overview/Catalogs/Товары.xml +++ b/tests/skills/cases/role-info/snapshots/overview/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/overview/Roles/Тест.xml b/tests/skills/cases/role-info/snapshots/overview/Roles/Тест.xml index 631bc72f..4f3e33c5 100644 --- a/tests/skills/cases/role-info/snapshots/overview/Roles/Тест.xml +++ b/tests/skills/cases/role-info/snapshots/overview/Roles/Тест.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/overview/Roles/Тест/Ext/Rights.xml b/tests/skills/cases/role-info/snapshots/overview/Roles/Тест/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/role-info/snapshots/overview/Roles/Тест/Ext/Rights.xml +++ b/tests/skills/cases/role-info/snapshots/overview/Roles/Тест/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/with-rls/Catalogs/Организации.xml b/tests/skills/cases/role-info/snapshots/with-rls/Catalogs/Организации.xml index 8f50ee35..28cbab2d 100644 --- a/tests/skills/cases/role-info/snapshots/with-rls/Catalogs/Организации.xml +++ b/tests/skills/cases/role-info/snapshots/with-rls/Catalogs/Организации.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/with-rls/Documents/Реализация.xml b/tests/skills/cases/role-info/snapshots/with-rls/Documents/Реализация.xml index 336699d0..c733356d 100644 --- a/tests/skills/cases/role-info/snapshots/with-rls/Documents/Реализация.xml +++ b/tests/skills/cases/role-info/snapshots/with-rls/Documents/Реализация.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение.xml b/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение.xml index 94799bcb..67d677de 100644 --- a/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение.xml +++ b/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение/Ext/Rights.xml b/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение/Ext/Rights.xml index a864aa0d..d72ac6c0 100644 --- a/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение/Ext/Rights.xml +++ b/tests/skills/cases/role-info/snapshots/with-rls/Roles/ОграниченноеЧтение/Ext/Rights.xml @@ -43,4 +43,4 @@ ПоОрганизации(Мод) ГДЕ Организация = &Орг - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/multiple-objects/Catalogs/Товары.xml b/tests/skills/cases/role-validate/snapshots/multiple-objects/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/role-validate/snapshots/multiple-objects/Catalogs/Товары.xml +++ b/tests/skills/cases/role-validate/snapshots/multiple-objects/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/multiple-objects/Documents/Заказ.xml b/tests/skills/cases/role-validate/snapshots/multiple-objects/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/role-validate/snapshots/multiple-objects/Documents/Заказ.xml +++ b/tests/skills/cases/role-validate/snapshots/multiple-objects/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер.xml b/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер.xml index 2639fc93..b4f22b80 100644 --- a/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер.xml +++ b/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер/Ext/Rights.xml b/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер/Ext/Rights.xml index cbe0b5f2..8adb019c 100644 --- a/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер/Ext/Rights.xml +++ b/tests/skills/cases/role-validate/snapshots/multiple-objects/Roles/Менеджер/Ext/Rights.xml @@ -88,4 +88,4 @@ true - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/valid-role/Catalogs/Товары.xml b/tests/skills/cases/role-validate/snapshots/valid-role/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/role-validate/snapshots/valid-role/Catalogs/Товары.xml +++ b/tests/skills/cases/role-validate/snapshots/valid-role/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест.xml b/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест.xml index 631bc72f..4f3e33c5 100644 --- a/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест.xml +++ b/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест/Ext/Rights.xml b/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест/Ext/Rights.xml index bc171791..c79756f9 100644 --- a/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест/Ext/Rights.xml +++ b/tests/skills/cases/role-validate/snapshots/valid-role/Roles/Тест/Ext/Rights.xml @@ -6,4 +6,4 @@ false true false - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/with-rls/Documents/Продажа.xml b/tests/skills/cases/role-validate/snapshots/with-rls/Documents/Продажа.xml index 1d87c573..a8c727e6 100644 --- a/tests/skills/cases/role-validate/snapshots/with-rls/Documents/Продажа.xml +++ b/tests/skills/cases/role-validate/snapshots/with-rls/Documents/Продажа.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями.xml b/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями.xml index 13eca2fe..ce728b51 100644 --- a/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями.xml +++ b/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями.xml @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями/Ext/Rights.xml b/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями/Ext/Rights.xml index 9aaab22c..b2ba324a 100644 --- a/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями/Ext/Rights.xml +++ b/tests/skills/cases/role-validate/snapshots/with-rls/Roles/СОграничениями/Ext/Rights.xml @@ -28,4 +28,4 @@ Шаблон(Мод) ГДЕ Поле = &Параметр - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/auto-data-parameters/Template.xml b/tests/skills/cases/skd-compile/snapshots/auto-data-parameters/Template.xml index 9157a1b8..aa4e6729 100644 --- a/tests/skills/cases/skd-compile/snapshots/auto-data-parameters/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/auto-data-parameters/Template.xml @@ -216,4 +216,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/available-values-and-folders/Template.xml b/tests/skills/cases/skd-compile/snapshots/available-values-and-folders/Template.xml index 5fbe7363..f93fc9bf 100644 --- a/tests/skills/cases/skd-compile/snapshots/available-values-and-folders/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/available-values-and-folders/Template.xml @@ -200,4 +200,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/calc-object-name-restrict-string/Template.xml b/tests/skills/cases/skd-compile/snapshots/calc-object-name-restrict-string/Template.xml index 8df847c2..84a39f68 100644 --- a/tests/skills/cases/skd-compile/snapshots/calc-object-name-restrict-string/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/calc-object-name-restrict-string/Template.xml @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/calc-shorthand-extended/Template.xml b/tests/skills/cases/skd-compile/snapshots/calc-shorthand-extended/Template.xml index 0a423282..b81b79dd 100644 --- a/tests/skills/cases/skd-compile/snapshots/calc-shorthand-extended/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/calc-shorthand-extended/Template.xml @@ -96,4 +96,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/calculated-fields/Template.xml b/tests/skills/cases/skd-compile/snapshots/calculated-fields/Template.xml index 6e11e175..6a577240 100644 --- a/tests/skills/cases/skd-compile/snapshots/calculated-fields/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/calculated-fields/Template.xml @@ -91,4 +91,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/decimal-qualifier-defaults/Template.xml b/tests/skills/cases/skd-compile/snapshots/decimal-qualifier-defaults/Template.xml index 0bf2b58b..bd9c4284 100644 --- a/tests/skills/cases/skd-compile/snapshots/decimal-qualifier-defaults/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/decimal-qualifier-defaults/Template.xml @@ -166,4 +166,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/empty-param-values/Template.xml b/tests/skills/cases/skd-compile/snapshots/empty-param-values/Template.xml index 8f472f3e..35d79bc6 100644 --- a/tests/skills/cases/skd-compile/snapshots/empty-param-values/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/empty-param-values/Template.xml @@ -196,4 +196,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/field-appearance-and-presentation/Template.xml b/tests/skills/cases/skd-compile/snapshots/field-appearance-and-presentation/Template.xml index f23eeff4..0c833063 100644 --- a/tests/skills/cases/skd-compile/snapshots/field-appearance-and-presentation/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/field-appearance-and-presentation/Template.xml @@ -78,4 +78,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/field-multi-type/Template.xml b/tests/skills/cases/skd-compile/snapshots/field-multi-type/Template.xml index 90ed90c5..a5fe5808 100644 --- a/tests/skills/cases/skd-compile/snapshots/field-multi-type/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/field-multi-type/Template.xml @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/field-restrictions/Template.xml b/tests/skills/cases/skd-compile/snapshots/field-restrictions/Template.xml index 6d6565e6..7c6752d1 100644 --- a/tests/skills/cases/skd-compile/snapshots/field-restrictions/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/field-restrictions/Template.xml @@ -96,4 +96,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/full-example/Template.xml b/tests/skills/cases/skd-compile/snapshots/full-example/Template.xml index c31d0e27..dbf5a6b8 100644 --- a/tests/skills/cases/skd-compile/snapshots/full-example/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/full-example/Template.xml @@ -164,4 +164,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/grouping-and-totals/Template.xml b/tests/skills/cases/skd-compile/snapshots/grouping-and-totals/Template.xml index cb7a6678..6c9dabac 100644 --- a/tests/skills/cases/skd-compile/snapshots/grouping-and-totals/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/grouping-and-totals/Template.xml @@ -129,4 +129,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/horizontal-merge/Template.xml b/tests/skills/cases/skd-compile/snapshots/horizontal-merge/Template.xml index b4897977..945b27cc 100644 --- a/tests/skills/cases/skd-compile/snapshots/horizontal-merge/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/horizontal-merge/Template.xml @@ -2276,4 +2276,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/minimal/Template.xml b/tests/skills/cases/skd-compile/snapshots/minimal/Template.xml index ef7f7b7e..6e91062f 100644 --- a/tests/skills/cases/skd-compile/snapshots/minimal/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/minimal/Template.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/multi-lang-title/Template.xml b/tests/skills/cases/skd-compile/snapshots/multi-lang-title/Template.xml index 8101a7a5..23637c5d 100644 --- a/tests/skills/cases/skd-compile/snapshots/multi-lang-title/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/multi-lang-title/Template.xml @@ -95,4 +95,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/multiple-datasets/Template.xml b/tests/skills/cases/skd-compile/snapshots/multiple-datasets/Template.xml index 24f0c918..36ec2db3 100644 --- a/tests/skills/cases/skd-compile/snapshots/multiple-datasets/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/multiple-datasets/Template.xml @@ -74,4 +74,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/orgroup-string-items/Template.xml b/tests/skills/cases/skd-compile/snapshots/orgroup-string-items/Template.xml index 92855a0b..20568efb 100644 --- a/tests/skills/cases/skd-compile/snapshots/orgroup-string-items/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/orgroup-string-items/Template.xml @@ -106,4 +106,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/parameter-title-presentation-synonyms/Template.xml b/tests/skills/cases/skd-compile/snapshots/parameter-title-presentation-synonyms/Template.xml index 0d03ca42..ab943007 100644 --- a/tests/skills/cases/skd-compile/snapshots/parameter-title-presentation-synonyms/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/parameter-title-presentation-synonyms/Template.xml @@ -75,4 +75,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/parameter-value-list/Template.xml b/tests/skills/cases/skd-compile/snapshots/parameter-value-list/Template.xml index 3b2e3635..fae54e12 100644 --- a/tests/skills/cases/skd-compile/snapshots/parameter-value-list/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/parameter-value-list/Template.xml @@ -52,4 +52,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/simple-query/Template.xml b/tests/skills/cases/skd-compile/snapshots/simple-query/Template.xml index ccd6f7f7..9903fc5b 100644 --- a/tests/skills/cases/skd-compile/snapshots/simple-query/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/simple-query/Template.xml @@ -31,4 +31,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/structure-chart/Template.xml b/tests/skills/cases/skd-compile/snapshots/structure-chart/Template.xml index d10b5d52..537ecb45 100644 --- a/tests/skills/cases/skd-compile/snapshots/structure-chart/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/structure-chart/Template.xml @@ -96,4 +96,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/structure-object-form/Template.xml b/tests/skills/cases/skd-compile/snapshots/structure-object-form/Template.xml index eff26c7e..24f326a5 100644 --- a/tests/skills/cases/skd-compile/snapshots/structure-object-form/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/structure-object-form/Template.xml @@ -100,4 +100,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/structure-object-group-no-selection/Template.xml b/tests/skills/cases/skd-compile/snapshots/structure-object-group-no-selection/Template.xml index c5c266eb..b34e2d93 100644 --- a/tests/skills/cases/skd-compile/snapshots/structure-object-group-no-selection/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/structure-object-group-no-selection/Template.xml @@ -64,4 +64,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/structure-table-pivot/Template.xml b/tests/skills/cases/skd-compile/snapshots/structure-table-pivot/Template.xml index ae755f73..c1dd2bcf 100644 --- a/tests/skills/cases/skd-compile/snapshots/structure-table-pivot/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/structure-table-pivot/Template.xml @@ -120,4 +120,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/userestriction-object-form/Template.xml b/tests/skills/cases/skd-compile/snapshots/userestriction-object-form/Template.xml index 8df847c2..84a39f68 100644 --- a/tests/skills/cases/skd-compile/snapshots/userestriction-object-form/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/userestriction-object-form/Template.xml @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/with-filters/Template.xml b/tests/skills/cases/skd-compile/snapshots/with-filters/Template.xml index 66bccb77..fd034486 100644 --- a/tests/skills/cases/skd-compile/snapshots/with-filters/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/with-filters/Template.xml @@ -154,4 +154,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-compile/snapshots/with-parameters/Template.xml b/tests/skills/cases/skd-compile/snapshots/with-parameters/Template.xml index bc1aa465..c302dce0 100644 --- a/tests/skills/cases/skd-compile/snapshots/with-parameters/Template.xml +++ b/tests/skills/cases/skd-compile/snapshots/with-parameters/Template.xml @@ -121,4 +121,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/appearance-multilang-value/Template.xml b/tests/skills/cases/skd-decompile/snapshots/appearance-multilang-value/Template.xml index 89728f82..8e6bff2b 100644 --- a/tests/skills/cases/skd-decompile/snapshots/appearance-multilang-value/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/appearance-multilang-value/Template.xml @@ -70,4 +70,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/calc-total-params/Template.xml b/tests/skills/cases/skd-decompile/snapshots/calc-total-params/Template.xml index 4a487c00..76c8cc15 100644 --- a/tests/skills/cases/skd-decompile/snapshots/calc-total-params/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/calc-total-params/Template.xml @@ -211,4 +211,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/dataset-folder-and-auto-group/Template.xml b/tests/skills/cases/skd-decompile/snapshots/dataset-folder-and-auto-group/Template.xml index b1a8a60d..cb5c242c 100644 --- a/tests/skills/cases/skd-decompile/snapshots/dataset-folder-and-auto-group/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/dataset-folder-and-auto-group/Template.xml @@ -91,4 +91,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/dataset-query-multiline/Template.xml b/tests/skills/cases/skd-decompile/snapshots/dataset-query-multiline/Template.xml index c0e6e7a1..fafdc35a 100644 --- a/tests/skills/cases/skd-decompile/snapshots/dataset-query-multiline/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/dataset-query-multiline/Template.xml @@ -72,4 +72,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/dataset-types/Template.xml b/tests/skills/cases/skd-decompile/snapshots/dataset-types/Template.xml index 841013a7..db2e5dae 100644 --- a/tests/skills/cases/skd-decompile/snapshots/dataset-types/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/dataset-types/Template.xml @@ -106,4 +106,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/field-input-parameters/Template.xml b/tests/skills/cases/skd-decompile/snapshots/field-input-parameters/Template.xml index 6cd276c9..227a588a 100644 --- a/tests/skills/cases/skd-decompile/snapshots/field-input-parameters/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/field-input-parameters/Template.xml @@ -92,4 +92,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/field-order-expression/Template.xml b/tests/skills/cases/skd-decompile/snapshots/field-order-expression/Template.xml index 9ef30a1e..80c3f910 100644 --- a/tests/skills/cases/skd-decompile/snapshots/field-order-expression/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/field-order-expression/Template.xml @@ -43,4 +43,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/field-roles-rich/Template.xml b/tests/skills/cases/skd-decompile/snapshots/field-roles-rich/Template.xml index d6101aa3..28d72bb1 100644 --- a/tests/skills/cases/skd-decompile/snapshots/field-roles-rich/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/field-roles-rich/Template.xml @@ -90,4 +90,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/fields-types-and-restrictions/Template.xml b/tests/skills/cases/skd-decompile/snapshots/fields-types-and-restrictions/Template.xml index 76adee87..6930dedb 100644 --- a/tests/skills/cases/skd-decompile/snapshots/fields-types-and-restrictions/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/fields-types-and-restrictions/Template.xml @@ -170,4 +170,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/minimal-query/Template.xml b/tests/skills/cases/skd-decompile/snapshots/minimal-query/Template.xml index ef7f7b7e..6e91062f 100644 --- a/tests/skills/cases/skd-decompile/snapshots/minimal-query/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/minimal-query/Template.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/structure-nested-and-folder/Template.xml b/tests/skills/cases/skd-decompile/snapshots/structure-nested-and-folder/Template.xml index 7d0feae5..e44202fc 100644 --- a/tests/skills/cases/skd-decompile/snapshots/structure-nested-and-folder/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/structure-nested-and-folder/Template.xml @@ -149,4 +149,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/template-custom-style/Template.xml b/tests/skills/cases/skd-decompile/snapshots/template-custom-style/Template.xml index 2836e6ec..f20b38f2 100644 --- a/tests/skills/cases/skd-decompile/snapshots/template-custom-style/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/template-custom-style/Template.xml @@ -111,4 +111,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/template-inline-cell-style/Template.xml b/tests/skills/cases/skd-decompile/snapshots/template-inline-cell-style/Template.xml index 55f84558..ca2ad60f 100644 --- a/tests/skills/cases/skd-decompile/snapshots/template-inline-cell-style/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/template-inline-cell-style/Template.xml @@ -219,4 +219,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/template-no-style/Template.xml b/tests/skills/cases/skd-decompile/snapshots/template-no-style/Template.xml index 33934a1d..fa0b9d39 100644 --- a/tests/skills/cases/skd-decompile/snapshots/template-no-style/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/template-no-style/Template.xml @@ -100,4 +100,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/templates-with-style-merge-drilldown/Template.xml b/tests/skills/cases/skd-decompile/snapshots/templates-with-style-merge-drilldown/Template.xml index cb501d54..b1c3c9df 100644 --- a/tests/skills/cases/skd-decompile/snapshots/templates-with-style-merge-drilldown/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/templates-with-style-merge-drilldown/Template.xml @@ -1156,4 +1156,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-decompile/snapshots/variant-full/Template.xml b/tests/skills/cases/skd-decompile/snapshots/variant-full/Template.xml index df1efc52..284a84d0 100644 --- a/tests/skills/cases/skd-decompile/snapshots/variant-full/Template.xml +++ b/tests/skills/cases/skd-decompile/snapshots/variant-full/Template.xml @@ -404,4 +404,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-calculated-field-restrict/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-calculated-field-restrict/Template.xml index 8a29fa57..54e2b294 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-calculated-field-restrict/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-calculated-field-restrict/Template.xml @@ -74,4 +74,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-calculated-field/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-calculated-field/Template.xml index 1a5bc1a3..6ac1350c 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-calculated-field/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-calculated-field/Template.xml @@ -62,4 +62,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-field/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-field/Template.xml index b6a15524..3efb2faf 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-field/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-field/Template.xml @@ -50,4 +50,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-filter/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-filter/Template.xml index e8c2754f..690c4d9d 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-filter/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-filter/Template.xml @@ -61,4 +61,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-parameter-hidden-always/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-parameter-hidden-always/Template.xml index f862c731..fc294a6e 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-parameter-hidden-always/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-parameter-hidden-always/Template.xml @@ -52,4 +52,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-parameter-ref-type/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-parameter-ref-type/Template.xml index a296f23a..3726c6a0 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-parameter-ref-type/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-parameter-ref-type/Template.xml @@ -49,4 +49,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list-dates/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list-dates/Template.xml index 7aec802f..b291bc82 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list-dates/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list-dates/Template.xml @@ -54,4 +54,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list/Template.xml index 91d3c91a..9c930c90 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-parameter-value-list/Template.xml @@ -51,4 +51,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-parameter-with-availableValue/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-parameter-with-availableValue/Template.xml index 7810dc22..0cc3b0c8 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-parameter-with-availableValue/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-parameter-with-availableValue/Template.xml @@ -76,4 +76,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-parameter/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-parameter/Template.xml index fa1d8f28..167fba19 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-parameter/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-parameter/Template.xml @@ -82,4 +82,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-selection-auto-dedup/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-selection-auto-dedup/Template.xml index 69507168..8a62c08e 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-selection-auto-dedup/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-selection-auto-dedup/Template.xml @@ -45,4 +45,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-total-identity/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-total-identity/Template.xml index 2171d42b..ca3df011 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-total-identity/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-total-identity/Template.xml @@ -47,4 +47,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/add-total/Template.xml b/tests/skills/cases/skd-edit/snapshots/add-total/Template.xml index 5c90f90f..de4fe04d 100644 --- a/tests/skills/cases/skd-edit/snapshots/add-total/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/add-total/Template.xml @@ -51,4 +51,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/clear-conditionalAppearance/Template.xml b/tests/skills/cases/skd-edit/snapshots/clear-conditionalAppearance/Template.xml index 3253b44a..be0eb50a 100644 --- a/tests/skills/cases/skd-edit/snapshots/clear-conditionalAppearance/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/clear-conditionalAppearance/Template.xml @@ -45,4 +45,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/conditional-appearance-v2/Template.xml b/tests/skills/cases/skd-edit/snapshots/conditional-appearance-v2/Template.xml index dfeec657..60c18b7c 100644 --- a/tests/skills/cases/skd-edit/snapshots/conditional-appearance-v2/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/conditional-appearance-v2/Template.xml @@ -107,4 +107,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/empty-dataparam-values/Template.xml b/tests/skills/cases/skd-edit/snapshots/empty-dataparam-values/Template.xml index 501d43c4..532dc131 100644 --- a/tests/skills/cases/skd-edit/snapshots/empty-dataparam-values/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/empty-dataparam-values/Template.xml @@ -75,4 +75,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/empty-param-values-add/Template.xml b/tests/skills/cases/skd-edit/snapshots/empty-param-values-add/Template.xml index 9780d4e8..75c6c6d7 100644 --- a/tests/skills/cases/skd-edit/snapshots/empty-param-values-add/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/empty-param-values-add/Template.xml @@ -187,4 +187,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/empty-param-values-modify/Template.xml b/tests/skills/cases/skd-edit/snapshots/empty-param-values-modify/Template.xml index 14874aa3..9d488834 100644 --- a/tests/skills/cases/skd-edit/snapshots/empty-param-values-modify/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/empty-param-values-modify/Template.xml @@ -87,4 +87,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-dataParameter-preserves-use/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-dataParameter-preserves-use/Template.xml index 607b497f..0e50c671 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-dataParameter-preserves-use/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-dataParameter-preserves-use/Template.xml @@ -64,4 +64,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter-availableValue-replace/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter-availableValue-replace/Template.xml index 0738cbfb..07230df7 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter-availableValue-replace/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter-availableValue-replace/Template.xml @@ -76,4 +76,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter-combined/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter-combined/Template.xml index 3abcc561..856e4758 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter-combined/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter-combined/Template.xml @@ -84,4 +84,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter-hidden-idempotent/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter-hidden-idempotent/Template.xml index f862c731..fc294a6e 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter-hidden-idempotent/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter-hidden-idempotent/Template.xml @@ -52,4 +52,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter-title/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter-title/Template.xml index 6b4afb46..e471aac5 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter-title/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter-title/Template.xml @@ -61,4 +61,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter-value-list/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter-value-list/Template.xml index 01a66334..54f0dd96 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter-value-list/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter-value-list/Template.xml @@ -51,4 +51,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter-value/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter-value/Template.xml index 12e7ccb2..8af2a1c7 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter-value/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter-value/Template.xml @@ -49,4 +49,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-parameter/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-parameter/Template.xml index 5ae3ff68..1b5d185d 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-parameter/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-parameter/Template.xml @@ -75,4 +75,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/modify-structure-preserves-selection/Template.xml b/tests/skills/cases/skd-edit/snapshots/modify-structure-preserves-selection/Template.xml index 74c5a3b6..85435476 100644 --- a/tests/skills/cases/skd-edit/snapshots/modify-structure-preserves-selection/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/modify-structure-preserves-selection/Template.xml @@ -81,4 +81,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/patch-query-batch/Template.xml b/tests/skills/cases/skd-edit/snapshots/patch-query-batch/Template.xml index bd37a51b..bc0d3a1c 100644 --- a/tests/skills/cases/skd-edit/snapshots/patch-query-batch/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/patch-query-batch/Template.xml @@ -53,4 +53,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/patch-query-crlf-tolerant/Template.xml b/tests/skills/cases/skd-edit/snapshots/patch-query-crlf-tolerant/Template.xml index d52c75f7..05f3e25a 100644 --- a/tests/skills/cases/skd-edit/snapshots/patch-query-crlf-tolerant/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/patch-query-crlf-tolerant/Template.xml @@ -38,4 +38,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/patch-query-once/Template.xml b/tests/skills/cases/skd-edit/snapshots/patch-query-once/Template.xml index 146d3942..41c79715 100644 --- a/tests/skills/cases/skd-edit/snapshots/patch-query-once/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/patch-query-once/Template.xml @@ -42,4 +42,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/patch-query/Template.xml b/tests/skills/cases/skd-edit/snapshots/patch-query/Template.xml index 00a6a21c..89dbefae 100644 --- a/tests/skills/cases/skd-edit/snapshots/patch-query/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/patch-query/Template.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/rename-parameter/Template.xml b/tests/skills/cases/skd-edit/snapshots/rename-parameter/Template.xml index 6b7d675b..6b1dc843 100644 --- a/tests/skills/cases/skd-edit/snapshots/rename-parameter/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/rename-parameter/Template.xml @@ -117,4 +117,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/reorder-parameters/Template.xml b/tests/skills/cases/skd-edit/snapshots/reorder-parameters/Template.xml index e40e93dd..c363dc2a 100644 --- a/tests/skills/cases/skd-edit/snapshots/reorder-parameters/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/reorder-parameters/Template.xml @@ -97,4 +97,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/set-field-role-balance/Template.xml b/tests/skills/cases/skd-edit/snapshots/set-field-role-balance/Template.xml index 45e5302b..7c5e49f1 100644 --- a/tests/skills/cases/skd-edit/snapshots/set-field-role-balance/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/set-field-role-balance/Template.xml @@ -48,4 +48,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/set-field-role-clear/Template.xml b/tests/skills/cases/skd-edit/snapshots/set-field-role-clear/Template.xml index 436f42ea..32412784 100644 --- a/tests/skills/cases/skd-edit/snapshots/set-field-role-clear/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/set-field-role-clear/Template.xml @@ -43,4 +43,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/set-query/Template.xml b/tests/skills/cases/skd-edit/snapshots/set-query/Template.xml index 3f1af044..bc9a7d3f 100644 --- a/tests/skills/cases/skd-edit/snapshots/set-query/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/set-query/Template.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/set-structure-multi-field/Template.xml b/tests/skills/cases/skd-edit/snapshots/set-structure-multi-field/Template.xml index c2d531d6..d7e93fbd 100644 --- a/tests/skills/cases/skd-edit/snapshots/set-structure-multi-field/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/set-structure-multi-field/Template.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-edit/snapshots/set-structure-named/Template.xml b/tests/skills/cases/skd-edit/snapshots/set-structure-named/Template.xml index 0a109ecf..2bdb57d9 100644 --- a/tests/skills/cases/skd-edit/snapshots/set-structure-named/Template.xml +++ b/tests/skills/cases/skd-edit/snapshots/set-structure-named/Template.xml @@ -109,4 +109,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/object-only-full/Template.xml b/tests/skills/cases/skd-info/snapshots/object-only-full/Template.xml index 413a584c..3fe58190 100644 --- a/tests/skills/cases/skd-info/snapshots/object-only-full/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/object-only-full/Template.xml @@ -61,4 +61,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/outfile-absolute-cyrillic/Template.xml b/tests/skills/cases/skd-info/snapshots/outfile-absolute-cyrillic/Template.xml index 78d5be76..6fc96efd 100644 --- a/tests/skills/cases/skd-info/snapshots/outfile-absolute-cyrillic/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/outfile-absolute-cyrillic/Template.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/overview-with-params/Template.xml b/tests/skills/cases/skd-info/snapshots/overview-with-params/Template.xml index 9cb824a3..6c467c70 100644 --- a/tests/skills/cases/skd-info/snapshots/overview-with-params/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/overview-with-params/Template.xml @@ -164,4 +164,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/overview/Template.xml b/tests/skills/cases/skd-info/snapshots/overview/Template.xml index ccd6f7f7..9903fc5b 100644 --- a/tests/skills/cases/skd-info/snapshots/overview/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/overview/Template.xml @@ -31,4 +31,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/query-raw/Template.xml b/tests/skills/cases/skd-info/snapshots/query-raw/Template.xml index 6fcb5ec3..686264f1 100644 --- a/tests/skills/cases/skd-info/snapshots/query-raw/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/query-raw/Template.xml @@ -39,4 +39,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/query-view/Template.xml b/tests/skills/cases/skd-info/snapshots/query-view/Template.xml index 6fcb5ec3..686264f1 100644 --- a/tests/skills/cases/skd-info/snapshots/query-view/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/query-view/Template.xml @@ -39,4 +39,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-info/snapshots/simple/Template.xml b/tests/skills/cases/skd-info/snapshots/simple/Template.xml index ef7f7b7e..6e91062f 100644 --- a/tests/skills/cases/skd-info/snapshots/simple/Template.xml +++ b/tests/skills/cases/skd-info/snapshots/simple/Template.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-validate/snapshots/valid-full/Template.xml b/tests/skills/cases/skd-validate/snapshots/valid-full/Template.xml index 7642b26e..2f7522ae 100644 --- a/tests/skills/cases/skd-validate/snapshots/valid-full/Template.xml +++ b/tests/skills/cases/skd-validate/snapshots/valid-full/Template.xml @@ -177,4 +177,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-validate/snapshots/valid-multiple-datasets/Template.xml b/tests/skills/cases/skd-validate/snapshots/valid-multiple-datasets/Template.xml index f27c9172..3c983599 100644 --- a/tests/skills/cases/skd-validate/snapshots/valid-multiple-datasets/Template.xml +++ b/tests/skills/cases/skd-validate/snapshots/valid-multiple-datasets/Template.xml @@ -74,4 +74,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-validate/snapshots/valid-with-params/Template.xml b/tests/skills/cases/skd-validate/snapshots/valid-with-params/Template.xml index 69cee742..5f53c5e7 100644 --- a/tests/skills/cases/skd-validate/snapshots/valid-with-params/Template.xml +++ b/tests/skills/cases/skd-validate/snapshots/valid-with-params/Template.xml @@ -121,4 +121,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/skd-validate/snapshots/valid/Template.xml b/tests/skills/cases/skd-validate/snapshots/valid/Template.xml index ccd6f7f7..9903fc5b 100644 --- a/tests/skills/cases/skd-validate/snapshots/valid/Template.xml +++ b/tests/skills/cases/skd-validate/snapshots/valid/Template.xml @@ -31,4 +31,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/basic/Catalogs/Товары.xml b/tests/skills/cases/subsystem-compile/snapshots/basic/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/basic/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/basic/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/basic/Subsystems/Склад.xml b/tests/skills/cases/subsystem-compile/snapshots/basic/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/basic/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/basic/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/full/Catalogs/Товары.xml b/tests/skills/cases/subsystem-compile/snapshots/full/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/full/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/full/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/full/Reports/ОтчетПоПродажам.xml b/tests/skills/cases/subsystem-compile/snapshots/full/Reports/ОтчетПоПродажам.xml index fe87518e..a8720818 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/full/Reports/ОтчетПоПродажам.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/full/Reports/ОтчетПоПродажам.xml @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи.xml index 587e1bda..dd2b95c5 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи.xml @@ -29,4 +29,4 @@ Настройки - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи/Subsystems/Настройки.xml b/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи/Subsystems/Настройки.xml index 7f218906..4b1fd73c 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи/Subsystems/Настройки.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/full/Subsystems/Продажи/Subsystems/Настройки.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/minimal/Subsystems/Тест.xml b/tests/skills/cases/subsystem-compile/snapshots/minimal/Subsystems/Тест.xml index 5900321c..52912630 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/minimal/Subsystems/Тест.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/minimal/Subsystems/Тест.xml @@ -19,4 +19,4 @@ - + \ No newline at end of file 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 543210e9..4c0b368e 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи.xml @@ -21,4 +21,4 @@ Настройки - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи/Subsystems/Настройки.xml b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи/Subsystems/Настройки.xml index 516eb081..c4029519 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи/Subsystems/Настройки.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/nested-parent/Subsystems/Продажи/Subsystems/Настройки.xml @@ -24,4 +24,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Catalogs/Товары.xml b/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Subsystems/Склад.xml b/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/synonym-objects/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование.xml b/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование.xml index 41e9d053..cd95df5e 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование.xml @@ -22,4 +22,4 @@ Пользователи - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml b/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml index 7f218906..4b1fd73c 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml b/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml index cdbce883..9ae6567b 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Subsystems/Служебная.xml b/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Subsystems/Служебная.xml index 4774dc46..7f206cbc 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Subsystems/Служебная.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-ci-flag/Subsystems/Служебная.xml @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-content/Catalogs/Товары.xml b/tests/skills/cases/subsystem-compile/snapshots/with-content/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-content/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-content/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-content/Documents/Заказ.xml b/tests/skills/cases/subsystem-compile/snapshots/with-content/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-content/Documents/Заказ.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-content/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-compile/snapshots/with-content/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-compile/snapshots/with-content/Subsystems/Продажи.xml index 8d378c0b..c0dd1824 100644 --- a/tests/skills/cases/subsystem-compile/snapshots/with-content/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-compile/snapshots/with-content/Subsystems/Продажи.xml @@ -22,4 +22,4 @@ - + \ No newline at end of file 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 af58d35e..138fc6b8 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи.xml @@ -21,4 +21,4 @@ Настройки - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи/Subsystems/Настройки.xml b/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи/Subsystems/Настройки.xml index 7f218906..4b1fd73c 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи/Subsystems/Настройки.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-child/Subsystems/Продажи/Subsystems/Настройки.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-content/Catalogs/Товары.xml b/tests/skills/cases/subsystem-edit/snapshots/add-content/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-content/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-content/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-edit/snapshots/add-content/Documents/Заказ.xml b/tests/skills/cases/subsystem-edit/snapshots/add-content/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-content/Documents/Заказ.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-content/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file 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 afc71eb8..15ac5e30 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/add-content/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/add-content/Subsystems/Склад.xml @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Catalogs/Товары.xml b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Documents/Заказ.xml b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Documents/Заказ.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file 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 e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/remove-content/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/remove-content/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file 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 80384246..8156e2f9 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/set-property/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/set-property/Subsystems/Продажи.xml @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/content-mode/Catalogs/Товары.xml b/tests/skills/cases/subsystem-info/snapshots/content-mode/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-info/snapshots/content-mode/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-info/snapshots/content-mode/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/content-mode/Documents/Заказ.xml b/tests/skills/cases/subsystem-info/snapshots/content-mode/Documents/Заказ.xml index 012cf530..32fa0587 100644 --- a/tests/skills/cases/subsystem-info/snapshots/content-mode/Documents/Заказ.xml +++ b/tests/skills/cases/subsystem-info/snapshots/content-mode/Documents/Заказ.xml @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/content-mode/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-info/snapshots/content-mode/Subsystems/Продажи.xml index 8d378c0b..c0dd1824 100644 --- a/tests/skills/cases/subsystem-info/snapshots/content-mode/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-info/snapshots/content-mode/Subsystems/Продажи.xml @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/overview/Catalogs/Товары.xml b/tests/skills/cases/subsystem-info/snapshots/overview/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-info/snapshots/overview/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-info/snapshots/overview/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/overview/Subsystems/Склад.xml b/tests/skills/cases/subsystem-info/snapshots/overview/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/subsystem-info/snapshots/overview/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-info/snapshots/overview/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи.xml index 88b4597d..b4bfa7f8 100644 --- a/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи.xml @@ -21,4 +21,4 @@ Оптовые - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи/Subsystems/Оптовые.xml b/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи/Subsystems/Оптовые.xml index 620d3fc3..13cc5d08 100644 --- a/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи/Subsystems/Оптовые.xml +++ b/tests/skills/cases/subsystem-info/snapshots/tree-mode/Subsystems/Продажи/Subsystems/Оптовые.xml @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование.xml b/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование.xml index 41e9d053..cd95df5e 100644 --- a/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование.xml +++ b/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование.xml @@ -22,4 +22,4 @@ Пользователи - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml b/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml index 7f218906..4b1fd73c 100644 --- a/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml +++ b/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Настройки.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml b/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml index cdbce883..9ae6567b 100644 --- a/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml +++ b/tests/skills/cases/subsystem-info/snapshots/with-children/Subsystems/Администрирование/Subsystems/Пользователи.xml @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-validate/snapshots/valid/Catalogs/Товары.xml b/tests/skills/cases/subsystem-validate/snapshots/valid/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/valid/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/valid/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-validate/snapshots/valid/Subsystems/Склад.xml b/tests/skills/cases/subsystem-validate/snapshots/valid/Subsystems/Склад.xml index e86fdb0b..be6c0d83 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/valid/Subsystems/Склад.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/valid/Subsystems/Склад.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление.xml b/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление.xml index 51981669..761350af 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление.xml @@ -21,4 +21,4 @@ Настройки - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление/Subsystems/Настройки.xml b/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление/Subsystems/Настройки.xml index b743fcc0..32076b68 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление/Subsystems/Настройки.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/with-children/Subsystems/Управление/Subsystems/Настройки.xml @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-validate/snapshots/with-content/Catalogs/Товары.xml b/tests/skills/cases/subsystem-validate/snapshots/with-content/Catalogs/Товары.xml index 22cf1724..d56cd7a0 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/with-content/Catalogs/Товары.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/with-content/Catalogs/Товары.xml @@ -88,4 +88,4 @@ - + \ No newline at end of file diff --git a/tests/skills/cases/subsystem-validate/snapshots/with-content/Subsystems/Продажи.xml b/tests/skills/cases/subsystem-validate/snapshots/with-content/Subsystems/Продажи.xml index b654c57e..87f356fb 100644 --- a/tests/skills/cases/subsystem-validate/snapshots/with-content/Subsystems/Продажи.xml +++ b/tests/skills/cases/subsystem-validate/snapshots/with-content/Subsystems/Продажи.xml @@ -21,4 +21,4 @@ - + \ No newline at end of file