Author: bugman Date: Fri Jan 4 17:49:45 2008 New Revision: 4330 URL: http://svn.gna.org/viewcvs/relax?rev=4330&view=rev Log: Added a deliberate unit test failure for implementing the new RelaxTestRunner code.
Modified: 1.3/test_suite/unit_tests/sequence_testing_base.py Modified: 1.3/test_suite/unit_tests/sequence_testing_base.py URL: http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/sequence_testing_base.py?rev=4330&r1=4329&r2=4330&view=diff ============================================================================== --- 1.3/test_suite/unit_tests/sequence_testing_base.py (original) +++ 1.3/test_suite/unit_tests/sequence_testing_base.py Fri Jan 4 17:49:45 2008 @@ -90,6 +90,8 @@ # Try displaying the residue sequence. self.sequence_fns.display(mol_name_col=None, res_num_col=0, res_name_col=1, spin_num_col=None, spin_name_col=None) + raise NameError, "Hello" + def test_read_protein_noe_data(self): """Test the reading of the amino acid sequence out of a protein NOE data file. _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org 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