Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tests/FrontBufferedStreamTest.cpp

Issue 100113004: Use DEFINE_TESTCLASS_SHORT macro in tests. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2013 Google Inc. 2 * Copyright 2013 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SkFrontBufferedStream.h" 8 #include "SkFrontBufferedStream.h"
9 #include "SkRefCnt.h" 9 #include "SkRefCnt.h"
10 #include "SkStream.h" 10 #include "SkStream.h"
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 } 151 }
152 152
153 static void TestStreams(skiatest::Reporter* reporter) { 153 static void TestStreams(skiatest::Reporter* reporter) {
154 // Test 6 and 64, which are used by Android, as well as another arbitrary le ngth. 154 // Test 6 and 64, which are used by Android, as well as another arbitrary le ngth.
155 test_buffers(reporter, 6); 155 test_buffers(reporter, 6);
156 test_buffers(reporter, 15); 156 test_buffers(reporter, 15);
157 test_buffers(reporter, 64); 157 test_buffers(reporter, 64);
158 } 158 }
159 159
160 #include "TestClassDef.h" 160 #include "TestClassDef.h"
161 DEFINE_TESTCLASS("FrontBufferedStream", FrontBufferedStreamTestClass, TestStream s) 161 DEFINE_TESTCLASS_SHORT(TestStreams)
OLDNEW
« tests/AnnotationTest.cpp ('K') | « tests/FontNamesTest.cpp ('k') | tests/GeometryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698