Author: ygrego Date: 2015-06-11 08:08:44 +0000 (Thu, 11 Jun 2015) New Revision: 1698 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1698 Log: Respect the syntax imposed by the language. Modified: oipf/test/js/Test.js Modified: oipf/test/js/Test.js =================================================================== --- oipf/test/js/Test.js 2015-06-11 08:05:14 UTC (rev 1697) +++ oipf/test/js/Test.js 2015-06-11 08:08:44 UTC (rev 1698) @@ -7,7 +7,7 @@ constructor() { this.testsObjects = [{ - name : "OipfFactoryTest", + name: "OipfFactoryTest", object: new OipfFactoryTest(), tests: [ { @@ -171,7 +171,7 @@ method: "testCreateVideoMpegObject" } ]},{ - name : "VideoBroadcastTest", + name: "VideoBroadcastTest", object: new VideoBroadcastTest(), tests: [ {