Bug 829 - When comparing a setall element we need 2 loops
Summary: When comparing a setall element we need 2 loops
Status: ASSIGNED
Alias: None
Product: Direct Objects
Classification: Unclassified
Component: Write (show other bugs)
Version: unspecified
Hardware: PC Linux
: P1 normal
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2011-02-20 16:35 CET by Werner Van Belle
Modified: 2011-02-20 16:36 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Van Belle 2011-02-20 16:35:42 CET
The first loop compares all elements until a discrepancy is found and should then break out of the loop sop that a second can take over, which will not compare any fiurther since the change has been marked anyway.