Chromium Code Reviews| Index: chrome_frame/test/ui_test.cc |
| diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc |
| index 11b270aba98371851bca92feb8180fbd5ac92c1f..dc036c46a92e663979f1f45c0b6d4cf21f0f097e 100644 |
| --- a/chrome_frame/test/ui_test.cc |
| +++ b/chrome_frame/test/ui_test.cc |
| @@ -470,6 +470,11 @@ class ContextMenuTest : public MockIEEventSinkTest, public testing::Test { |
| EXPECT_CALL(acc_observer_, OnAccDocLoad(_)).Times(testing::AnyNumber()); |
| } |
| + virtual void TearDown() { |
| + // Destory the clipboard here because it is not destroyed automatically. |
|
Nico
2013/07/10 16:48:20
typo Destory
alexeypa (please no reviews)
2013/07/10 19:24:45
Done.
|
| + DestroyClipboard(); |
| + } |
| + |
| // Common helper function for "Save xxx As" tests. |
| void DoSaveAsTest(const wchar_t* role, const wchar_t* menu_item_name, |
| const wchar_t* file_ext) { |