JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

LDAP resolver does not respect Priority during sort #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Purpose of code changes on this branch:

The LinQ query used to sort results is incorrect; it does not respect Priority 
and sorts the results strictly by Weight. In fact it should sort by Priority 
first, and should use Weight only as a secondary criterion.

When reviewing my code changes, please focus on:

I have not created/updated the unit test for this change.

Original issue reported on code.google.com by koronth...@hotmail.com on 17 Jun 2014 at 5:58

GoogleCodeExporter commented 8 years ago
Resolved
Build installer is in this artifacts link found here:
http://teamcity.codebetter.com/viewLog.html?buildTypeId=bt1231&buildId=122906

Original comment by joeshook@gmail.com on 19 Jun 2014 at 6:39

GoogleCodeExporter commented 8 years ago
Also note the fix is in both the net35 branch 
[https://code.google.com/p/nhin-d/source/checkout?repo=net35]

The fix is also in the .NET 4.5 framework alpha build here:
http://teamcity.codebetter.com/viewLog.html?buildId=122907&tab=buildResultsDiv&b
uildTypeId=bt1088
Again download the installer from the artifacts link.

Original comment by joeshook@gmail.com on 19 Jun 2014 at 6:44

GoogleCodeExporter commented 8 years ago
The change for this is in changeset 2618-2619 for the net35 repository and 2471 
-2476 for the default repository (.net 4.5 alpha)

Original comment by joeshook@gmail.com on 19 Jun 2014 at 6:47