Author: bugman
Date: Thu Dec 18 09:51:58 2014
New Revision: 27120
URL: http://svn.gna.org/viewcvs/relax?rev=27120&view=rev
Log:
Small fix for the new Structure.test_atomic_fluctuations system test.
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=27120&r1=27119&r2=27120&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py (original)
+++ trunk/test_suite/system_tests/structure.py Thu Dec 18 09:51:58 2014
@@ -334,7 +334,7 @@
lines = file.readlines()
self.assertEqual(len(expected), len(lines))
for i in range(len(lines)):
- self.assertEqual(expected[i]+'\n', lines[i])
+ self.assertEqual(expected[i], lines[i])
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