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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: set_bootable_flag_action_unittest.cc
diff --git a/set_bootable_flag_action_unittest.cc b/set_bootable_flag_action_unittest.cc
deleted file mode 100644
index d2a211b98990fc2ea470eecdbda86a6c9428f6cd..0000000000000000000000000000000000000000
--- a/set_bootable_flag_action_unittest.cc
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <unistd.h>
-#include <string>
-#include <vector>
-#include <gtest/gtest.h>
-#include "update_engine/set_bootable_flag_action.h"
-#include "update_engine/test_utils.h"
-#include "update_engine/utils.h"
-
-using std::string;
-using std::vector;
-
-namespace chromeos_update_engine {
-
-class SetBootableFlagActionTest : public ::testing::Test {};
-
-// These disabled tests are a reminder this needs to change.
-TEST_F(SetBootableFlagActionTest, DISABLED_SimpleTest) {
- // TODO(adlr): find a way to test this object.
-}
-
-TEST_F(SetBootableFlagActionTest, DISABLED_BadDeviceTest) {
-}
-
-TEST_F(SetBootableFlagActionTest, DISABLED_NoInputObjectTest) {
-}
-
-} // namespace chromeos_update_engine
« 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