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: set_bootable_flag_action_unittest.cc

Issue 4719002: AU: Remove obsolete SetBootableFlagAction. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: Created 10 years, 1 month 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
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include <sys/stat.h>
6 #include <sys/types.h>
7 #include <unistd.h>
8 #include <string>
9 #include <vector>
10 #include <gtest/gtest.h>
11 #include "update_engine/set_bootable_flag_action.h"
12 #include "update_engine/test_utils.h"
13 #include "update_engine/utils.h"
14
15 using std::string;
16 using std::vector;
17
18 namespace chromeos_update_engine {
19
20 class SetBootableFlagActionTest : public ::testing::Test {};
21
22 // These disabled tests are a reminder this needs to change.
23 TEST_F(SetBootableFlagActionTest, DISABLED_SimpleTest) {
24 // TODO(adlr): find a way to test this object.
25 }
26
27 TEST_F(SetBootableFlagActionTest, DISABLED_BadDeviceTest) {
28 }
29
30 TEST_F(SetBootableFlagActionTest, DISABLED_NoInputObjectTest) {
31 }
32
33 } // namespace chromeos_update_engine
OLDNEW
« no previous file with comments | « set_bootable_flag_action.cc ('k') | update_attempter.cc » ('j') | update_attempter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698