Skip to content

Commit d1ddaf7

Browse files
committed
update ray trace plot test
1 parent 86e6596 commit d1ddaf7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f78402c4f1d7f382d2cfdd51c85418e6a022d4092de15336666b6d0f5811a589b7e0ee8c157a4dc11c90b114f259956738b191aa0d9993731ca87e94a8d73de0
1+
c15c592ea100dcb58a4ac7e665b67e34c69b463e65c96dd561ddfa65a7997370cbe875453f697297ec23776dbd5d47af0a789beb07c36397e450d2285021b17b

tests/regression_tests/plot_projections/test.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
from tests.regression_tests import config
33

44
def test_plot():
5-
harness = PlotTestHarness(('plot_1.png', 'example1.png', 'example2.png', 'example3.png', 'orthographic_example1.png'))
5+
harness = PlotTestHarness(('plot_1.png', 'example1.png', 'example2.png',
6+
'example3.png', 'orthographic_example1.png',
7+
'phong.png', 'phong_diffuse.png',
8+
'phong_move_light.png'))
69
harness.main()

0 commit comments

Comments
 (0)