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

Side by Side Diff: tests/PathTest.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 2011 Google Inc. 2 * Copyright 2011 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 "Test.h" 8 #include "Test.h"
9 #include "SkCanvas.h" 9 #include "SkCanvas.h"
10 #include "SkPaint.h" 10 #include "SkPaint.h"
(...skipping 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 test_arc(reporter); 3293 test_arc(reporter);
3294 test_arcTo(reporter); 3294 test_arcTo(reporter);
3295 test_addPath(reporter); 3295 test_addPath(reporter);
3296 test_conicTo_special_case(reporter); 3296 test_conicTo_special_case(reporter);
3297 test_get_point(reporter); 3297 test_get_point(reporter);
3298 test_contains(reporter); 3298 test_contains(reporter);
3299 PathTest_Private::TestPathTo(reporter); 3299 PathTest_Private::TestPathTo(reporter);
3300 } 3300 }
3301 3301
3302 #include "TestClassDef.h" 3302 #include "TestClassDef.h"
3303 DEFINE_TESTCLASS("Path", PathTestClass, TestPath) 3303 DEFINE_TESTCLASS_SHORT(TestPath)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698