[PATCH] test: Move tests from emacs to emacs-show

Tomi Ollila tomi.ollila at iki.fi
Thu Oct 18 03:19:32 PDT 2012


On Thu, Oct 18 2012, Ethan Glasser-Camp wrote:

> This requires changing the contents of the crypto tests, as one thread
> that was marked read by the earlier tests in test/emacs is no longer
> marked read.
>
> This moves tests for:
>
> - 09d19ac "test: emacs: toggle eliding of non-matching messages in
>    `notmuch-show'", which should have actually read: "test: emacs:
>    toggle processing of cryptographic MIME parts in `notmuch-show'".
>    See commit 19ec74c5.
>
> - 5ea1dbe "test: emacs: toggle eliding of non-matching messages in
>   `notmuch-show'"
>
> - 345faab "test: emacs: toggle thread content indentation in
>   `notmuch-show'"
>
> Signed-off-by: Ethan Glasser-Camp <ethan at betacantrips.com>
> ---
> I screwed up with git commit --amend or something on the last patch,
> so David Bremner suggested that I take advantage of the situation to
> write this patch, which does something useful as a side effect.

+1

Tomi

>
>  test/emacs                                         |   67 -----------------
>  test/emacs-show                                    |   71 ++++++++++++++++++
>  .../notmuch-show-elide-non-matching-messages-off   |   79 ++++++++++++++++++++
>  .../notmuch-show-elide-non-matching-messages-on    |   75 +++++++++++++++++++
>  .../notmuch-show-indent-thread-content-off         |   79 ++++++++++++++++++++
>  .../notmuch-show-process-crypto-mime-parts-off     |   31 ++++++++
>  .../notmuch-show-process-crypto-mime-parts-on      |   32 ++++++++
>  .../notmuch-show-elide-non-matching-messages-off   |   79 --------------------
>  .../notmuch-show-elide-non-matching-messages-on    |   75 -------------------
>  .../notmuch-show-indent-thread-content-off         |   79 --------------------
>  .../notmuch-show-process-crypto-mime-parts-off     |   31 --------
>  .../notmuch-show-process-crypto-mime-parts-on      |   32 --------
>  12 files changed, 367 insertions(+), 363 deletions(-)
>  create mode 100644 test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-off
>  create mode 100644 test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-on
>  create mode 100644 test/emacs-show.expected-output/notmuch-show-indent-thread-content-off
>  create mode 100644 test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-off
>  create mode 100644 test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-on
>  delete mode 100644 test/emacs.expected-output/notmuch-show-elide-non-matching-messages-off
>  delete mode 100644 test/emacs.expected-output/notmuch-show-elide-non-matching-messages-on
>  delete mode 100644 test/emacs.expected-output/notmuch-show-indent-thread-content-off
>  delete mode 100644 test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-off
>  delete mode 100644 test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-on
>


More information about the notmuch mailing list