DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42346>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42346 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-08 03:25 ------- Created an attachment (id=20143) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20143&action=view) Suggested patch This solves the problem I was able to reproduce, i.e. when changing the selected node right after the test plan was saved. It was related to the change in the GUIPackage, in SVN-535134, for bug 30120. If I put back in " if (currentNode != treeListener.getCurrentNode()) { currentNodeUpdated = true; } ", then this bug did not happen. But I think it is better to change the Save action to call GuiPackage.getInstance().updateCurrentGui() to set the currentNodeUpdated flag to false. If people find other scenarios where test plan changes are not stored, then we might need to consider reverting the change. But for now, I do not know of any issues after this suggested patch has been applied. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
