Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1038)

Side by Side Diff: chrome/test/browser/run_all_unittests.cc

Issue 99097: Adding browser tests, for which the DLL is unloaded after each test (take 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/string_util.h" 5 #include "base/string_util.h"
6 #include "chrome/test/unit/chrome_test_suite.h" 6 #include "chrome/test/unit/chrome_test_suite.h"
7 7
8 #if defined(OS_WIN) 8 #if defined(OS_WIN)
9 #define DLLEXPORT __declspec(dllexport) 9 #define DLLEXPORT __declspec(dllexport)
10 #elif 10 #elif
(...skipping 25 matching lines...) Expand all
36 // We were already initialized, balance that extra-initialization. 36 // We were already initialized, balance that extra-initialization.
37 OleUninitialize(); 37 OleUninitialize();
38 } 38 }
39 // Balance the OleInitialize from the above test. 39 // Balance the OleInitialize from the above test.
40 OleUninitialize(); 40 OleUninitialize();
41 } 41 }
42 return TRUE; 42 return TRUE;
43 } 43 }
44 44
45 #endif 45 #endif
OLDNEW
« no previous file with comments | « chrome/test/browser/browser_tests_launcher.vcproj ('k') | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698