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

Side by Side Diff: ppapi/tests/test_transport.cc

Issue 4182010: Use PASS() everywhere in ppapi/tests. (Closed) Base URL: https://ppapi.googlecode.com/svn/trunk/tests
Patch Set: First. Created 9 years, 11 months 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
« no previous file with comments | « ppapi/tests/test_paint_aggregator.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ppapi/tests/test_transport.h" 5 #include "ppapi/tests/test_transport.h"
6 6
7 #include <string.h> 7 #include <string.h>
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 14 matching lines...) Expand all
25 return transport_interface_ && InitTestingInterface(); 25 return transport_interface_ && InitTestingInterface();
26 } 26 }
27 27
28 void TestTransport::RunTest() { 28 void TestTransport::RunTest() {
29 RUN_TEST(FirstTransport); 29 RUN_TEST(FirstTransport);
30 // TODO(juberti): more Transport tests here... 30 // TODO(juberti): more Transport tests here...
31 } 31 }
32 32
33 std::string TestTransport::TestFirstTransport() { 33 std::string TestTransport::TestFirstTransport() {
34 // TODO(juberti): actual test 34 // TODO(juberti): actual test
35 return ""; 35 PASS();
36 } 36 }
OLDNEW
« no previous file with comments | « ppapi/tests/test_paint_aggregator.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698