diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 01:33:04 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 01:33:04 +0000 |
commit | 5dd660c8afc0c93ec8b5f1d3ac1d25cc0a574fe9 (patch) | |
tree | f899c153824069ca398a13bb24e8f126822542d6 /chrome/browser/diagnostics | |
parent | 9db82ed38efa994b881f9f4f84d374f9381abb54 (diff) | |
download | chromium_src-5dd660c8afc0c93ec8b5f1d3ac1d25cc0a574fe9.zip chromium_src-5dd660c8afc0c93ec8b5f1d3ac1d25cc0a574fe9.tar.gz chromium_src-5dd660c8afc0c93ec8b5f1d3ac1d25cc0a574fe9.tar.bz2 |
Revert 49875 - diagnostics: Add VersionTest to linux.
BUG=42894
TEST=out/Debug/chrome --diagnostics
Review URL: http://codereview.chromium.org/2856004
TBR=tfarina@chromium.org
Review URL: http://codereview.chromium.org/2827010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r-- | chrome/browser/diagnostics/diagnostics_model.cc | 1 | ||||
-rw-r--r-- | chrome/browser/diagnostics/diagnostics_model_unittest.cc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_model.cc b/chrome/browser/diagnostics/diagnostics_model.cc index b71f337d..e7b9f25 100644 --- a/chrome/browser/diagnostics/diagnostics_model.cc +++ b/chrome/browser/diagnostics/diagnostics_model.cc @@ -137,7 +137,6 @@ class DiagnosticsModelPosix : public DiagnosticsModelImpl { public: DiagnosticsModelPosix() { tests_.push_back(MakeInstallTypeTest()); - tests_.push_back(MakeVersionTest()); tests_.push_back(MakeUserDirTest()); tests_.push_back(MakeLocalStateFileTest()); tests_.push_back(MakeDictonaryDirTest()); diff --git a/chrome/browser/diagnostics/diagnostics_model_unittest.cc b/chrome/browser/diagnostics/diagnostics_model_unittest.cc index 4c46a44..62dff9d 100644 --- a/chrome/browser/diagnostics/diagnostics_model_unittest.cc +++ b/chrome/browser/diagnostics/diagnostics_model_unittest.cc @@ -80,7 +80,7 @@ class UTObserver: public DiagnosticsModel::Observer { #if defined(OS_WIN) const int kDiagnosticsTestCount = 18; #else -const int kDiagnosticsTestCount = 17; +const int kDiagnosticsTestCount = 16; #endif // Test that the initial state is correct. |