~thalexander/unity/update-fsf-address

« back to all changes in this revision

Viewing changes to tests/test_switcher_controller.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-03-07 18:51:47 UTC
  • mfrom: (4080 unity)
  • mto: This revision was merged to the branch mainline in revision 4085.
  • Revision ID: mail@3v1n0.net-20160307185147-0p1m89up4tqfb6w1
Merge with 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)