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

Side by Side Diff: tests/ToUnicode.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 /* 2 /*
3 * Copyright 2010 The Android Open Source Project 3 * Copyright 2010 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #include "Test.h" 10 #include "Test.h"
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 endbfchar\n\ 157 endbfchar\n\
158 1 beginbfrange\n\ 158 1 beginbfrange\n\
159 <0056> <0057> <0073>\n\ 159 <0056> <0057> <0073>\n\
160 endbfrange\n"; 160 endbfrange\n";
161 161
162 REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2, 162 REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2,
163 buffer2.getOffset())); 163 buffer2.getOffset()));
164 } 164 }
165 165
166 #include "TestClassDef.h" 166 #include "TestClassDef.h"
167 DEFINE_TESTCLASS("ToUnicode", ToUnicodeTestClass, TestToUnicode) 167 DEFINE_TESTCLASS_SHORT(TestToUnicode)
OLDNEW
« tests/AnnotationTest.cpp ('K') | « tests/TestSize.cpp ('k') | tests/Typeface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698