aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FontMgrTest.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-25 14:59:32 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-25 14:59:32 +0000
commiteb02957a5ff4e7b639263b2071e5e2522c7bc4fa (patch)
tree9b76c8bbf32b2947bf4cf3113dc493c07fc47f55 /tests/FontMgrTest.cpp
parent384f5e2a9b491c4ae814a465c167612fafdcd89f (diff)
disable checking the style name from fontmgr (not impl on some backends,
and likely will be remvoed in future api) git-svn-id: http://skia.googlecode.com/svn/trunk@8858 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/FontMgrTest.cpp')
-rw-r--r--tests/FontMgrTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp
index d1880999bd..46aa334a20 100644
--- a/tests/FontMgrTest.cpp
+++ b/tests/FontMgrTest.cpp
@@ -30,7 +30,7 @@ static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
SkString sname;
SkFontStyle fs;
set->getStyle(j, &fs, &sname);
- REPORTER_ASSERT(reporter, sname.size() > 0);
+// REPORTER_ASSERT(reporter, sname.size() > 0);
SkAutoTUnref<SkTypeface> face(set->createTypeface(j));
// REPORTER_ASSERT(reporter, face.get());