~larryprice/libertine/deb-filepicker

« back to all changes in this revision

Viewing changes to tests/unit/ContainersConfigTests.cpp

  • Committer: Larry Price
  • Date: 2017-03-08 15:07:57 UTC
  • mfrom: (388.2.44 devel)
  • Revision ID: larry.price@canonical.com-20170308150757-glgl6bjs6qjtqoys
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        "id":            "xenial-test",
32
32
        "name":          "Xenial Xerus",
33
33
        "distro":        "xenial",
 
34
        "freezeOnStop":  true,
34
35
        "type":          "lxc",
35
36
        "installStatus": "ready",
36
37
        "installedApps": [
131
132
  zesty["installedApps"] = QJsonArray();
132
133
  zesty["extraArchives"] = QJsonArray();
133
134
  zesty["bindMounts"] = QJsonArray();
 
135
  zesty["freezeOnStop"] = false;
134
136
  json["containerList"] = QJsonArray{xenial, zesty};
135
137
 
136
138
  EXPECT_EQ(json, actual);