Author: ygrego Date: 2015-03-04 14:42:47 +0000 (Wed, 04 Mar 2015) New Revision: 911 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/911 Log: For display of test a new method "displayInLineArray" called in method "test". The sytlesheet of the page renamed into "test.css". Modified: oipf/view/test.html Modified: oipf/view/test.html =================================================================== --- oipf/view/test.html 2015-03-04 14:32:44 UTC (rev 910) +++ oipf/view/test.html 2015-03-04 14:42:47 UTC (rev 911) @@ -9,7 +9,7 @@ <title>OIPF Tests</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" type="text/css" href="css/tableaux.css"/> + <link rel="stylesheet" type="text/css" href="css/test.css"/> <script src="../js/lib/Class.js" type="text/javascript"></script> <script src="../js/utils/Calculation.js" type="text/javascript"></script> <script src="../js/utils/ChannelTools.js" type="text/javascript"></script> @@ -43,7 +43,7 @@ <script> function start() { var tests = new Test(); - tests.displayArrayLayout(); + tests.displayInLineArray(); document.getElementById("runAllBtn").addEventListener("click",tests.runAll.bind(tests),false); } function hideOrShowTestSection(sectionId) {
participants (1)
-
ygregoï¼ users.nuiton.org