Skip to content

Commit

Permalink
Merge pull request #529 from Kitware/update-testing-baselines
Browse files Browse the repository at this point in the history
Update testing baselines
  • Loading branch information
Roni Choudhury committed Jan 30, 2018
2 parents 419bd2b + 50b1837 commit 5f81dbd
Show file tree
Hide file tree
Showing 27 changed files with 14,077 additions and 0 deletions.
14,064 changes: 14,064 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'distributionplot-bimodal',
extraBaselines: ['distributionplot-bimodal-circle'],
url: 'http://localhost:28000/examples/distribution-bimodal',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'distributionplot',
extraBaselines: ['distributionplot-circle'],
url: 'http://localhost:28000/examples/distribution',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'normalprobabilityplot-bimodal',
extraBaselines: ['normalprobabilityplot-bimodal-circle'],
url: 'http://localhost:28000/examples/normalprobability-bimodal',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'normalprobabilityplot',
extraBaselines: ['normalprobabilityplot-circle'],
url: 'http://localhost:28000/examples/normalprobability',
selector: '#vis-element',
delay: 1000,
Expand Down
Binary file added plugins/vega/BarChart/test/barchart-circle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/vega/BarChart/test/barchart.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'barchart',
extraBaselines: ['barchart-circle'],
url: 'http://localhost:28000/examples/bar',
selector: '#vis-element',
delay: 1000,
Expand Down
Binary file added plugins/vega/BoxPlot/test/boxplot-circle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/vega/BoxPlot/test/boxplot.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'boxplot',
extraBaselines: ['boxplot-circle'],
url: 'http://localhost:28000/examples/box',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/vega/GanttChart/test/ganttchart.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'ganttchart',
extraBaselines: ['ganttchart-circle'],
url: 'http://localhost:28000/examples/gantt',
selector: '#vis-element',
delay: 2000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/vega/Histogram/test/histogram.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'histogram',
extraBaselines: ['histogram-circle'],
url: 'http://localhost:28000/examples/histogram',
selector: '#vis-element',
delay: 1000,
Expand Down
Binary file added plugins/vega/LineChart/test/linechart-circle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/vega/LineChart/test/linechart-points.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'linechart-points',
extraBaselines: ['linechart-points-circle'],
url: 'http://localhost:28000/examples/line-points',
selector: '#vis-element',
delay: 1000,
Expand Down
1 change: 1 addition & 0 deletions plugins/vega/LineChart/test/linechart.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'linechart',
extraBaselines: ['linechart-circle'],
url: 'http://localhost:28000/examples/line',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/vega/ScatterPlot/test/scatterplot-solid.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'scatterplot-solid',
extraBaselines: ['scatterplot-solid-circle'],
url: 'http://localhost:28000/examples/scatter-solid',
selector: '#vis-element',
delay: 1000,
Expand Down
1 change: 1 addition & 0 deletions plugins/vega/ScatterPlot/test/scatterplot.image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'scatterplot',
extraBaselines: ['scatterplot-circle'],
url: 'http://localhost:28000/examples/scatter',
selector: '#vis-element',
delay: 1000,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import imageTest from '../../../../test/util/imageTest';

imageTest({
name: 'scatterplotmatrix',
extraBaselines: ['scatterplotmatrix-circle'],
url: 'http://localhost:28000/examples/scattermatrix',
selector: '#vis-element',
delay: 1000,
Expand Down

0 comments on commit 5f81dbd

Please sign in to comment.