Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <ExMix@Youris-MacBook-Pro.local>2013-05-23 16:30:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:49 +0300
commit76605ec17b2ae0ff6112187f5ff3ab3c819fe2a2 (patch)
tree1936554a8d49ba1fd4ba9fc52b232a155c57ceb7 /graphics
parenta14b4e3d4dec804ec9989ca168ad3a6683f2e5ba (diff)
beautiful comments in tests.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphics_tests/screengl_test.cpp88
1 files changed, 44 insertions, 44 deletions
diff --git a/graphics/graphics_tests/screengl_test.cpp b/graphics/graphics_tests/screengl_test.cpp
index ee27ad2c53..24265506e9 100644
--- a/graphics/graphics_tests/screengl_test.cpp
+++ b/graphics/graphics_tests/screengl_test.cpp
@@ -1487,48 +1487,48 @@ namespace
}
};
-/* UNIT_TEST_GL(TestDrawPolyOverflow);
- UNIT_TEST_GL(TestDrawText);
- UNIT_TEST_GL(TestDrawSingleSymbol);
- UNIT_TEST_GL(TestDrawEmptySymbol);
- UNIT_TEST_GL(TestDrawSingleSymbolAndSolidPath);
- UNIT_TEST_GL(TestDrawMultiLineStringWithPosition);
- UNIT_TEST_GL(TestDrawString);
- UNIT_TEST_GL(TestDrawThaiString);
- UNIT_TEST_GL(TestDrawStringWithColor);
- UNIT_TEST_GL(TestDrawUnicodeSymbols);
- UNIT_TEST_GL(TestDrawTextRect);
- UNIT_TEST_GL(TestDrawStringOnString);
- UNIT_TEST_GL(TestDrawTextOnPathInteractive);
- UNIT_TEST_GL(TestDrawTextOnPathBigSymbols);
- UNIT_TEST_GL(TestDrawTextOnPath);
- UNIT_TEST_GL(TestDrawTextOnPathZigZag);
- UNIT_TEST_GL(TestDrawTextOnPathWithOffset);
- UNIT_TEST_GL(TestDrawStraightTextElement);
- UNIT_TEST_GL(TestDrawPathTextElement);
- UNIT_TEST_GL(TestDrawTextOverflow);
- UNIT_TEST_GL(TestDrawTextFiltering);
- UNIT_TEST_GL(TestDrawRandomTextFiltering);
-// UNIT_TEST_GL(TestDrawSGIConvex);
- UNIT_TEST_GL(TestDrawPoly);
- UNIT_TEST_GL(TestDrawSolidRect);
- UNIT_TEST_GL(TestDrawPathWithResourceCacheMiss);
- UNIT_TEST_GL(TestDrawPathWithOffset);
- UNIT_TEST_GL(TestDrawPathJoin);
- UNIT_TEST_GL(TestDrawPathSolid1PX);
- UNIT_TEST_GL(TestDrawPathSolid2PX);*/
-// UNIT_TEST_GL(TestDrawPathSolid);
- UNIT_TEST_GL(TestDrawPathSymbol);
- /*UNIT_TEST_GL(TestDrawOverlappedSymbolWithText);
- UNIT_TEST_GL(TestDrawAnyRect);
- UNIT_TEST_GL(TestDrawSector);
- UNIT_TEST_GL(TestDrawPathSolidDiffWidth);
- UNIT_TEST_GL(TestDrawPathZigZag);
- UNIT_TEST_GL(TestDrawPathSolidWithZ);
- UNIT_TEST_GL(TestDrawPathSolidWithClipRect);
- UNIT_TEST_GL(TestDrawUtilsRect);
- UNIT_TEST_GL(TestDrawUtilsRectFilledTexture);
- UNIT_TEST_GL(TestDrawSymbolFiltering);
- UNIT_TEST_GL(TestDrawCircle);
- UNIT_TEST_GL(TestDrawImage);*/
+ //UNIT_TEST_GL(TestDrawPolyOverflow);
+ //UNIT_TEST_GL(TestDrawText);
+ //UNIT_TEST_GL(TestDrawSingleSymbol);
+ //UNIT_TEST_GL(TestDrawEmptySymbol);
+ //UNIT_TEST_GL(TestDrawSingleSymbolAndSolidPath);
+ //UNIT_TEST_GL(TestDrawMultiLineStringWithPosition);
+ //UNIT_TEST_GL(TestDrawString);
+ //UNIT_TEST_GL(TestDrawThaiString);
+ //UNIT_TEST_GL(TestDrawStringWithColor);
+ //UNIT_TEST_GL(TestDrawUnicodeSymbols);
+ //UNIT_TEST_GL(TestDrawTextRect);
+ //UNIT_TEST_GL(TestDrawStringOnString);
+ //UNIT_TEST_GL(TestDrawTextOnPathInteractive);
+ //UNIT_TEST_GL(TestDrawTextOnPathBigSymbols);
+ //UNIT_TEST_GL(TestDrawTextOnPath);
+ //UNIT_TEST_GL(TestDrawTextOnPathZigZag);
+ //UNIT_TEST_GL(TestDrawTextOnPathWithOffset);
+ //UNIT_TEST_GL(TestDrawStraightTextElement);
+ //UNIT_TEST_GL(TestDrawPathTextElement);
+ //UNIT_TEST_GL(TestDrawTextOverflow);
+ //UNIT_TEST_GL(TestDrawTextFiltering);
+ //UNIT_TEST_GL(TestDrawRandomTextFiltering);
+ //UNIT_TEST_GL(TestDrawSGIConvex);
+ //UNIT_TEST_GL(TestDrawPoly);
+ //UNIT_TEST_GL(TestDrawSolidRect);
+ //UNIT_TEST_GL(TestDrawPathWithResourceCacheMiss);
+ //UNIT_TEST_GL(TestDrawPathWithOffset);
+ //UNIT_TEST_GL(TestDrawPathJoin);
+ //UNIT_TEST_GL(TestDrawPathSolid1PX);
+ //UNIT_TEST_GL(TestDrawPathSolid2PX);
+ //UNIT_TEST_GL(TestDrawPathSolid);
+ //UNIT_TEST_GL(TestDrawPathSymbol);
+ //UNIT_TEST_GL(TestDrawOverlappedSymbolWithText);
+ //UNIT_TEST_GL(TestDrawAnyRect);
+ //UNIT_TEST_GL(TestDrawSector);
+ //UNIT_TEST_GL(TestDrawPathSolidDiffWidth);
+ //UNIT_TEST_GL(TestDrawPathZigZag);
+ //UNIT_TEST_GL(TestDrawPathSolidWithZ);
+ //UNIT_TEST_GL(TestDrawPathSolidWithClipRect);
+ //UNIT_TEST_GL(TestDrawUtilsRect);
+ //UNIT_TEST_GL(TestDrawUtilsRectFilledTexture);
+ //UNIT_TEST_GL(TestDrawSymbolFiltering);
+ //UNIT_TEST_GL(TestDrawCircle);
+ //UNIT_TEST_GL(TestDrawImage);
}