* a:1.0
* </pre>
*/
public void testDepthReversed()
{
ResolutionNode b1n = new ResolutionNode( b1, Collections.EMPTY_LIST );
ResolutionNode a2n = new ResolutionNode( a2, Collections.EMPTY_LIST, b1n );
ResolutionNode a1n = new ResolutionNode( a1, Collections.EMPTY_LIST );
assertResolveConflict( a2n, a2n, a1n );
}