-
Notifications
You must be signed in to change notification settings - Fork 687
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
CATROID-1468 DeleteLookBrickTest failing #4655
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
friendo97
force-pushed
the
CATROID-1468
branch
5 times, most recently
from
November 15, 2022 19:10
c290a83
to
3d8defc
Compare
friendo97
force-pushed
the
CATROID-1468
branch
from
November 17, 2022 15:09
3d8defc
to
aa0b9fc
Compare
friendo97
force-pushed
the
CATROID-1468
branch
2 times, most recently
from
November 29, 2022 10:41
b42827a
to
59385b7
Compare
friendo97
force-pushed
the
CATROID-1468
branch
4 times, most recently
from
December 14, 2022 14:26
cdd43aa
to
23eb542
Compare
friendo97
force-pushed
the
CATROID-1468
branch
2 times, most recently
from
December 30, 2022 12:27
7e6dc42
to
919c718
Compare
friendo97
force-pushed
the
CATROID-1468
branch
from
January 5, 2023 12:37
919c718
to
6cf62dd
Compare
dandrawes
approved these changes
Jan 5, 2023
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.
Looks good!
Walcho1125
approved these changes
Jan 16, 2023
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
UlrichLa
added a commit
to UlrichLa/Catroid
that referenced
this pull request
Feb 12, 2023
commit 51621e6 Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at> Date: Mon Jan 30 20:03:47 2023 +0100 Further improvements 2 commit 250f00d Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at> Date: Mon Jan 30 18:17:53 2023 +0100 Further improvements commit 9226cf5 Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at> Date: Mon Jan 30 17:56:22 2023 +0100 Sprite changed Mulitmap to HashMap. commit 01f38fb Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at> Date: Mon Jan 30 17:45:25 2023 +0100 Group.setTransform set to false To improve performance but verify if it does not have side effects. commit 5c388aa Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at> Date: Mon Jan 30 17:40:16 2023 +0100 Seperate Sprite name and clone name Improves performance commit fccbdca Merge: 15b1d13 112262f Author: Oskar W <37344900+Walcho1125@users.noreply.github.com> Date: Wed Jan 25 14:32:35 2023 +0100 Merge pull request Catrobat#4656 from l-ilma/CATROID-1494 CATROID-1494 Check checkbox when clicking on a fragment commit 15b1d13 Merge: fd58d68 6cf62dd Author: Oskar W <37344900+Walcho1125@users.noreply.github.com> Date: Mon Jan 16 14:50:21 2023 +0100 Merge pull request Catrobat#4655 from friendo97/CATROID-1468 CATROID-1468 DeleteLookBrickTest failing commit 6cf62dd Author: Florian Lassnig <florian.lassnig@student.tugraz.at> Date: Wed Nov 9 18:38:07 2022 +0100 CATROID-1468 DeleteLookBrickTest failing commit fd58d68 Merge: 909e73a 6052db6 Author: Robert Leiner <37551961+Rawbat@users.noreply.github.com> Date: Tue Dec 6 17:31:43 2022 +0100 Merge pull request Catrobat#4612 from sebastiangollob/CATROID-1480 CATROID-1480 Add CLT for repeat bricks commit 112262f Author: Ilma Lušija <ilma.lusija@student.tugraz.at> Date: Thu Nov 17 20:48:35 2022 +0100 CATROID-1494 Check checkbox when clicking on a fragment commit 6052db6 Author: Sebastian Gollob <sebastiangollob@gmail.com> Date: Tue Aug 16 23:57:02 2022 +0200 CATROID-1480 Add CLT for repeat bricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The two failing tests
testPaintAndDeleteLook
andtestPaintLookWithoutDelete
work now. I used the already in the test file implemented functionwaitOnViewAndClick
to wait for the hints to show up (or not) and to click on the skip button if necessary.testPaintLookWithoutDelete
had another issue where the assert on the looklist happened before the look was saved. This was resolved by waiting for 500ms.Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.