It is possible to get duplicate item names in a category by moving items between categories
Description
Activity
Vernon O'Connor August 7, 2009 at 9:45 AM
QA TASK:
Re-verify that it is not possible to get duplicate item names in a category by moving items between categories.
QA ENVIRONMENT:
Using PC Windows Vista Enterprise SP2 Firefox 3.5.2 on:
UCD TEST SERVER
SmartSite@UCDavis - [sakai_2-5-x-test-065] - Sakai 2.5.x-R57934 - Server sakaitest2
with gradebook2 (tags/1.0.0-b6).
QA SUMMARY:
Create two categories, QA Pass.
Add an item to each category. Give both items the same name, QA Pass.
Try to move one item into the other category, by dragging and by changing the drop-down category and clicking save, QA Pass.
You should not be able to move the item so long as it has the same name as an item in the category to which it's being moved, QA Pass.
Ensure that we can still move items normally otherwise, since this is a fairly central change to the logic and could cause some problems elsewhere if I haven't done it exactly right, QA Pass for basic functionality.
Re-verified that it is not possible to get duplicate item names in a category by moving items between categories, QA Pass.
QA RESULTS:
Re-verified that it is not possible to get duplicate item names in a category by moving items between categories, QA PASS.
Overall, QA PASS on test server.
Vernon O'Connor August 4, 2009 at 3:52 PMEdited
QA TEST PLAN:
Create two categories
Add an item to each category. Give both items the same name.
Try to move one item into the other category, by dragging and by changing the drop-down category and clicking save.
You should not be able to move the item so long as it has the same name as an item in the category to which it's being moved.
Ensure that we can still move items normally otherwise, since this is a fairly central change to the logic and could cause some problems elsewhere if I haven't done it exactly right.
QA ENVIRONMENT:
Using PC Windows Vista Enterprise SP2 Firefox 3.5.2 on:
UCD TEST SERVER
SmartSite@UCDavis - [sakai_2-5-x-test-063] - Sakai 2.5.x-R57934 - Server sakaitest1
with gradebook2 (tags/1.0.0-b4).
QA SUMMARY:
Create two categories, QA Pass.
Add an item to each category. Give both items the same name, QA Pass.
Try to move one item into the other category, by dragging and by changing the drop-down category and clicking save, QA Pass.
You should not be able to move the item so long as it has the same name as an item in the category to which it's being moved, QA Pass.
Ensure that we can still move items normally otherwise, since this is a fairly central change to the logic and could cause some problems elsewhere if I haven't done it exactly right, QA Pass for basic functionality.
Verified that it is not possible to get duplicate item names in a category by moving items between categories, QA Pass.
QA RESULTS:
Verified that it is not possible to get duplicate item names in a category by moving items between categories, QA PASS.
Overall, QA PASS.
James Renfro July 31, 2009 at 5:28 PM
Test Plan:
Create two categories
Add an item to each category. Give both items the same name.
Try to move one item into the other category, by dragging and by changing the dropdown category and clicking save.
You should not be able to move the item so long as it has the same name as an item in the category to which it's being moved.
Ensure that we can still move items normally otherwise, since this is a fairly central change to the logic and could cause some problems elsewhere if I haven't done it exactly right.
If you have two categories C1 and C2, with the following items:
C1
I1
I2
C2
I1
and you 'move' C2:I1 -> C1, you will get
C1
I1
-I2
-I1