Skip to content

Commit

Permalink
Попытка добавить тест
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobig committed Oct 12, 2024
1 parent 869ff61 commit 7bd5a94
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<objectAutonumerationMode>NotAutoFree</objectAutonumerationMode>
<modalityUseMode>DontUse</modalityUseMode>
<synchronousExtensionAndAddInCallUseMode>DontUse</synchronousExtensionAndAddInCallUseMode>
<compatibilityMode>8.3.10</compatibilityMode>
<compatibilityMode>8.3.11</compatibilityMode>
<defaultConstantsForm>CommonForm.ОбщиеНастройки</defaultConstantsForm>
<languages uuid="d5fb342e-0c73-4410-8517-8ce7ee20e8bd">
<name>Русский</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:Catalog xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="8ea772fc-334d-4830-a543-4716e38aa92f">
<producedTypes>
<objectType typeId="73ea34cb-33fa-4308-be72-89b725e87c68" valueTypeId="df10f0d6-dff3-4900-b3df-9d244224e264"/>
<refType typeId="2ca2f2df-904f-47c1-ab49-cb85274cb9ae" valueTypeId="4e38be36-e4d7-4091-82a1-194100c34418"/>
<selectionType typeId="f4fce822-1b6d-4141-aabd-fd7e19b10add" valueTypeId="36e2dc60-05ff-46bc-9248-ba47545873b2"/>
<listType typeId="5fe899df-d838-46e7-a089-b13d2b453b0f" valueTypeId="fc8e8245-8263-4232-bba1-eb08c583a65f"/>
<managerType typeId="4ed1de2b-343d-4808-9025-55157adf1be4" valueTypeId="346bf035-bbfb-4667-89bc-381a5c346b90"/>
</producedTypes>
<name>Расш1_ТестовыйСправочник</name>
<synonym>
<key></key>
<value>Расш1 тестовый справочник</value>
</synonym>
<useStandardCommands>true</useStandardCommands>
<inputByString>Catalog.Расш1_ТестовыйСправочник.StandardAttribute.Description</inputByString>
<inputByString>Catalog.Расш1_ТестовыйСправочник.StandardAttribute.Code</inputByString>
<fullTextSearchOnInputByString>DontUse</fullTextSearchOnInputByString>
<createOnInput>Use</createOnInput>
<dataLockControlMode>Managed</dataLockControlMode>
<fullTextSearch>Use</fullTextSearch>
<levelCount>2</levelCount>
<foldersOnTop>true</foldersOnTop>
<codeLength>9</codeLength>
<descriptionLength>25</descriptionLength>
<codeType>String</codeType>
<codeAllowedLength>Variable</codeAllowedLength>
<checkUnique>true</checkUnique>
<autonumbering>true</autonumbering>
<defaultPresentation>AsDescription</defaultPresentation>
<editType>InDialog</editType>
<choiceMode>BothWays</choiceMode>
</mdclass:Catalog>
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
.СПараметрами("ОбъектXDTO")
.СПараметрами("ОбъектМетаданных")
.ДобавитьТест("ОписаниеТиповЛюбаяСсылка")
.ДобавитьТест("ОписаниеТиповЛюбаяСсылка_ВключаетТипыИзРасширений")
;

КонецПроцедуры
Expand Down Expand Up @@ -122,6 +123,16 @@

КонецПроцедуры

Процедура ОписаниеТиповЛюбаяСсылка_ВключаетТипыИзРасширений() Экспорт

ЛюбаяСсылка = ЮТОбщий.ОписаниеТиповЛюбаяСсылка();

ЮТест.ОжидаетЧто(ЛюбаяСсылка)
.ИмеетТип("ОписаниеТипов")
.Что(ЛюбаяСсылка.СодержитТип(Тип("СправочникСсылка.Расш1_ТестовыйСправочник")));

КонецПроцедуры

#КонецОбласти

#Область СлужебныеПроцедурыИФункции
Expand Down
3 changes: 2 additions & 1 deletion tests/src/Configuration/Configuration.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<containedObjects classId="e68182ea-4237-4383-967f-90c1e3370bc7" objectId="0184ac30-9601-4012-af54-fcaeb13cab2c"/>
<keepMappingToExtendedConfigurationObjectsByIDs>true</keepMappingToExtendedConfigurationObjectsByIDs>
<namePrefix>Расш1_</namePrefix>
<configurationExtensionCompatibilityMode>8.3.10</configurationExtensionCompatibilityMode>
<configurationExtensionCompatibilityMode>8.3.11</configurationExtensionCompatibilityMode>
<configurationExtensionPurpose>Customization</configurationExtensionPurpose>
<scriptVariant>Russian</scriptVariant>
<languages uuid="d54879e4-8d6e-4e4d-b5b8-58bc03964e55">
Expand Down Expand Up @@ -73,6 +73,7 @@
<commonModules>CommonModule.ФильтрацияЗагрузкиТестов</commonModules>
<catalogs>Catalog.Встречи</catalogs>
<catalogs>Catalog.Товары</catalogs>
<catalogs>Catalog.Расш1_ТестовыйСправочник</catalogs>
<documents>Document.ПриходТовара</documents>
<dataProcessors>DataProcessor.ПроведениеДокументов</dataProcessors>
<informationRegisters>InformationRegister.ЦеныТоваров</informationRegisters>
Expand Down

0 comments on commit 7bd5a94

Please sign in to comment.