You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
The following is a failing test. Descending is also at the attachment. [Test] public void AggregateAscendingOrderByClause() { var query = from c in nwnd.Customers where c.Country == "Belgium"
orderby c.Orders.Count select c;
var ids = query.ToList();
if (ids.Count > 1) { Assert.Less(ids[1].Orders.Count, ids[0].Orders.Count);
} }
-- Tuna Toksöz
Typos included to enhance the reader's attention ...
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Sorry there were mistakes in the patch. I also removed the RhinoMocks reference(which I accidentally added to the 2nd level cache patch) in the Tests project.