Skip to content

Commit

Permalink
refs #5532. Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jun 22, 2012
1 parent 926ade5 commit a947b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/PythonInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ set ( TEST_PY_FILES
test/python/SimpleAPITest.py
test/python/SimpleAPILoadTest.py
test/python/SimpleAPIFitTest.py
test/python/Stitch1DTest.py
test/python/TimeSeriesPropertyTest.py
test/python/QuatTest.py
test/python/V3DTest.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from mantid.api import *
from testhelpers import run_algorithm

class FindReflectometryLinesTest(unittest.TestCase):
class Stitch1DTest(unittest.TestCase):

__good_workspace_name = None
__bad_type_of_workspace_name = None
Expand Down

0 comments on commit a947b64

Please sign in to comment.