Oops! Fix updateLink() function in topology view.
(also add linkupdate scenario).

Change-Id: Ic0f6753745e43c5fc76a6cb180a0c8a66178c657
diff --git a/web/gui/src/test/_karma/ev/linkupdate/ev_11_removeLink_BA.json b/web/gui/src/test/_karma/ev/linkupdate/ev_11_removeLink_BA.json
new file mode 100644
index 0000000..cc993b5
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/linkupdate/ev_11_removeLink_BA.json
@@ -0,0 +1,13 @@
+{
+  "event": "removeLink",
+  "payload": {
+    "id": "of:000000000000000b/2-of:000000000000000a/1",
+    "type": "direct",
+    "online": true,
+    "linkWidth": 1.2,
+    "src": "of:000000000000000b",
+    "srcPort": "2",
+    "dst": "of:000000000000000a",
+    "dstPort": "1"
+  }
+}