Commit fc49c69d authored by jam@chromium.org's avatar jam@chromium.org

Rename the CloudPrintPrinterListTest.Parsing test to...

Rename the CloudPrintPrinterListTest.Parsing test to PrivetConfirmApiFlowTest.Params to match the other test in that file as there's already another CloudPrintPrinterListTest.Parsing.

One of them is flaking 33% of the time according to http://chromium-build-logs.appspot.com/flakiness_dashboard?master=chromium.win but I can't tell which one it is.

TBR=vitalybuka@chromium.org
BUG=386891

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284940 0039d316-1c4b-4281-b951-d872f2087c98
parent 645439d0
...@@ -41,7 +41,7 @@ class MockDelegate { ...@@ -41,7 +41,7 @@ class MockDelegate {
MOCK_METHOD1(Callback, void(GCDApiFlow::Status)); MOCK_METHOD1(Callback, void(GCDApiFlow::Status));
}; };
TEST(CloudPrintPrinterListTest, Parsing) { TEST(PrivetConfirmApiFlowTest, Parsing) {
StrictMock<MockDelegate> delegate; StrictMock<MockDelegate> delegate;
PrivetConfirmApiCallFlow confirmation( PrivetConfirmApiCallFlow confirmation(
"123", base::Bind(&MockDelegate::Callback, base::Unretained(&delegate))); "123", base::Bind(&MockDelegate::Callback, base::Unretained(&delegate)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment