changeset 615:cad1178196b4 multiple-tests-concatenation

Small fixes for #1668
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 14 Mar 2016 11:28:06 +0000
parents ecca9c11d2f2
children
files core.js test_create/attributes.json
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core.js	Sun Mar 13 15:33:36 2016 +0000
+++ b/core.js	Mon Mar 14 11:28:06 2016 +0000
@@ -2388,6 +2388,7 @@
 			this.marker = null;
 			this.enforce = false;
 			this.gain = 0.0;
+            this.label = null;
 			this.schema = specification.schema.getAllElementsByName('audioelement')[0];;
 			this.parent = null;
 			this.decode = function(parent,xml)
--- a/test_create/attributes.json	Sun Mar 13 15:33:36 2016 +0000
+++ b/test_create/attributes.json	Mon Mar 14 11:28:06 2016 +0000
@@ -19,5 +19,6 @@
     "url": "URL",
     "gain": "Gain (dB)",
     "marker": "Marker",
-    "boxsize": "Box Size"
+    "boxsize": "Box Size",
+    "label": "Label"
 }