One Project With Changes
Since:
Last Modified: $Date: 2004/03/23 19:11:08 $
Test Steps:
- Create a project
- Add a file to the project
- Commit a project
- Add a map entry in a map file for the project
- Release the project
- Make sure map file is updated and committed
- Right click the project
- Click Compare With->Released
- Ensure there isno change
- Edit the file in the project and save the change
- Add a new file to the project
- Add a new folder to the project
- Optionally commit the changes
- Right click the project
- Click Compare With->Released
- Ensure there are 3 changes
- Release the project again
- Delete a file
- Delete the folder
- Optionally commit the changes
- Right click the project
- Click Compare With->Released
- Ensure there are two chagnes
Bug Found
The new added empty folder is not found by the compare.
Note that the change will be found if the new added folder is not empty.
Also noticed that I tried to commit the change after a new empty folder was
added, but the commit failed to check in this folder. Because of this above,
deleteion of a released empty folder can not be tested so far.