~rvb/maas/dj-migrations

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/angular/factories/tests/test_devices.js

  • Committer: Raphael Badin
  • Date: 2015-03-13 15:22:22 UTC
  • mfrom: (3631.1.15 maas)
  • Revision ID: raphael.badin@canonical.com-20150313152222-nhq1vs6hop1ooq7e
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        expect(DevicesManager._activeDevice).toBeNull();
47
47
        expect(DevicesManager._pk).toBe("system_id");
48
48
        expect(DevicesManager._handler).toBe("device");
49
 
        expect(DevicesManager._metadataAttributes).toEqual(["owner"]);
 
49
        expect(DevicesManager._metadataAttributes).toEqual(["owner", "tags"]);
50
50
    });
51
51
 
52
52
    describe("getActiveDevice", function() {