This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79772 - Rename option is not working perfectly for the input.xml and output.xml in test folder.
Summary: Rename option is not working perfectly for the input.xml and output.xml in te...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: wchui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-05 14:05 UTC by vmalapati
Modified: 2006-09-18 21:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Rename option is not working perfectly (749.94 KB, application/octet-stream)
2006-07-05 14:06 UTC, vmalapati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vmalapati 2006-07-05 14:05:12 UTC
Build Details: cokemilestone14

Steps: 
1. Add new test case to CompAppls->Test folder.
2. Input.xml and output.xml created automatically in the testcase.
3. Rename the input.xml/output.xml to test_input.xml/test_output.xml
4. Test the test case by right click on the test case folder.

Actual result: 
Throwing "C:\Documents and Settings\vmalapati\CompositeApp1
\test\Testcase\input.xml (specified file is not found)".

Expected result: 
Rename and execute the test case successfully with out any exception.

Observation: 
Input.xml is getting renamed in the Test case folder, but its not changing in 
the physical location. With this reason it's throwing exception while executing.
Comment 1 vmalapati 2006-07-05 14:06:31 UTC
Created attachment 31652 [details]
Rename option is not working perfectly
Comment 2 Jun Qian 2006-07-21 21:44:40 UTC
Input.xml and Output.xml should not be renamable. I don't see a use case for it.
Will remove the rename action on these two nodes.
Comment 3 wchui 2006-08-07 20:08:11 UTC
Rename not allowed.
Comment 4 lchang 2006-08-08 03:48:42 UTC
changed subcomponent to jbi tester

In addition, after renaming the files, the user shouuld also modify the 
concurrent.properties file to search for the correct file.

However, if rename is not an option, then you should not allow the user rename 
in the first place.  (Reopening)
Comment 5 wchui 2006-08-08 19:53:25 UTC
Rename's not allowed as the rename action has been removed.
Comment 6 lchang 2006-09-18 21:58:26 UTC
Verified, rename is not an option anymore in the Projects tab.