forked from organicmaps/organicmaps
tests for CircleRule rendering.
This commit is contained in:
parent
b8eb699ad3
commit
43187d759f
2 changed files with 5 additions and 5 deletions
|
@ -957,9 +957,9 @@ namespace
|
|||
// UNIT_TEST_GL(TestDrawPathWithSkinPageMiss);
|
||||
// UNIT_TEST_GL(TestDrawPathWithOffset);
|
||||
// UNIT_TEST_GL(TestDrawPathJoin);
|
||||
UNIT_TEST_GL(TestDrawPathSolid1PX);
|
||||
UNIT_TEST_GL(TestDrawPathSolid2PX);
|
||||
UNIT_TEST_GL(TestDrawPathSolid);
|
||||
// UNIT_TEST_GL(TestDrawPathSolid1PX);
|
||||
// UNIT_TEST_GL(TestDrawPathSolid2PX);
|
||||
// UNIT_TEST_GL(TestDrawPathSolid);
|
||||
// UNIT_TEST_GL(TestDrawSector);
|
||||
UNIT_TEST_GL(TestDrawPathSolidDiffWidth);
|
||||
// UNIT_TEST_GL(TestDrawPathSolidWithZ);
|
||||
|
@ -967,5 +967,5 @@ namespace
|
|||
// UNIT_TEST_GL(TestDrawUtilsRect);
|
||||
// UNIT_TEST_GL(TestDrawUtilsRectFilledTexture);
|
||||
// UNIT_TEST_GL(TestDrawSymbolFiltering);
|
||||
UNIT_TEST_GL(TestDrawCircle);
|
||||
// UNIT_TEST_GL(TestDrawCircle);
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ namespace
|
|||
}
|
||||
};
|
||||
|
||||
UNIT_TEST_GL(TestDrawPath);
|
||||
// UNIT_TEST_GL(TestDrawPath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue