~lutostag/ubuntu/trusty/maas/1.5.2+packagefix

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/tests/test_enums.js

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-03-28 10:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20140328104353-ekpolg0pm5xnvq2s
Tags: upstream-1.5+bzr2204
ImportĀ upstreamĀ versionĀ 1.5+bzr2204

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2012 Canonical Ltd.  This software is licensed under the
 
1
/* Copyright 2012-2014 Canonical Ltd.  This software is licensed under the
2
2
 * GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 */
4
4
 
26
26
        Y.Assert.areNotEqual(
27
27
            Y.maas.enums.NODE_STATUS.READY,
28
28
            Y.maas.enums.NODE_STATUS.RETIRED,
29
 
            "Different values of an enum were equal somehow.")
 
29
            "Different values of an enum were equal somehow.");
30
30
    }
31
31
}));
32
32