Skip to content

Commit

Permalink
Re #10681 Should fix unit test dependency on system test file
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 8, 2014
1 parent 87c180f commit a08fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/MariReduction.py
Expand Up @@ -35,7 +35,7 @@ def def_advanced_properties(self):
prop['map_file'] = "mari_res.map"
prop['monovan_mapfile'] = "mari_res.map"
prop['hard_mask_file'] ="mar11015.msk"
prop['det_cal_file'] =11060
prop['det_cal_file'] ="11060"
prop['save_format']=''
return prop;
#
Expand Down

0 comments on commit a08fd02

Please sign in to comment.