~feng-kylin/unity/unityshell-rotated-kylin

« back to all changes in this revision

Viewing changes to tests/test_switcher_controller.cpp

  • Committer: handsome_feng
  • Date: 2015-12-23 01:13:33 UTC
  • mfrom: (3999.2.68 unity)
  • Revision ID: 445865575@qq.com-20151223011333-gm1y3os6xzdzfstb
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  //  0, 1,
126
126
  //  2, 3
127
127
  EXPECT_TRUE(model->HasPrevDetailRow());
128
 
  EXPECT_EQ(static_cast<unsigned int>(model->detail_selection_index), 2);
 
128
  EXPECT_EQ(model->detail_selection_index(), 2);
129
129
}
130
130
 
131
131
TEST_F(TestSwitcherController, StopDetailModeMovesPrevRows)