GUI -- Fixed broken jasmine unit tests.
Change-Id: I339e96e55be02d71a9f2d19594b430ee850a5465
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -38,7 +38,7 @@ describe('factory: view/topo/topoForce.js', function() { | ... | @@ -38,7 +38,7 @@ describe('factory: view/topo/topoForce.js', function() { |
38 | 38 | ||
39 | 'updateDeviceColors', 'toggleHosts', | 39 | 'updateDeviceColors', 'toggleHosts', |
40 | 'togglePorts', 'toggleOffline', | 40 | 'togglePorts', 'toggleOffline', |
41 | - 'cycleDeviceLabels', 'unpin', 'showMastership', | 41 | + 'cycleDeviceLabels', 'unpin', 'showMastership', 'showBadLinks', |
42 | 42 | ||
43 | 'addDevice', 'updateDevice', 'removeDevice', | 43 | 'addDevice', 'updateDevice', 'removeDevice', |
44 | 'addHost', 'updateHost', 'removeHost', | 44 | 'addHost', 'updateHost', 'removeHost', | ... | ... |
... | @@ -214,7 +214,7 @@ describe('factory: view/topo/topoModel.js', function() { | ... | @@ -214,7 +214,7 @@ describe('factory: view/topo/topoModel.js', function() { |
214 | 'createHostLink', 'createLink', | 214 | 'createHostLink', 'createLink', |
215 | 'coordFromLngLat', 'lngLatFromCoord', | 215 | 'coordFromLngLat', 'lngLatFromCoord', |
216 | 'findLink', 'findLinkById', 'findDevices', | 216 | 'findLink', 'findLinkById', 'findDevices', |
217 | - 'findAttachedHosts', 'findAttachedLinks' | 217 | + 'findAttachedHosts', 'findAttachedLinks', 'findBadLinks' |
218 | ])).toBeTruthy(); | 218 | ])).toBeTruthy(); |
219 | }); | 219 | }); |
220 | 220 | ... | ... |
-
Please register or login to post a comment