~brandontschaefer/mir/testing

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_client_input.cpp

  • Committer: Brandon Schaefer
  • Date: 2016-09-23 00:34:03 UTC
  • Revision ID: brandon.schaefer@canonical.com-20160923003403-efxs176y9y7an5pk
* Testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
642
642
    // Remove reference to local received_input_events
643
643
    Mock::VerifyAndClearExpectations(&first_client);
644
644
 
 
645
    fprintf(stderr, "Received: %i\n", received_input_events);
 
646
 
645
647
    float const client_input_events_per_frame =
646
648
        (float)received_input_events / nframes;
647
649
    EXPECT_THAT(client_input_events_per_frame, Gt(0.0f));