Author: ygrego Date: 2015-02-04 08:53:52 +0000 (Wed, 04 Feb 2015) New Revision: 764 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/764 Log: Set name of main tuner in method 'testCreatingConfigurationObj'. Modified: oipf/js/test/test.js Modified: oipf/js/test/test.js =================================================================== --- oipf/js/test/test.js 2015-02-03 17:08:04 UTC (rev 763) +++ oipf/js/test/test.js 2015-02-04 08:53:52 UTC (rev 764) @@ -44,7 +44,8 @@ console.log("[TEST-RUNNING][Info] Creating of configuration oipf object."); ///////////////////////////////////////////Before test: init//////////////////////////////// tunerMain = new Tuner(); - tunerTab = [tunerMain]; + tunerMain.name = "tnt"; + tunerArray = [tunerMain]; tunerCollection = new TunerCollection(tunerTab);
participants (1)
-
ygregoï¼ users.nuiton.org