Simon Hunt

GUI -- Fixed broken jasmine unit tests.

Change-Id: I339e96e55be02d71a9f2d19594b430ee850a5465
......@@ -38,7 +38,7 @@ describe('factory: view/topo/topoForce.js', function() {
'updateDeviceColors', 'toggleHosts',
'togglePorts', 'toggleOffline',
'cycleDeviceLabels', 'unpin', 'showMastership',
'cycleDeviceLabels', 'unpin', 'showMastership', 'showBadLinks',
'addDevice', 'updateDevice', 'removeDevice',
'addHost', 'updateHost', 'removeHost',
......
......@@ -214,7 +214,7 @@ describe('factory: view/topo/topoModel.js', function() {
'createHostLink', 'createLink',
'coordFromLngLat', 'lngLatFromCoord',
'findLink', 'findLinkById', 'findDevices',
'findAttachedHosts', 'findAttachedLinks'
'findAttachedHosts', 'findAttachedLinks', 'findBadLinks'
])).toBeTruthy();
});
......