Skip to content
Snippets Groups Projects
Commit 704735e8 authored by Sam Jenkins's avatar Sam Jenkins
Browse files

Re #24512 added testing for whole file calibration

parent 9c6f6f15
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,17 @@ class CreateVanadiumTest(systemtesting.MantidSystemTest):
simple.mtd.clear()
class createCalibrationWholeTest(systemtesting.MantidSystemTest):
class CreateCalibrationWholeTest(systemtesting.MantidSystemTest):
def runTest(self):
test = EnginX(user="test", vanadium_run="236516",
directory="/home/sjenkins/Work/Build-1/ExternalData/Testing/Data/SystemTest")
test.create_calibration()
def validate(self):
return ("eng_calib", "engggui_calibration_sample.nxs",
"engg_calibration_bank_1", "engggui_calibration_bank_1.nxs",
"engg_calibration_bank_2", "engggui_calibration_bank_2.nxs",)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment