DescriptionAdding a TearDown() method to class LiveSyncTest.
The LiveSyncTest class derives from InProcessBrowserTest and overrides
the SetUp method to account for the case when a local sync server needs
to be started. However, there isn't a corresponding override for the
TearDown method that stops the local sync server. This changelist adds
an overload for TearDown that stops the local sync server if one was
started in SetUp.
BUG=45181
TEST=sync_integration_tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48457
Patch Set 1 #
Total comments: 2
Patch Set 2 : Adding started_local_test_server_ member variable. #Patch Set 3 : Fixing unintended whitespaces added by Visual Studio. #
Messages
Total messages: 6 (0 generated)
|