One Project With Changes

Since:
Last Modified: $Date: 2004/04/19 15:52:45 $

Test Steps:

  1. Create a project
  2. Add a file to the project
  3. Commit a project
  4. Add a map entry in a map file for the project
  5. Release the project
  6. Make sure map file is updated and committed
  7. Right click the project
  8. Click Compare With->Released
  9. Ensure there isno change
  10. Edit the file in the project and save the change
  11. Add a new file to the project
  12. Add a new folder to the project
  13. Optionally commit the changes
  14. Right click the project
  15. Click Compare With->Released
  16. Ensure there are 3 changes
  17. Release the project again
  18. Delete a file
  19. Delete the folder
  20. Optionally commit the changes
  21. Right click the project
  22. Click Compare With->Released
  23. 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.