athena: Avoid initializaing chromeos::Network for tests.
commit9ac6e8a2e435f3e732996c57840fb109b5cc4f6e
authorSadrul Habib Chowdhury <sadrul@chromium.org>
Tue, 21 Oct 2014 15:42:17 +0000 (21 11:42 -0400)
committerSadrul Habib Chowdhury <sadrul@chromium.org>
Tue, 21 Oct 2014 15:43:38 +0000 (21 15:43 +0000)
tree72eb7631ccf029768349a673ac9ff63f224070bc
parent8103e2c71b3fe7e829779d4173abec03a6c91b1e
athena: Avoid initializaing chromeos::Network for tests.

Initializaing chromeos::Network triggers a whole bunch of things that are
not necessary or useful in tests. So avoid initializing this subsystem, since
none of the tests depend on it. Tests that do depend on this in the future
should explicitly initialize this from SetUp().

This change brings down the runtime of athena_unittests significantly.

BUG=412535
R=oshima@chromium.org

Review URL: https://codereview.chromium.org/653853004

Cr-Commit-Position: refs/heads/master@{#300491}
athena/system/status_icon_container_view.cc
athena/test/base/athena_test_helper.cc