forked from vanessa-opensource/add
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлен плагин-загрузчик тестов из расширения
- Loading branch information
Showing
5 changed files
with
854 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" 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:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" 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" version="2.10"> | ||
<ExternalDataProcessor uuid="c7137d82-5f24-4db5-b7b5-eeb7e0b8a2c6"> | ||
<InternalInfo> | ||
<xr:ContainedObject> | ||
<xr:ClassId>c3831ec8-d8d5-4f93-8a22-f9bfae07327f</xr:ClassId> | ||
<xr:ObjectId>164551e6-0f13-4b3e-a46e-e4fa9c3cbaf5</xr:ObjectId> | ||
</xr:ContainedObject> | ||
<xr:GeneratedType name="ExternalDataProcessorObject.ЗагрузчикРасширения" category="Object"> | ||
<xr:TypeId>1dac4306-44c0-4c64-bdef-8d0cf003ec70</xr:TypeId> | ||
<xr:ValueId>81f05a99-6872-4e22-aff7-ebe27dde72f7</xr:ValueId> | ||
</xr:GeneratedType> | ||
</InternalInfo> | ||
<Properties> | ||
<Name>ЗагрузчикРасширения</Name> | ||
<Synonym> | ||
<v8:item> | ||
<v8:lang>ru</v8:lang> | ||
<v8:content>Загрузить тесты из расширения конфигурации</v8:content> | ||
</v8:item> | ||
</Synonym> | ||
<Comment/> | ||
<DefaultForm>ExternalDataProcessor.ЗагрузчикРасширения.Form.Форма</DefaultForm> | ||
<AuxiliaryForm/> | ||
</Properties> | ||
<ChildObjects> | ||
<Attribute uuid="6818dd21-17fd-41d3-8eb1-738e0ff2c036"> | ||
<Properties> | ||
<Name>ТипыКонтекстаМодулей</Name> | ||
<Synonym> | ||
<v8:item> | ||
<v8:lang>ru</v8:lang> | ||
<v8:content>Типы контекста модулей</v8:content> | ||
</v8:item> | ||
</Synonym> | ||
<Comment/> | ||
<Type/> | ||
<PasswordMode>false</PasswordMode> | ||
<Format/> | ||
<EditFormat/> | ||
<ToolTip/> | ||
<MarkNegatives>false</MarkNegatives> | ||
<Mask/> | ||
<MultiLine>false</MultiLine> | ||
<ExtendedEdit>false</ExtendedEdit> | ||
<MinValue xsi:nil="true"/> | ||
<MaxValue xsi:nil="true"/> | ||
<FillChecking>DontCheck</FillChecking> | ||
<ChoiceFoldersAndItems>Items</ChoiceFoldersAndItems> | ||
<ChoiceParameterLinks/> | ||
<ChoiceParameters/> | ||
<QuickChoice>Auto</QuickChoice> | ||
<CreateOnInput>Auto</CreateOnInput> | ||
<ChoiceForm/> | ||
<LinkByType/> | ||
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput> | ||
</Properties> | ||
</Attribute> | ||
<Attribute uuid="e177c879-a301-4c31-a85d-d4ca6a8c8077"> | ||
<Properties> | ||
<Name>ВключенаАнглийскаяЛокализация</Name> | ||
<Synonym> | ||
<v8:item> | ||
<v8:lang>ru</v8:lang> | ||
<v8:content>Включена английская локализация</v8:content> | ||
</v8:item> | ||
</Synonym> | ||
<Comment/> | ||
<Type> | ||
<v8:Type>xs:boolean</v8:Type> | ||
</Type> | ||
<PasswordMode>false</PasswordMode> | ||
<Format/> | ||
<EditFormat/> | ||
<ToolTip/> | ||
<MarkNegatives>false</MarkNegatives> | ||
<Mask/> | ||
<MultiLine>false</MultiLine> | ||
<ExtendedEdit>false</ExtendedEdit> | ||
<MinValue xsi:nil="true"/> | ||
<MaxValue xsi:nil="true"/> | ||
<FillChecking>DontCheck</FillChecking> | ||
<ChoiceFoldersAndItems>Items</ChoiceFoldersAndItems> | ||
<ChoiceParameterLinks/> | ||
<ChoiceParameters/> | ||
<QuickChoice>Auto</QuickChoice> | ||
<CreateOnInput>Auto</CreateOnInput> | ||
<ChoiceForm/> | ||
<LinkByType/> | ||
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput> | ||
</Properties> | ||
</Attribute> | ||
<Form>Форма</Form> | ||
</ChildObjects> | ||
</ExternalDataProcessor> | ||
</MetaDataObject> |
Oops, something went wrong.