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):
_______________________________________________
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