Skip to content

Commit

Permalink
sanity: fixing lots of tests
Browse files Browse the repository at this point in the history
apparently i totally borked a lot of sanity tests. should be fixed now.

BORK BORK BORK
  • Loading branch information
andymeneely committed Nov 7, 2017
1 parent f7407d4 commit 2020b5a
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/data/_excel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
rect width: :deck, height: :deck
text str: resource_data['Name'], align: :center, width: :deck, hint: 'red'
text str: resource_data['Cost'], align: :right, width: :deck, hint: 'red'
save_sheet prefix: 'sample_excel_resources_' # save to a whole sheet
save_sheet prefix: 'sample_excel_resources_', columns: 3
end
Binary file removed samples/data/sample_csv_qty_01_expected.png
Binary file not shown.
Binary file modified samples/data/sample_excel_resources_00_expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed samples/data/sample_excel_resources_01_expected.png
Binary file not shown.
Binary file removed samples/data/sample_xlsx_qty_01_expected.png
Binary file not shown.
Binary file removed samples/saves/save_sheet_02_expected.png
Binary file not shown.
Binary file removed samples/saves/save_sheet_rtl_01_expected.png
Binary file not shown.
Binary file removed samples/saves/save_single_sheet_01_expected.png
Binary file not shown.
Binary file removed samples/saves/save_single_sheet_02_expected.png
Binary file not shown.
Binary file modified samples/sprues/advanced_sprues_01_expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions spec/data/samples/data/_excel.rb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,11 @@ cairo: set_source([MockDouble, 100, 0])
cairo: paint([])
cairo: set_source([MockDouble, 200, 0])
cairo: paint([])
cairo: set_source([MockDouble, 300, 0])
cairo: set_source([MockDouble, 0, 101])
cairo: paint([])
cairo: set_source([MockDouble, 400, 0])
cairo: set_source([MockDouble, 100, 101])
cairo: paint([])
cairo: set_source([MockDouble, 0, 101])
cairo: set_source([MockDouble, 200, 101])
cairo: paint([])
surface: write_to_png(["_output/sample_excel_resources_00.png"])
surface: finish([])
Expand Down

0 comments on commit 2020b5a

Please sign in to comment.