Author: bugman
Date: Tue Jan 20 16:30:23 2009
New Revision: 8550

URL: http://svn.gna.org/viewcvs/relax?rev=8550&view=rev
Log:
Fixes for all these system tests as the molecule name is not 
'Ap4Aase_res1-12_mol1'.


Modified:
    branches/multi_structure/test_suite/system_tests/sequence.py

Modified: branches/multi_structure/test_suite/system_tests/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/test_suite/system_tests/sequence.py?rev=8550&r1=8549&r2=8550&view=diff
==============================================================================
--- branches/multi_structure/test_suite/system_tests/sequence.py (original)
+++ branches/multi_structure/test_suite/system_tests/sequence.py Tue Jan 20 
16:30:23 2009
@@ -59,7 +59,7 @@
 
         # Test some of the sequence.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(cdp.mol[0].name, None)
+        self.assertEqual(cdp.mol[0].name, 'Ap4Aase_res1-12_mol1')
         self.assertEqual(len(cdp.mol[0].res), 1)
 
         # 1st residue.
@@ -109,7 +109,7 @@
 
         # Test some of the sequence.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(cdp.mol[0].name, None)
+        self.assertEqual(cdp.mol[0].name, 'Ap4Aase_res1-12_mol1')
         self.assertEqual(len(cdp.mol[0].res), 3)
 
         # 1st residue.
@@ -154,7 +154,7 @@
 
         # Test some of the sequence.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(cdp.mol[0].name, None)
+        self.assertEqual(cdp.mol[0].name, 'Ap4Aase_res1-12_mol1')
         self.assertEqual(len(cdp.mol[0].res), 3)
 
         # 1st residue.
@@ -193,7 +193,7 @@
 
         # Test some of the sequence.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(cdp.mol[0].name, None)
+        self.assertEqual(cdp.mol[0].name, 'Ap4Aase_res1-12_mol1')
         self.assertEqual(len(cdp.mol[0].res), 12)
 
         # 1st residue.


_______________________________________________
relax (http://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

Reply via email to