-
Notifications
You must be signed in to change notification settings - Fork 297
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
PAINTROID-475 Refactor test cases from Java to Kotlin #1203
Conversation
231f9d2
to
bb11776
Compare
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.
👍
hello, everyone I want to contribute to this project. Can you tell some good-first issues? |
I also want to join the Gsoc program for this project. |
The build on Jenkins doesnt work, there seems to be some problem with the checkout already |
@Aditya3815 please take a look at our readme in the mainpage of our project, there is everything you need to know, if you found a ticket, comment on it that you want to take it. |
@ThorstenBandel The last build worked. There must have been some issue with Jenkins. |
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.
Resolve conflicts please.
bb11776
to
067bf0c
Compare
...c/androidTest/java/org/catrobat/paintroid/test/espresso/dialog/ColorDialogIntegrationTest.kt
Show resolved
Hide resolved
} | ||
|
||
@Test | ||
fun testSaveColorHistoryInCatrobatFile() { |
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.
This one doesn't pass at the moment, but should work again once PR-1225 is merged.
067bf0c
to
e89b641
Compare
Resolve conflicts please. |
[chore]: modified files [chore]: modified file
e89b641
to
0b54f4e
Compare
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.
Resolve conflicts please
PAINTROID-475
fixed failing tests in:
note:
ColorDialogIntegrationTest.testSaveColorHistoryInCatrobatFile worked when tested before rebasing on fresh develop branch. Between Akebus commit and now there must be some issue in the ColorHistory functionallity.
Also checkout:
PAINTROID-508
PAINTROID-518
@foenabua this might be of your interest