diff options
author | Thomas Haller <thomas.haller@redheads.de> | 2019-05-23 12:13:59 (GMT) |
---|---|---|
committer | Thomas Haller <thomas.haller@redheads.de> | 2019-05-24 06:37:01 (GMT) |
commit | 0e013c9df38e69e13547a2329398ee9e0b32af5b (patch) | |
tree | 192f4081751565f964989d11afe8aabc982a383a /testing/011 | |
parent | 8bc1af8e715a9841d3754ec4154d4adeb7b8c1b0 (diff) | |
download | Doxygen-0e013c9df38e69e13547a2329398ee9e0b32af5b.zip Doxygen-0e013c9df38e69e13547a2329398ee9e0b32af5b.tar.gz Doxygen-0e013c9df38e69e13547a2329398ee9e0b32af5b.tar.bz2 |
updated test case to reflect new node numbering
Diffstat (limited to 'testing/011')
-rw-r--r-- | testing/011/interface_integer.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/011/interface_integer.xml b/testing/011/interface_integer.xml index 863ec91..21d71fd 100644 --- a/testing/011/interface_integer.xml +++ b/testing/011/interface_integer.xml @@ -59,24 +59,24 @@ <para>An interface </para> </detaileddescription> <inheritancegraph> - <node id="1"> + <node id="2"> <label>Object</label> </node> - <node id="0"> + <node id="1"> <label>Integer</label> <link refid="interface_integer"/> - <childnode refid="1" relation="public-inheritance"> + <childnode refid="2" relation="public-inheritance"> </childnode> </node> </inheritancegraph> <collaborationgraph> - <node id="3"> + <node id="2"> <label>Object</label> </node> - <node id="2"> + <node id="1"> <label>Integer</label> <link refid="interface_integer"/> - <childnode refid="3" relation="public-inheritance"> + <childnode refid="2" relation="public-inheritance"> </childnode> </node> </collaborationgraph> |