Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5277)

Delta Between Two Patch Sets: test/test_model_handlers.js

Issue 13997043: Remove DB.units list
Left Patch Set: Remove DB.units list Created 11 years, 6 months ago
Right Patch Set: Remove DB.units list Created 11 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « test/test_model.js ('k') | test/test_notifications.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 /* 1 /*
2 This file is part of the Juju GUI, which lets users view and manage Juju 2 This file is part of the Juju GUI, which lets users view and manage Juju
3 environments within a graphical interface (https://launchpad.net/juju-gui). 3 environments within a graphical interface (https://launchpad.net/juju-gui).
4 Copyright (C) 2012-2013 Canonical Ltd. 4 Copyright (C) 2012-2013 Canonical Ltd.
5 5
6 This program is free software: you can redistribute it and/or modify it under 6 This program is free software: you can redistribute it and/or modify it under
7 the terms of the GNU Affero General Public License version 3, as published by 7 the terms of the GNU Affero General Public License version 3, as published by
8 the Free Software Foundation. 8 the Free Software Foundation.
9 9
10 This program is distributed in the hope that it will be useful, but WITHOUT 10 This program is distributed in the hope that it will be useful, but WITHOUT
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 729
730 it('returns an empty list if there are no endpoints', function() { 730 it('returns an empty list if there are no endpoints', function() {
731 assert.deepEqual([], createEndpoints([])); 731 assert.deepEqual([], createEndpoints([]));
732 }); 732 });
733 733
734 }); 734 });
735 735
736 }); 736 });
737 737
738 })(); 738 })();
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b