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

Fixes part of #935: Optimised test cases for HDPI devices ( Packages M-P) #963

Merged
merged 26 commits into from
Apr 14, 2020

Conversation

NullByte08
Copy link
Contributor

Explanation

Partially fixes #935

Tests made compatible for HDPI devices for packages mydownloads to profileprogress. All the tests pass successfully.

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
  • The PR follows the style guide.
  • The PR does not contain any unnecessary auto-generated code from Android Studio.
  • The PR is made from a branch that's not called "develop".
  • The PR is made from a branch that is up-to-date with "develop".
  • The PR's branch is based on "develop" and not on any other branch.
  • The PR is assigned to an appropriate reviewer in both the Assignees and the Reviewers sections.

@NullByte08 NullByte08 requested a review from rt4914 April 10, 2020 14:10
@NullByte08 NullByte08 assigned NullByte08 and rt4914 and unassigned NullByte08 Apr 10, 2020
Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

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

Looks great, the implementation is nice but you can optimise the code.

@rt4914 rt4914 assigned NullByte08 and unassigned rt4914 Apr 13, 2020
@NullByte08
Copy link
Contributor Author

@rt4914 Changes done.

@NullByte08 NullByte08 assigned rt4914 and unassigned NullByte08 Apr 13, 2020
@NullByte08 NullByte08 requested a review from rt4914 April 13, 2020 06:15
Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@rt4914
Copy link
Contributor

rt4914 commented Apr 13, 2020

@NullByte08 Merge this PR with latest branch so that non_flaky_tests can pass.

@rt4914 rt4914 assigned NullByte08 and unassigned rt4914 Apr 13, 2020
@NullByte08
Copy link
Contributor Author

@rt4914 My branch is up-to-date with oppia/develop. But still, the non_flaky_tests are failing. Please have a look. Thanks.

@NullByte08 NullByte08 assigned rt4914 and unassigned NullByte08 Apr 13, 2020
@rt4914
Copy link
Contributor

rt4914 commented Apr 14, 2020

@rt4914 My branch is up-to-date with oppia/develop. But still, the non_flaky_tests are failing. Please have a look. Thanks.

Tests are failing because of an import missing in PinPasswordActivityTest. Once you fix this, it should pass.

@rt4914 rt4914 assigned NullByte08 and unassigned rt4914 Apr 14, 2020
@NullByte08 NullByte08 assigned rt4914 and unassigned NullByte08 Apr 14, 2020
@NullByte08
Copy link
Contributor Author

@rt4914 Changes done, please merge. Thanks.

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@rt4914 rt4914 merged commit cb89c3c into oppia:develop Apr 14, 2020
@NullByte08 NullByte08 deleted the hdpi-tests-m-p branch April 14, 2020 14:41
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

Successfully merging this pull request may close these issues.

Optimise app module test cases
2 participants