# HG changeset patch # User Brecht De Man # Date 1463441170 -3600 # Node ID de1d5100d7a13db724e84103ab5bb1ceed853cdc # Parent a3099bdb056c40e9a5d8e014389f95b61c7192d7 Minor cosmetic changes test_create diff -r a3099bdb056c -r de1d5100d7a1 saves/read.txt --- 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. diff -r a3099bdb056c -r de1d5100d7a1 test_create/interface-specs.xml --- 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 @@ Show master volume control Show test page count Show playhead - Show Element Comment Boxes + Show element comment boxes diff -r a3099bdb056c -r de1d5100d7a1 test_create/test_core.js --- 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]);