svn+ssh://bugman@.../svn/relax/trunk
........
r22165 | bugman | 2014-02-10 10:37:53 +0100 (Mon, 10 Feb 2014) | 9 lines
Created the Mf.test_bug_21615_incomplete_setup_failure GUI tests.
This is designed to catch bug #21615 (https://gna.org/bugs/?21615) as reported by Ivan Leung
(ivanhoe dott leung att chem dott ox dot ac dot uk).
Included are the data files Ivan attached to the bug report truncated to two residues. The GUI test
follows exactly the steps outlined by Ivan.
........
r22166 | bugman | 2014-02-10 10:43:46 +0100 (Mon, 10 Feb 2014) | 10 lines
Fix for bug #21615, the missing data dialog failure when executing the GUI model-free analysis.
This is the bug at https://gna.org/bugs/?21615 as reported by Ivan Leung (ivanhoe dott leung att
chem dott ox dot ac dot uk).
The problem is that the spin container's "isotope" variable is being accessed directly after a test
showing that this variable does not exist. This is now fixed so that the missing data dialog is now
presented explaining that the spin isotope information is not set.
........