# HG changeset patch # User Nicholas Jillings # Date 1449513756 0 # Node ID b1cb28c63a19f9992e07994f4c8cb48edc74f35e # Parent 42cf69a134aab383fb85f16e5d79d279dac6a711 Bugs #1454 #1391 buffers are pooled and loaded at the begining. Page Save not interface specific. diff -r 42cf69a134aa -r b1cb28c63a19 ape.js --- a/ape.js Mon Dec 07 18:34:26 2015 +0000 +++ b/ape.js Mon Dec 07 18:42:36 2015 +0000 @@ -642,32 +642,7 @@ function pageXMLSave(store, testXML) { + // MANDATORY // Saves a specific test page - var xmlDoc = store; - // Check if any session wide metrics are enabled - - var commentShow = testXML.elementComments; - - var metric = document.createElement('metric'); - if (audioEngineContext.metric.enableTestTimer) - { - var testTime = document.createElement('metricResult'); - testTime.id = 'testTime'; - testTime.textContent = audioEngineContext.timer.testDuration; - metric.appendChild(testTime); - } - xmlDoc.appendChild(metric); - var audioObjects = audioEngineContext.audioObjects; - for (var i=0; i