Skip to content

Commit

Permalink
Test export of empty curve for #323
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Apr 30, 2019
1 parent fc39174 commit 77dbafb
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/gnome/engauge-digitizer.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release date="2019-04-22" version="11.1">
<release date="2019-05-01" version="11.2">
<description>
<ul>
<li>Fix for point match</li>
<li>Fix hang when exporting multiple curves when any one curve has no points</li>
</ul>
</description>
</release>
Expand Down
25 changes: 25 additions & 0 deletions test/export_empty_curve.csv_expected_1
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
x,Curve1,Curve2
-5.0202,-0.9158,
-4.5363,-1.0396,
-4.0524,-1.1634,
-3.5887,-1.3366,
-3.125,-1.5594,
-2.6613,-1.8317,
-2.2581,-2.1782,
-1.875,-2.599,
-1.5927,-3.0941,
-1.371,-3.6386,
-1.1895,-4.2079,
-1.0484,-4.802,
0.9476,5.0248,
1.1089,4.4554,
1.2903,3.8861,
1.5121,3.3168,
1.7944,2.8218,
2.1371,2.3762,
2.5403,2.005,
2.9839,1.7079,
3.4476,1.4851,
3.9315,1.3119,
4.4153,1.1634,
4.879,1.0644,
103 changes: 103 additions & 0 deletions test/export_empty_curve.dig

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test/export_empty_curve.test.commandline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-errorreport ../test/export_empty_curve.dig -regression -reset

0 comments on commit 77dbafb

Please sign in to comment.