GUI -- Fixed broken unit tests; augmented error logging.

Change-Id: I81760fa795fb3bad7703933bcaaf2b891e3ba37a
diff --git a/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js b/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js
index b121ac2..7e35dd9 100644
--- a/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js
+++ b/web/gui/src/main/webapp/tests/app/view/topo/topoEvent-spec.js
@@ -34,7 +34,7 @@
 
     it('should define api functions', function () {
         expect(fs.areFunctions(tes, [
-            'openSock', 'closeSock', 'sendEvent'
+            'start', 'stop'
         ])).toBeTruthy();
     });