Skip to content

Commit

Permalink
FLOE-437: update dataset to be the style used by the dataEntryPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Jan 22, 2016
1 parent eee4b85 commit 81359cd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tests/js/sonifierTests.js
Expand Up @@ -20,23 +20,21 @@ https://raw.githubusercontent.com/fluid-project/chartAuthoring/master/LICENSE.tx
});

floe.tests.chartAuthoring.dataSet =
[
{
id: "entry1",
{
entry1: {
value: 100,
label: "Label One"
},
{
id: "entry2",
entry2: {
value: 50,
label: "Label Two"
}
];
};

floe.tests.chartAuthoring.sonificationData =
[
{
id: 0,
id: "entry1",
units: [10,10,10,10,10,10,1,1,1,1,1,1,1],
envelope: {
durations: [1/8, 1/4, 1/8, 1/4, 1/8, 1/4, 1/8, 1/4, 1/8, 1/4, 1/8, 1/4, 1/24, 1/12, 1/24, 1/12, 1/24, 1/12, 1/24, 1/12, 1/24, 1/12, 1/24, 1/12, 1/24, 1/12],
Expand All @@ -51,7 +49,7 @@ https://raw.githubusercontent.com/fluid-project/chartAuthoring/master/LICENSE.tx
label: "Label One"
},
{
id: 1,
id: "entry2",
units: [10,10,10,1,1,1],
envelope: {
durations: [1/8, 1/4, 1/8, 1/4, 1/8, 1/4, 1/24, 1/12, 1/24, 1/12, 1/24, 1/12],
Expand Down

0 comments on commit 81359cd

Please sign in to comment.