Skip to content

Commit 6eb3a38

Browse files
correct jasmine icicle tests in mock_test.js (ALL SUCCESS)
1 parent 2931707 commit 6eb3a38

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

test/image/mocks/icicle_coffee-maxdepth3-all-directions.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@
322322
"visible": false
323323
},
324324
"tiling": {
325-
"orientation": "h",
326-
"flip": ""
325+
"orientation": "h"
327326
},
328327
"maxdepth": 3,
329328
"domain": {
@@ -954,8 +953,7 @@
954953
"visible": false
955954
},
956955
"tiling": {
957-
"orientation": "v",
958-
"flip": ""
956+
"orientation": "v"
959957
},
960958
"maxdepth": 3,
961959
"domain": {
@@ -1267,7 +1265,6 @@
12671265
],
12681266
"layout": {
12691267
"margin": {"l": 0, "r": 0, "b": 0, "t": 0},
1270-
"plot_bgcolor": "#dadada",
12711268
"width": 1200,
12721269
"height": 1200,
12731270
"shapes": [

test/image/mocks/icicle_root-sort.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"Fruit"
3838
],
3939
"values": [100, 5, 15, 10, 8, 20, 12, 9, 5, 8, 8],
40-
"count": "branches",
4140
"branchvalues": "total"
4241
},
4342
{
@@ -78,7 +77,6 @@
7877
"Fruit"
7978
],
8079
"values": [100, 5, 15, 10, 8, 20, 12, 9, 5, 8, 8],
81-
"count": "branches",
8280
"branchvalues": "total"
8381
}
8482
],

0 commit comments

Comments
 (0)