assertTransitions(root1, root2, "g,f,e,root,b,d", "root,e,f");
}
public void testRoot2ToRoot1() throws Exception {
SimpleRootModuleDefinition root1 = definitionSet1();
SimpleRootModuleDefinition root2 = definitionSet2();
assertTransitions(root2, root1, "f,e,root", "d,b,root,e,f,g");
}