[Doxygen-develop] Test 012 alwais fail
Brought to you by:
dimitri
From: Brilliantov K. V. <bri...@by...> - 2013-08-30 07:12:16
|
Hello! Doxygen 1.8.5, revision d65f3313739177d4d8ce27f607edf9517dc66de3 not ok 12 - [012_cite.dox]: test the \cite command # Failed test '[012_cite.dox]: test the \cite command' # at runtests.pl line 249. # Difference between generated output and reference: # --- test_output_012/indexpage.xml 2013-08-30 11:05:50.879745956 +0400 # +++ 012/indexpage.xml 2013-08-30 11:03:43.500761137 +0400 # @@ -4,7 +4,7 @@ # <compoundname>index</compoundname> # <title>My Project</title> # <detaileddescription> # - <para>See <ref refid="citelist_1CITEREF_knuth79" kindref="member">knuth79</ref> for more info. </para> # + <para>See <ref refid="citelist_1CITEREF_knuth79" kindref="member">[1]</ref> for more info. </para> # </detaileddescription> # </compounddef> # </doxygen> After change testing/012/indexpage.xml error in citelist.xml: not ok 12 - [012_cite.dox]: test the \cite command # Failed test '[012_cite.dox]: test the \cite command' # at runtests.pl line 249. # Difference between generated output and reference: # --- test_output_012/citelist.xml 2013-08-30 11:10:14.208843783 +0400 # +++ 012/citelist.xml 2013-08-29 14:14:02.035699978 +0400 # @@ -4,6 +4,17 @@ # <compoundname>citelist</compoundname> # <title>Bibliographic References</title> # <detaileddescription> # + <para> # + <variablelist> # + <varlistentry> # + <term><anchor id="_1CITEREF_knuth79"/>[1]</term> # + </varlistentry> # + <listitem> # + <para>Donald<nonbreakablespace/>E. Knuth. <emphasis>Tex and Metafont, New Directions in Typesetting</emphasis>. American Mathematical Society and Digital Press, Stanford, 1979.</para> # + <para/> # + </listitem> # + </variablelist> # + </para> # </detaileddescription> # </compounddef> # </doxygen> -- Best regards, Brilliantov Kirill Vladimirovich |