~stolowski/unity-scope-click/sort-departments

« back to all changes in this revision

Viewing changes to libclickscope/tests/fake_json.h

  • Committer: Pawel Stolowski
  • Date: 2014-08-08 09:11:14 UTC
  • mfrom: (385.2.7 unity-scope-click)
  • Revision ID: pawel.stolowski@canonical.com-20140808091114-qnaali4def3tepp0
Merged devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
extern const std::string FAKE_JSON_REVIEWS_RESULT_ONE;
36
36
extern const std::string FAKE_JSON_SEARCH_RESULT_ONE;
 
37
extern const std::string FAKE_JSON_SEARCH_RESULT_ONE_SCOPE;
37
38
extern const std::string FAKE_JSON_SEARCH_RESULT_MISSING_DATA;
38
39
extern const std::string FAKE_JSON_SEARCH_RESULT_MANY;
39
40
extern const std::string FAKE_JSON_SEARCH_RESULT_RECOMMENDS;