Bug 989336 - Silence 'uninteresting call' warning from mock object. r=dmitry.rojkov

This commit is contained in:
Kartikaya Gupta 2014-03-28 17:58:23 -07:00
parent a00a50512c
commit fa67f60503

View File

@ -861,6 +861,7 @@ TEST_F(AsyncPanZoomControllerTester, LongPressPreventDefault) {
status = apzc->ReceiveInputEvent(mti);
EXPECT_EQ(status, nsEventStatus_eIgnore);
EXPECT_CALL(*mcc, HandleLongTapUp(CSSPoint(touchX, touchEndY), 0, apzc->GetGuid())).Times(1);
status = ApzcUp(apzc, touchX, touchEndY, time);
EXPECT_EQ(nsEventStatus_eIgnore, status);