diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 20:20:54 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 20:20:54 +0000 |
commit | 801df8f5a6aa7370d097bff2db11d6692676d556 (patch) | |
tree | c5ee15e752546797ef634a3356d5d4d9d0ead3f7 /chrome_frame | |
parent | d72be5aeac49885edd75c6e072d6f09585918bd8 (diff) | |
download | chromium_src-801df8f5a6aa7370d097bff2db11d6692676d556.zip chromium_src-801df8f5a6aa7370d097bff2db11d6692676d556.tar.gz chromium_src-801df8f5a6aa7370d097bff2db11d6692676d556.tar.bz2 |
Enabling the CF tests ReadyPromptContentTest and the TopLevelPostReissueFromChromeFramePage
as the resource dll issues affecting these tests have now been fixed.
BUG=94362
TBR=grt
Review URL: http://codereview.chromium.org/7767003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/navigation_test.cc | 4 | ||||
-rw-r--r-- | chrome_frame/test/ready_mode_unittest.cc | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc index 90a544c..d6e750f 100644 --- a/chrome_frame/test/navigation_test.cc +++ b/chrome_frame/test/navigation_test.cc @@ -1051,9 +1051,7 @@ TEST_F(FullTabSeleniumTest, Core) { // This should bring up a confirmation dialog which we hit yes on. This should // reissue the top level post request in response to which the html content // containing the meta tag is sent again. -// This test has been disabled due to bug -// http://code.google.com/p/chromium/issues/detail?id=94362 -TEST_F(FullTabDownloadTest, DISABLED_TopLevelPostReissueFromChromeFramePage) { +TEST_F(FullTabDownloadTest, TopLevelPostReissueFromChromeFramePage) { chrome_frame_test::MockWindowObserver post_reissue_watcher; post_reissue_watcher.WatchWindow("Confirm Form Resubmission", ""); diff --git a/chrome_frame/test/ready_mode_unittest.cc b/chrome_frame/test/ready_mode_unittest.cc index f8c5b8e..6022d26 100644 --- a/chrome_frame/test/ready_mode_unittest.cc +++ b/chrome_frame/test/ready_mode_unittest.cc @@ -219,9 +219,7 @@ class ReadyPromptWindowButtonTest : public ReadyPromptWindowTest { chrome_frame_test::TimedMsgLoop message_loop_; }; // class ReadyPromptWindowButtonTest -// This test has been disabled due to bug -// http://code.google.com/p/chromium/issues/detail?id=94362 -TEST_F(ReadyPromptTest, DISABLED_ReadyPromptContentTest) { +TEST_F(ReadyPromptTest, ReadyPromptContentTest) { // owned by ReadyPromptContent MockReadyModeState* state = new MockReadyModeState(); MockUrlLauncher* url_launcher = new MockUrlLauncher(); |