Skip to content

Commit

Permalink
refs #8614 fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 14, 2014
1 parent 45d013e commit e976dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/DgreduceTest.py
Expand Up @@ -26,7 +26,7 @@ def test_process_legacy_parameters(self):
kw["someKeyword"] ="aaaa"
kw["normalise_method"] ="Monitor-1"
params = process_legacy_parameters(**kw);
self.assertEqual(len(params),5)
self.assertEqual(len(params),4)
self.assertTrue("someKeyword" in params);
self.assertTrue("hard_mask_file" in params);
self.assertTrue("use_hard_mask_only" in params)
Expand Down

0 comments on commit e976dc0

Please sign in to comment.