From caf0528fbb9fa161ef30a163cf9ce97751a7fdcc Mon Sep 17 00:00:00 2001 From: Elliot Oram <elliot.oram@stfc.ac.uk> Date: Thu, 23 Nov 2017 11:58:51 +0000 Subject: [PATCH] Update to use correct reference file REfs #21229 --- Testing/SystemTests/tests/analysis/ISIS_PowderPearlTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/SystemTests/tests/analysis/ISIS_PowderPearlTest.py b/Testing/SystemTests/tests/analysis/ISIS_PowderPearlTest.py index 4714a355390..eeb54e1ee20 100644 --- a/Testing/SystemTests/tests/analysis/ISIS_PowderPearlTest.py +++ b/Testing/SystemTests/tests/analysis/ISIS_PowderPearlTest.py @@ -58,7 +58,7 @@ class _CreateVanadiumTest(stresstesting.MantidStressTest): def validate(self): self.tolerance = 1e-6 return "PEARL98472_tt70-Results-D-Grp", "ISIS_Powder_PRL98472_tt70_{}.nxs".format(self.focus_mode),\ - "Van_spline_data_tt70", "ISIS_Powder-PEARL00098472_splined_all.nxs" + "Van_spline_data_tt70", "ISIS_Powder-PEARL00098472_splined.nxs" def cleanup(self): try: -- GitLab