I'm working on a replacement for AshwoodEntitySorter. I currently have it sorting the DbEntities correctly (at least in my test case). I next need to work on sortObjectsForEntity(), which mainly handles ordering in reflexive relationships. When I get this up and running I'll test against our real model. Is there an easy way to plop this into 3.1 and run all the test cases against my sorter instead of the Ashwood one with some DI magic? (I'm wanting more test cases that the ones I have.)
Thanks, mrg
