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

Side by Side Diff: tests/PictureUtilsTest.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 2012 Google Inc. 2 * Copyright 2012 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 #include "Test.h" 7 #include "Test.h"
8 #include "picture_utils.h" 8 #include "picture_utils.h"
9 #include "SkString.h" 9 #include "SkString.h"
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 REPORTER_ASSERT(reporter, result.equals("windir")); 44 REPORTER_ASSERT(reporter, result.equals("windir"));
45 #endif 45 #endif
46 } 46 }
47 47
48 static void TestPictureUtils(skiatest::Reporter* reporter) { 48 static void TestPictureUtils(skiatest::Reporter* reporter) {
49 test_filepath_creation(reporter); 49 test_filepath_creation(reporter);
50 test_get_basename(reporter); 50 test_get_basename(reporter);
51 } 51 }
52 52
53 #include "TestClassDef.h" 53 #include "TestClassDef.h"
54 DEFINE_TESTCLASS("PictureUtils", PictureUtilsTestClass, TestPictureUtils) 54 DEFINE_TESTCLASS_SHORT(TestPictureUtils)
OLDNEW
« tests/AnnotationTest.cpp ('K') | « tests/PictureTest.cpp ('k') | tests/PipeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698