-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 #5408 [Fix the 36 unit tests that started failing when switching from MapBox to OpenStreetMap (now set as @Ignored)] #5536
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Just two minor things.
app/src/test/kotlin/fr/free/nrw/commons/nearby/NearbyParentFragmentPresenterTest.kt
Outdated
Show resolved
Hide resolved
sure |
app/src/test/kotlin/fr/free/nrw/commons/nearby/NearbyParentFragmentPresenterTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/kotlin/fr/free/nrw/commons/nearby/NearbyParentFragmentPresenterTest.kt
Outdated
Show resolved
Hide resolved
Hi @nicolas-raoul @domdomegg worked on the review points pls check |
Hmm the tests seem to be failing - can you take a look @tamojitdas? |
Sure, but before that would like to know the details of the failures ..can you post some snapshots of the errors u getting. |
hmm,ok I will look into it tomorrow |
Hi @domdomegg @nicolas-raoul Updated the NearbyParentFragmentPresenterTest.kt class for 100% passing of tests...Please Not that other failed test classes are not falling under this current initiative hence kept it BAU(not changed anything there). Thanks. |
Description (required)
Fixes #5408
What changes did you make and why?
Updating of Unit Tests methon on class :: NearbyParentFragmentPresenterTest.kt (Marked as @ignore earlier) to work successfully.
Note :: Need Some Assistance on NearbyParentFragmentUnitTest.kt hence skipped for Now... (anyone can also take up from the changes I have made so far)
Tests performed (required)
Tested app:testBetaDebugUnitTest on Medium Phone API UpsideDownCakePrivacySandbox with API level 33.
🔧 Need to work on tests