~alecu/unity-scope-click/show-purchaseable-flag

« back to all changes in this revision

Viewing changes to libclickscope/tests/fake_json.cpp

  • Committer: Tarmac
  • Author(s): Alejandro J. Cura
  • Date: 2014-07-28 18:15:59 UTC
  • mfrom: (354.1.9 missing-preview-fields)
  • Revision ID: tarmac-20140728181559-ghxsol3tw4njc613
Adds pending fields for the store preview.

Approved by Rodney Dawes, PS Jenkins bot, Diego Sarmentero.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
        "download_url": "https://public.apps.staging.ubuntu.com/download/ar.com.beuno/wheather-touch/ar.com.beuno.wheather-touch-0.2",
176
176
        "rating": 3.5,
177
177
        "keywords": "these, are, key, words",
 
178
 
178
179
        "terms_of_service": "tos",
179
180
        "license": "Proprietary",
180
 
        "publisher": "Beuno",
 
181
        "publisher": "Fake Publisher",
 
182
        "developer_name": "Fake Developer",
 
183
        "company_name": "Fake Company",
 
184
        "website": "http://example.com",
 
185
        "support_url": "http://example.com/support",
 
186
 
181
187
        "screenshot_url": "sshot0",
182
188
        "screenshot_urls": ["sshot1", "sshot2"],
183
189
        "binary_filesize": 177582,
184
190
        "version": "0.2",
 
191
        "date_published": "2013-11-04T00:40:24.686298Z",
 
192
        "last_updated": "2014-07-03T08:16:34.532525Z",
 
193
        "changelog": "This is the changelog",
 
194
 
185
195
        "framework": "None",
186
 
 
187
 
        "website": "",
188
 
        "support_url": "http://beuno.com.ar",
189
196
        "price": 1.99,
190
197
        "license_key_path": "",
191
198
        "click_version": "0.1",
192
 
        "company_name": "",
193
199
        "icon_urls": {
194
200
            "64": "http://developer.staging.ubuntu.com/site_media/appmedia/2013/07/weather-icone-6797-64.png"
195
201
        },
196
 
        "requires_license_key": false,
197
 
        "date_published": "2013-07-16T21:50:34.874000"
 
202
        "requires_license_key": false
198
203
    }
199
204
)foo";
200
205