~brandontschaefer/unity/lp.1101310-fix-launcher-resize-dash-window-buttons

« back to all changes in this revision

Viewing changes to tests/test_overlay_scrollbar.cpp

  • Committer: Andrea Azzarone
  • Date: 2013-01-17 16:11:14 UTC
  • mto: This revision was merged to the branch mainline in revision 3044.
  • Revision ID: azzaronea@gmail.com-20130117161114-54gsnohnfnx7pakm
Support older glib version too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
  EXPECT_GT(scroll_view_->scroll_bar_->_slider->GetBaseY(), slider_y);
406
406
}
407
407
 
408
 
TEST_F(TestOverlayVScrollBar, DISABLED_TestConnectorResetsDuringScrollAnimation)
 
408
TEST_F(TestOverlayVScrollBar, TestConnectorResetsDuringScrollAnimation)
409
409
{
410
410
  scroll_view_->scroll_bar_->MoveMouseNear();
411
411
  scroll_view_->scroll_bar_->SetThumbOffset(100);