Skip to content

Commit 4dbd0fd

Browse files
committed
CATROBAT-296 testGoBackNLayer with asserts for color at index + MidiDroid.aar
test passes on laptop but not on device
1 parent 6061d8e commit 4dbd0fd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Binary file not shown.

catroid/src/androidTest/java/org/catrobat/catroid/catrobattestrunner/CatrobatTestRunnerTest.kt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ class CatrobatTestRunnerTest {
3636
@JvmField
3737
val exception: ExpectedException = ExpectedException.none()
3838

39+
@Test
40+
fun runSingleGoBackNLayer() {
41+
testAsset(
42+
"testGoBackNLayer.catrobat",
43+
"catrobatTests/bricks/motion"
44+
)
45+
}
46+
47+
3948
@Test
4049
@Throws(Exception::class)
4150
fun testDoubleEqual() {

0 commit comments

Comments
 (0)