~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

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

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        var mockXhr = Y.Mock();
27
27
        Y.Mock.expect(mockXhr, {
28
28
            method: 'send',
29
 
            args: [MaaS_config.uris.nodes_handler, Y.Mock.Value.Any]
 
29
            args: [MAAS_config.uris.nodes_handler, Y.Mock.Value.Any]
30
30
        });
31
31
        this.mockIO(mockXhr, module);
32
32