| Index: athena/home/home_card_unittest.cc
|
| diff --git a/athena/home/home_card_unittest.cc b/athena/home/home_card_unittest.cc
|
| index dbfd0add63cca8e1cf667d4024198bea7e491572..302acc315cc667411ea2962d2e1005b024b1f316 100644
|
| --- a/athena/home/home_card_unittest.cc
|
| +++ b/athena/home/home_card_unittest.cc
|
| @@ -57,10 +57,6 @@ TEST_F(HomeCardTest, AppSelection) {
|
| athena::ActivityFactory::Get()->CreateWebActivity(
|
| NULL, GURL("http://www.google.com/")));
|
| EXPECT_EQ(HomeCard::VISIBLE_MINIMIZED, HomeCard::Get()->GetState());
|
| -
|
| - // Overview mode has to finish before ending test, otherwise it crashes.
|
| - // TODO(mukai): fix this.
|
| - WindowManager::GetInstance()->ToggleOverview();
|
| }
|
|
|
| TEST_F(HomeCardTest, Accelerators) {
|
| @@ -84,10 +80,6 @@ TEST_F(HomeCardTest, Accelerators) {
|
| EXPECT_EQ(HomeCard::VISIBLE_CENTERED, HomeCard::Get()->GetState());
|
| generator.PressKey(ui::VKEY_L, ui::EF_CONTROL_DOWN);
|
| EXPECT_EQ(HomeCard::VISIBLE_CENTERED, HomeCard::Get()->GetState());
|
| -
|
| - // Overview mode has to finish before ending test, otherwise it crashes.
|
| - // TODO(mukai): fix this.
|
| - WindowManager::GetInstance()->ToggleOverview();
|
| }
|
|
|
| } // namespace athena
|
|
|