From: Han-Wen Nienhuys Date: Tue, 30 May 2006 16:32:46 +0000 (+0000) Subject: * Documentation/index.html.in: add link to test-results.html page. X-Git-Tag: release/2.9.7~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5cec9e04ae134285db4eb564deb7e79110cf1989;p=lilypond.git * Documentation/index.html.in: add link to test-results.html page. * Documentation/topdocs/NEWS.tely (Top): update NEWS entry. --- diff --git a/ChangeLog b/ChangeLog index 6ff8c92801..ca2cef42e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-05-30 Han-Wen Nienhuys + * Documentation/index.html.in: add link to test-results.html page. + * Documentation/topdocs/NEWS.tely (Top): update NEWS entry. * scm/translation-functions.scm (format-bass-figure): translate diff --git a/Documentation/index.html.in b/Documentation/index.html.in index def2d9d5be..df2928ed94 100644 --- a/Documentation/index.html.in +++ b/Documentation/index.html.in @@ -95,7 +95,7 @@ in PDF)
(definitions for tweaking)
  • - Regression tests (~ 5 Mb, in PDF) + Regression tests (~ 5 Mb, in PDF, comparison)
    (for developers) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 06df7437ca..8a3ee81466 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,6 +66,13 @@ which scares away people. @end ignore +@item +A new, automated testing technique has been added. It will detect +changes in the formatting automatically, which will make it easier to +spot regression errors in the future. + +View @uref{../../test-results.html,test results}. + @item Figured bass can also be added to @code{Staff} contexts directly. In this case, their vertical position is adjusted automatically.