[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4447) Rename Seam Component works wrong whith org.jboss.seam.mail.mailSession component

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Tue Jun 9 10:23:56 EDT 2009


Rename Seam Component works wrong whith org.jboss.seam.mail.mailSession component
---------------------------------------------------------------------------------

                 Key: JBIDE-4447
                 URL: https://jira.jboss.org/jira/browse/JBIDE-4447
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 3.1.0.M1
            Reporter: Daniel Azarov
            Assignee: Viacheslav Kabanovich


Test case:

1. Create Seam War Project "test"
2. Open Seam Components View
3. Open test->org.jboss.seam.mail
4. Select Rename Seam Component menu item from popup menu on mailSession component
5. Type new name and press Next button

ASSERT: In changes list should be:
<mail:mail-session host="localhost" port="2525" username="test" password="test" /> ->
<mail:mail-session host="localhost" port="2525" username="test" password="test" name="newname"/>

FAIL:
In changes list:
<mail:mail-session host="localhost" port="2525" username="test" password="test" /> ->
<mail:mail-session host="localhost" port="2525" username="newname" password="test" />

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list