Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f51ed94 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix tests more

Change-Id: I05c3dd6a22440844f8bd071f4c2b620b2bd8c720
parent 3dce3360
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -122,7 +122,7 @@ TEST_F(SurfaceTest, ScreenshotsOfProtectedBuffersSucceed) {
        ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf, -1));
        ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf, -1));
    }
    }
    ASSERT_EQ(NO_ERROR, sf->captureScreen(display, bq,
    ASSERT_EQ(NO_ERROR, sf->captureScreen(display, bq,
            64, 64, 0, 0x7fffffff, true));
            64, 64, 0, 0x7fffffff));
}
}


TEST_F(SurfaceTest, ConcreteTypeIsSurface) {
TEST_F(SurfaceTest, ConcreteTypeIsSurface) {