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

HW01: Может лучше делать проверку через contains а не через equals? #6

Open
desile opened this issue Apr 25, 2016 · 0 comments

Comments

@desile
Copy link

desile commented Apr 25, 2016

Мне кажется, что в тесткейсе HW01 на 24ой строке:
return pageBody.equals(value);
Лучше заменить на
return pageBody.contains(value);
Либо уточнить в задании, что сервер должен возвращать не html-страницу, а только одну лишь строку значения параметра get-запроса.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant