~dobey/unity-scope-click/check-purchased

« back to all changes in this revision

Viewing changes to libclickscope/tests/test_index.cpp

  • Committer: Rodney Dawes
  • Date: 2014-07-16 21:49:11 UTC
  • mfrom: (314.2.19 devel)
  • Revision ID: rodney.dawes@canonical.com-20140716214911-3vn31avz0lwzcn2e
Merge tip of devel branch.
Move mock pay code to mock_pay.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
        {"sshot1", "sshot2"},
343
343
        177582,
344
344
        "0.2",
345
 
        "None"
 
345
        "None",
 
346
        "tools"
346
347
    };
347
348
    EXPECT_CALL(*this, details_callback(fake_details, _)).Times(1);
348
349
    response->replyFinished();
389
390
        {"sshot1", "sshot2"},
390
391
        177582,
391
392
        "0.2",
392
 
        "None"
 
393
        "None",
 
394
        "tools"
393
395
    };
394
396
 
395
397
    EXPECT_CALL(*this, details_callback(fake_details, _)).Times(1);