mailr27699 - /trunk/test_suite/system_tests/structure.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 20, 2015 - 15:41:
Author: bugman
Date: Fri Feb 20 15:41:11 2015
New Revision: 27699

URL: http://svn.gna.org/viewcvs/relax?rev=27699&view=rev
Log:
Fix for the Structure.test_bug_23295_ss_metadata_merge system test and 
additional printouts.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=27699&r1=27698&r2=27699&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Fri Feb 20 15:41:11 2015
@@ -1036,13 +1036,15 @@
                 continue
 
             # Check the line.
+            print("\nOrig: %s" % repr(contents[index]))
+            print("New:  %s" % repr(line))
             self.assertEqual(contents[index], line)
 
             # Increment the secondary structure index.
             index += 1
 
         # Check the count to make sure that secondary structure records have 
at all been created.
-        self.assertEqual(len(contents), index+1)
+        self.assertEqual(len(contents), index)
 
 
     def test_bug_sr_2998_broken_conect_records(self):




Related Messages


Powered by MHonArc, Updated Fri Feb 20 16:00:02 2015