Skip to content

Commit

Permalink
re #6669 remove doc block which is causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed May 16, 2013
1 parent 0d33471 commit fc3ccd0
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
class LoadLogPropertyTableTest(unittest.TestCase):

def test_LoadValidFilesComments(self):
""" Test to load valid files that are all present
"""
autoTestDir="../../../../../Test/AutoTestData/"
autoTestDir="../../../../../Test/AutoTestData/"
outputWorskapceName = "LoadLogPropertyTableTest_Test1"

alg_test = run_algorithm("LoadLogPropertyTable", FirstFile = autoTestDir + "MUSR00015189.nxs",
Expand All @@ -34,9 +32,7 @@ def test_LoadValidFilesComments(self):
return

def test_LoadPartiallyValidFilesLogValues(self):
""" Test to load files that are partially present
"""
autoTestDir="../../../../../Test/AutoTestData/"
autoTestDir="../../../../../Test/AutoTestData/"
outputWorskapceName = "LoadLogPropertyTableTest_Test2"

alg_test = run_algorithm("LoadLogPropertyTable", FirstFile = autoTestDir + "argus0026287.nxs",
Expand Down

0 comments on commit fc3ccd0

Please sign in to comment.