| 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
|
|
|