From: Eric Ludlam Date: Sun, 31 Mar 2013 16:02:26 +0000 (-0400) Subject: Don't check contents after initial fil X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=feb202556c7f9625a6381e395be1ac390ebe0d5d;p=emacs.git Don't check contents after initial fil * test/manual/cedet/cit-texi.el: (cit-srecode-fill-texi): Do not check contents after initial fill. See comment for why. --- diff --git a/test/manual/cedet/cit-texi.el b/test/manual/cedet/cit-texi.el index b8dffac5fd5..c3b3cb71a0c 100644 --- a/test/manual/cedet/cit-texi.el +++ b/test/manual/cedet/cit-texi.el @@ -1,6 +1,6 @@ ;;; cit-texi.el --- testing Texinfo support. -;; Copyright (C) 2008 Eric M. Ludlam +;; Copyright (C) 2008, 2013 Eric M. Ludlam ;; Author: Eric M. Ludlam @@ -63,8 +63,10 @@ ;; 2 b) Test various templates. - (cit-srecode-fill-with-stuff "src/foodoc.texi" cit-doc-tags - "NAME" "All about the FOO.") + ;; We can't test the inserted resutls because the empty insert creates a + ;; section that isn't part of cit-doc-tags, but is discovered by the validator. + (cit-srecode-fill-with-stuff-notest "src/foodoc.texi" cit-doc-tags + "NAME" "All about the FOO.") (re-search-forward "@menu\n") (sit-for 0)