commit | 5f51ed9499508ecda2d44c794a258fe6f5e22149 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Aug 06 16:47:04 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Aug 06 16:47:04 2013 -0700 |
tree | 479137cb257fdf981b52875b9150479efe7393cb | |
parent | 3dce3360e73f01ca8b9d707ad8be40a080cd560b [diff] |
fix tests more Change-Id: I05c3dd6a22440844f8bd071f4c2b620b2bd8c720
diff --git a/libs/gui/tests/Surface_test.cpp b/libs/gui/tests/Surface_test.cpp index f473d6a..e0272ba 100644 --- a/libs/gui/tests/Surface_test.cpp +++ b/libs/gui/tests/Surface_test.cpp
@@ -122,7 +122,7 @@ ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf, -1)); } ASSERT_EQ(NO_ERROR, sf->captureScreen(display, bq, - 64, 64, 0, 0x7fffffff, true)); + 64, 64, 0, 0x7fffffff)); } TEST_F(SurfaceTest, ConcreteTypeIsSurface) {