What steps will reproduce the problem?
Create a cyclicity fault (loop)
1. create node n1
2. create node n2
3. create node n3
4. make n2 daughter of n1
5. make n3 daughter of n2
6. make n1 daughter of n3
What is the expected output? What do you see instead?
Expected:
Cyclicity fault: <n1> is an ancestor of <n3>, so it can't become its daughter.
at <module>
<line>
Current behavior:
CCyclicity fault: <n1> is an ancestor of <n3>, so can't became its daughter.
at <module>
<line>
What version of the product are you using? On what operating system?
Tree-DAG_Node-1.06
Please provide any additional information below.
Original issue reported on code.google.com by rosat...@gmail.com on 30 Aug 2009 at 5:19
Original issue reported on code.google.com by
rosat...@gmail.com
on 30 Aug 2009 at 5:19