Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Выбор параметра xddRun #185

Merged
merged 1 commit into from
Nov 14, 2017

Conversation

VladFrost
Copy link
Contributor

Выбор параметра xddRun в зависимости от того, является ли ПутьВходящихДанных файлом или каталогом.

В описании процедуры ЗапуститьТестироватьЮнит() параметр ПутьВходящихДанных может являться как файлом, так и каталогом. Но в реализации он всегда воспринимался как каталог.

@@ -155,7 +155,12 @@

ФайлСуществует = Новый Файл(ПутьКИнструментам).Существует();
Ожидаем.Что(ФайлСуществует, СтрШаблон("Ожидаем, что файл <%1> существует, а его нет!", ПутьКИнструментам)).ЭтоИстина();
КлючЗапуска = """xddRun ЗагрузчикКаталога """""+ПутьВходящихДанных+""""";";

Если Новый Файл(ПутьВходящихДанных).ЭтоКаталог() Тогда
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В 1скрипте можно так писать?
Если Новый Файл(ПутьВходящихДанных).ЭтоКаталог() Тогда

/cc @EvilBeaver @dmpas @nixel2007

Copy link
Contributor Author

@VladFrost VladFrost Nov 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да так можно. Проверку существования в одну строку.

@artbear artbear self-assigned this Nov 14, 2017
@artbear artbear merged commit d17451e into vanessa-opensource:develop Nov 14, 2017
@artbear artbear added this to the 0.17.0 milestone Nov 14, 2017
@artbear
Copy link
Collaborator

artbear commented Nov 14, 2017

@VladFrost Большое спасибо!

@artbear artbear modified the milestones: 0.17.0, 0.16.1 Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants