Author: tlinnet
Date: Sat Dec 6 11:59:24 2014
New Revision: 26973
URL: http://svn.gna.org/viewcvs/relax?rev=26973&view=rev
Log:
Added the systemtest Spectrum to the init file, so the systemtest can be
executed.
Modified:
trunk/test_suite/system_tests/__init__.py
Modified: trunk/test_suite/system_tests/__init__.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/__init__.py?rev=26973&r1=26972&r2=26973&view=diff
==============================================================================
--- trunk/test_suite/system_tests/__init__.py (original)
+++ trunk/test_suite/system_tests/__init__.py Sat Dec 6 11:59:24 2014
@@ -63,6 +63,7 @@
from test_suite.system_tests.results import Results
from test_suite.system_tests.selection import Selection
from test_suite.system_tests.sequence import Sequence
+from test_suite.system_tests.spectrum import Spectrum
from test_suite.system_tests.state import State
from test_suite.system_tests.structure import Structure
from test_suite.system_tests.unit_vectors import Unit_vectors
@@ -101,6 +102,7 @@
'scripts',
'selection',
'sequence',
+ 'spectrum',
'state',
'structure',
'unit_vectors',
@@ -191,6 +193,7 @@
suite_array.append(TestLoader().loadTestsFromTestCase(Results))
suite_array.append(TestLoader().loadTestsFromTestCase(Selection))
suite_array.append(TestLoader().loadTestsFromTestCase(Sequence))
+ suite_array.append(TestLoader().loadTestsFromTestCase(Spectrum))
suite_array.append(TestLoader().loadTestsFromTestCase(State))
suite_array.append(TestLoader().loadTestsFromTestCase(Structure))
suite_array.append(TestLoader().loadTestsFromTestCase(Unit_vectors))
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits