Index: chrome/browser/browser_uitest.cc |
=================================================================== |
--- chrome/browser/browser_uitest.cc (revision 10506) |
+++ chrome/browser/browser_uitest.cc (working copy) |
@@ -90,7 +90,7 @@ |
// had a hard limit of 31 processes and this test is mainly directed at |
// verifying that we don't crash when we pass this limit. |
// Disabling this test http://code.google.com/p/chromium/issues/detail?id=8119 |
-TEST_F(BrowserTest, DISABLED_ThirtyFourTabs) { |
+TEST_F(BrowserTest, ThirtyFourTabs) { |
kuchhal
2009/02/26 21:02:46
You can remove the comment above this line too.
|
std::wstring test_file = test_data_directory_; |
file_util::AppendToPath(&test_file, L"title2.html"); |
GURL url(net::FilePathToFileURL(test_file)); |