[Mono-bugs] [Bug 595831] Trouble with the Queue.Clone() method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 12 13:01:26 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=595831
http://bugzilla.novell.com/show_bug.cgi?id=595831#c1
--- Comment #1 from antoine rodriguez <antoiner at media-tec.com.mx> 2010-04-12 17:01:24 UTC ---
There is one mistake in the "Actual Results" part, please consider that one :
Original Queue (EnQueue Order)
{1,1}
{2,1}
{3,1}
{4,1}
{5,1}
Cloned Queue (DeQueue Order)
{2,1}
{4,1}
{3,1}
{1,1}
{5,1}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list