~saviq/unity-api/cross-and-wrap

« back to all changes in this revision

Viewing changes to test/qmltest/unity/shell/scopes/tst_Scopes.qml

  • Committer: CI bot
  • Author(s): Michal Hruby
  • Date: 2014-07-31 11:13:51 UTC
  • mfrom: (147.2.6 unity-api)
  • Revision ID: ps-jenkins@lists.canonical.com-20140731111351-d0r7g3xye11drt64
Added interface for scopes overview. 
Approved by: Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
        function test_scopes_properties_data() {
73
73
            return [
74
 
                { tag: "Item.properties[loaded]", constant: "loaded", type: "boolean" }
 
74
                { tag: "Item.properties[loaded]", constant: "loaded", type: "boolean" },
 
75
                { tag: "Item.properties[overviewScope]", constant: "overviewScope", type: "object" }
75
76
            ];
76
77
        }
77
78
 
313
314
                { tag: "Model.roles[emblem]", role: "emblem", type: "string" },
314
315
                { tag: "Model.roles[summary]", role: "summary", type: "string" },
315
316
                { tag: "Model.roles[attributes]", role: "attributes", type: "string" },
316
 
                { tag: "Model.roles[background]", role: "background", type: "string" },
 
317
                { tag: "Model.roles[background]", role: "background", type: "object" },
 
318
                { tag: "Model.roles[overlayColor]", role: "overlayColor", type: "string" },
317
319
            ];
318
320
        }
319
321