{ "name": "Подписка: голый менеджер в источниках — по-русски и без «(все)»", "setup": "empty-config", "preRun": [ { "script": "meta-compile/scripts/meta-compile", "input": { "type": "CommonModule", "name": "Обработчики", "server": true }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } }, { "script": "meta-compile/scripts/meta-compile", "input": { "type": "Document", "name": "Заказ" }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } }, { "script": "meta-compile/scripts/meta-compile", "input": { "type": "EventSubscription", "name": "Менеджеры", "event": "BeforeWrite", "handler": "Обработчики.ПередЗаписью", "source": [ "DocumentManager", "DocumentManager.Заказ", "DocumentObject" ] }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } } ], "params": { "objectPath": "EventSubscriptions/Менеджеры.xml" }, "args_extra": [ "-Mode", "full" ], "expect": { "stdoutContains": [ "Источники (3):", " ДокументМенеджер", " ДокументМенеджер.Заказ", " ДокументОбъект (все)" ], "stdoutNotContains": [ "DocumentManager", "ДокументМенеджер (все)" ] } }