# HG changeset patch # User Nicholas Jillings # Date 1449513756 0 # Node ID 28136e188d467ea567885cfca4d20b5160deb7be # Parent a32295e8a6a005079f27f7cc642a541f290fe5cc Bugs #1454 #1391 buffers are pooled and loaded at the begining. Page Save not interface specific. diff -r a32295e8a6a0 -r 28136e188d46 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