forked from organicmaps/organicmaps-tmp
[drape] test fixes
This commit is contained in:
parent
29871128cd
commit
7147b87ef6
1 changed files with 3 additions and 1 deletions
|
@ -128,7 +128,9 @@ UNIT_TEST(BatchLists_Test)
|
|||
.WillOnce(Invoke(&dataCmp, &MemoryComparer::cmp));
|
||||
|
||||
// build VertexArrayBuffer
|
||||
EXPECTGL(glHasExtension("GL_APPLE_vertex_array_object")).WillOnce(Return(true));
|
||||
EXPECTGL(glHasExtension(_)).WillOnce(Return(true));
|
||||
EXPECTGL(glHasExtension(_)).WillOnce(Return(true));
|
||||
EXPECTGL(glHasExtension(_)).WillOnce(Return(true));
|
||||
EXPECTGL(glGenVertexArray()).WillOnce(Return(VaoID));
|
||||
EXPECTGL(glBindVertexArray(VaoID));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue