Mercurial > hg > webaudioevaluationtool
changeset 2364:de1d5100d7a1
Minor cosmetic changes test_create
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Tue, 17 May 2016 00:26:10 +0100 |
parents | a3099bdb056c |
children | 3cf673fb1c96 |
files | saves/read.txt test_create/interface-specs.xml test_create/test_core.js |
diffstat | 3 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/saves/read.txt Mon May 16 16:14:52 2016 +0100 +++ b/saves/read.txt Tue May 17 00:26:10 2016 +0100 @@ -1,2 +1,1 @@ -This folder is where the pythonServer.py server will save the received test results -Files will return as test-#.xml where # is the number they were received! +This folder is where the remote PHP server (through save.php) or local server (python/pythonServer.py) will save the received test results.
--- a/test_create/interface-specs.xml Mon May 16 16:14:52 2016 +0100 +++ b/test_create/interface-specs.xml Tue May 17 00:26:10 2016 +0100 @@ -21,7 +21,7 @@ <list name="volume">Show master volume control</list> <list name="page-count">Show test page count</list> <list name="playhead">Show playhead</list> - <list name="comments">Show Element Comment Boxes</list> + <list name="comments">Show element comment boxes</list> </show> </global> <interfaces>
--- a/test_create/test_core.js Mon May 16 16:14:52 2016 +0100 +++ b/test_create/test_core.js Tue May 17 00:26:10 2016 +0100 @@ -1323,7 +1323,7 @@ obj.content = document.createElement("div"); obj.content.id = "finish"; var span = document.createElement("span"); - span.textContent = "Your XML document is linked below. On most browsers, simply right click on the link and select 'Save As'. Or clicking on the link may download the file directly." + span.textContent = "Your XML document is linked below. On most browsers, simply right click on the link and select 'Save As'. Or clicking on the link may download the file directly. " obj.content.appendChild(span); var link = document.createElement("div"); link.appendChild(doc.children[0]);