Skip to content

Commit 2a40cdb

Browse files
removed duplicate file name
1 parent a994627 commit 2a40cdb

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

py_gd/test/checksums.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'test_image_clear_before2.png': 'd34a1e3576b2732321f32c4ee1117730',
4242
'test_image_dot.png': '275c79433ded774c5cfebaf45fc8c9fb',
4343
'test_image_dots_large.png': '6eb04cc1e853e29aad7abf0f50fe1e3e',
44-
'test_image_dots_lots.png': 'fa0e7397e03adf2be1f262e4f0134d4f',
44+
'test_image_dots_lots.png': '8a559409738d4111d13461f89cd2f383',
4545
'test_image_ellipse.bmp': '543ec0befeb67d131f4df23eeb21e590',
4646
'test_image_grey.bmp': '46f3b8773ac4d552944a2eb378ba27e8',
4747
'test_image_line.bmp': 'd279707389a3bac62c4413839919b962',
@@ -62,9 +62,10 @@
6262
'test_image_spline_polygon.png': 'f71ff8d679ed1860a0b032e71a473dc1',
6363
'test_image_spline_polyline.png': 'af9c837b42d5ab88e175416edd7b0ce7',
6464
'test_image_text.bmp': 'a7b1fe64f4da978706d857c39ce5c026',
65-
'test_image_with_colorramp.png': '5089e9a03e0a7c594462d77676341bd8',
65+
'test_image_with_all_colorramps.png': '5089e9a03e0a7c594462d77676341bd8',
66+
'test_image_with_colorramp.png': 'b73b81b6badde809753f801d96b1b0dd',
6667
'test_image_x_large.png': 'e57caa7c4304f3806eb3f327ff717076',
67-
'test_image_x_lots.png': '4a5d3d96f286b39f795a4422196947bb',
68+
'test_image_x_lots.png': '6b41c10d033e19cc09bad116e4f6b5d8',
6869
'test_polyline_from_ctrl_points.png': 'cc0ca4db098d7c8e54e0d2bdca0482e9',
6970
'test_smooth_poly.png': '49da823dd438bb9d3ae23781c535f870',
7071
'test_smooth_polyline.png': 'cc0ca4db098d7c8e54e0d2bdca0482e9',

py_gd/test/test_color_ramp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ def test_image_with_all_colorramps(scheme):
160160

161161
img.draw_dots(points, diameter=10, color=color_idx)
162162

163-
img.save(outfile("test_image_with_colorramp.png"), 'png')
163+
img.save(outfile("test_image_with_all_colorramps.png"), 'png')
164164

165-
assert Path(outfile("test_image_with_colorramp.png")).is_file()
165+
assert Path(outfile("test_image_with_all_colorramps.png")).is_file()

0 commit comments

Comments
 (0)