Skip to content

Commit

Permalink
Refs #1419 - Fix for failed FilePropertyTest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Feb 14, 2012
1 parent a5a5a88 commit ddb74ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
class FilePropertyTest(unittest.TestCase):

def test_alg_get_property_converts_to_this(self):
alg = run_algorithm('Load', Filename='LOQ48127.raw', OutputWorkspace='tmp', SpectrumMax=1)
alg = run_algorithm('LoadRaw', Filename='LOQ48127.raw', OutputWorkspace='tmp', SpectrumMax=1)
prop = alg.getProperty("Filename")
self.assertEquals(type(prop), FileProperty)
self.assertTrue('value' in dir(prop)) # Do we have a value method
Expand Down

0 comments on commit ddb74ef

Please sign in to comment.