texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8341] sectioning tests remove some tests


From: gavinsmith0123
Subject: [8341] sectioning tests remove some tests
Date: Fri, 19 Oct 2018 15:46:45 -0400 (EDT)

Revision: 8341
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8341
Author:   gavin
Date:     2018-10-19 15:46:44 -0400 (Fri, 19 Oct 2018)
Log Message:
-----------
sectioning tests remove some tests

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/sectioning/Makefile.am
    trunk/tp/tests/sectioning/list-of-tests

Removed Paths:
-------------
    trunk/tp/tests/sectioning/more_nodes_than_sections.texi
    trunk/tp/tests/sectioning/no_section_no_top.texi
    trunk/tp/tests/sectioning/one_node.texi
    trunk/tp/tests/sectioning/res_parser/more_nodes_than_sections/
    trunk/tp/tests/sectioning/res_parser/no_node_chapter_split/
    trunk/tp/tests/sectioning/res_parser/no_section_no_top/
    trunk/tp/tests/sectioning/res_parser/no_section_no_top_no_node/
    trunk/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh
    trunk/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh
    trunk/tp/tests/test_scripts/sectioning_no_section_no_top.sh
    trunk/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh
    trunk/tp/tests/test_scripts/sectioning_one_node.sh
    trunk/tp/tests/test_scripts/sectioning_one_node_no_node.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-19 18:35:24 UTC (rev 8340)
+++ trunk/ChangeLog     2018-10-19 19:46:44 UTC (rev 8341)
@@ -1,5 +1,13 @@
 2018-10-19  Gavin Smith  <address@hidden>
 
+       * tp/tests/sectioning/list-of-tests:
+       (no_section_no_top, no_section_no_top_no_node)
+       (more_nodes_than_sections, one_node_no_node, one_node)
+       (no_node_chapter_split):
+       Remove.  Similar tests exist under tp/t/30sectioning.t.
+
+2018-10-19  Gavin Smith  <address@hidden>
+
        * tp/defs.in: Do not set srcdir if it is already set.
 
        "make distcheck" works again now.

Modified: trunk/tp/tests/sectioning/Makefile.am
===================================================================
--- trunk/tp/tests/sectioning/Makefile.am       2018-10-19 18:35:24 UTC (rev 
8340)
+++ trunk/tp/tests/sectioning/Makefile.am       2018-10-19 19:46:44 UTC (rev 
8341)
@@ -4,14 +4,11 @@
 EXTRA_DIST = \
  at_commands_in_refs.texi \
  equivalent_nodes.texi \
- more_nodes_than_sections.texi \
  more_sections_than_nodes.texi \
  node_footnote.texi \
  nodes_after_top_before_chapter.texi \
  nodes_after_top_before_section.texi \
  no_node.texi \
- no_section_no_top.texi \
- one_node.texi \
  placed_things_before_element.texi \
  sectioning.texi \
  test_refs.texi \

Modified: trunk/tp/tests/sectioning/list-of-tests
===================================================================
--- trunk/tp/tests/sectioning/list-of-tests     2018-10-19 18:35:24 UTC (rev 
8340)
+++ trunk/tp/tests/sectioning/list-of-tests     2018-10-19 19:46:44 UTC (rev 
8341)
@@ -16,19 +16,8 @@
 nodes_after_top_before_section_use_nodes_chapter 
nodes_after_top_before_section.texi -c 'USE_NODES 1' --split chapter
 sectioning_directions sectioning.texi --init test_directions.init
 sectioning_frames sectioning.texi --split chapter -c 'FRAMES 1'
-# called sectioning_part_appendix in t/30sectioning
-no_node_chapter_split no_node.texi --split chapter
 # really different from what is in t/*?
 placed_things_before_element placed_things_before_element.texi
-# called nodes_no_node_top_explicit_directions in t/30sectioning
-no_section_no_top no_section_no_top.texi -c 'USE_NODES 1'
-no_section_no_top_no_node no_section_no_top.texi
-# called chapter_between_nodes in t/30sectioning
-more_nodes_than_sections more_nodes_than_sections.texi
-# called one_node_explicit_directions_anchor in t/30sectioning
-# is it really useful?
-one_node_no_node one_node.texi
-one_node one_node.texi -c 'USE_NODES 1'
 more_sections_than_nodes more_sections_than_nodes.texi
 two_footnotes_in_nodes two_footnotes_in_nodes.texi
 two_footnotes_in_nodes_separated two_footnotes_in_nodes.texi 
--footnote-style=separate

Deleted: trunk/tp/tests/sectioning/more_nodes_than_sections.texi
===================================================================
--- trunk/tp/tests/sectioning/more_nodes_than_sections.texi     2018-10-19 
18:35:24 UTC (rev 8340)
+++ trunk/tp/tests/sectioning/more_nodes_than_sections.texi     2018-10-19 
19:46:44 UTC (rev 8341)
@@ -1,24 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
address@hidden more_nodes_than_sections.info
-
address@hidden Top
address@hidden top section
-Top node
-
address@hidden
-* section node::
address@hidden menu
-
address@hidden Chapter
-
-In chapter
-
address@hidden section node,,,Top
address@hidden section
-
-section.
-
address@hidden
-
address@hidden

Deleted: trunk/tp/tests/sectioning/no_section_no_top.texi
===================================================================
--- trunk/tp/tests/sectioning/no_section_no_top.texi    2018-10-19 18:35:24 UTC 
(rev 8340)
+++ trunk/tp/tests/sectioning/no_section_no_top.texi    2018-10-19 19:46:44 UTC 
(rev 8341)
@@ -1,17 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
address@hidden no_section_no_top
-
-Garbage
-
address@hidden first,,,(dir)
-first node
-
address@hidden
-* second node::
address@hidden menu
-
address@hidden second node,,first,first
-second node
-
address@hidden

Deleted: trunk/tp/tests/sectioning/one_node.texi
===================================================================
--- trunk/tp/tests/sectioning/one_node.texi     2018-10-19 18:35:24 UTC (rev 
8340)
+++ trunk/tp/tests/sectioning/one_node.texi     2018-10-19 19:46:44 UTC (rev 
8341)
@@ -1,21 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
address@hidden one_node
-
-Garbage
-
address@hidden one node,,,(dir)
-Top node
-
-anchor ref @anchor{ref}.
-
address@hidden
-* (somemanual):: ref to some manual
address@hidden menu
-
-
-ref to ref @ref{ref}.
-
-Some text.
-
address@hidden

Deleted: trunk/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh
===================================================================
--- trunk/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh  
2018-10-19 18:35:24 UTC (rev 8340)
+++ trunk/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh  
2018-10-19 19:46:44 UTC (rev 8341)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=sectioning
-name='more_nodes_than_sections'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh
===================================================================
--- trunk/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh     
2018-10-19 18:35:24 UTC (rev 8340)
+++ trunk/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh     
2018-10-19 19:46:44 UTC (rev 8341)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=sectioning
-name='no_node_chapter_split'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/sectioning_no_section_no_top.sh
===================================================================
--- trunk/tp/tests/test_scripts/sectioning_no_section_no_top.sh 2018-10-19 
18:35:24 UTC (rev 8340)
+++ trunk/tp/tests/test_scripts/sectioning_no_section_no_top.sh 2018-10-19 
19:46:44 UTC (rev 8341)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=sectioning
-name='no_section_no_top'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh
===================================================================
--- trunk/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh 
2018-10-19 18:35:24 UTC (rev 8340)
+++ trunk/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh 
2018-10-19 19:46:44 UTC (rev 8341)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=sectioning
-name='no_section_no_top_no_node'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/sectioning_one_node.sh
===================================================================
--- trunk/tp/tests/test_scripts/sectioning_one_node.sh  2018-10-19 18:35:24 UTC 
(rev 8340)
+++ trunk/tp/tests/test_scripts/sectioning_one_node.sh  2018-10-19 19:46:44 UTC 
(rev 8341)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=sectioning
-name='one_node'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/sectioning_one_node_no_node.sh
===================================================================
--- trunk/tp/tests/test_scripts/sectioning_one_node_no_node.sh  2018-10-19 
18:35:24 UTC (rev 8340)
+++ trunk/tp/tests/test_scripts/sectioning_one_node_no_node.sh  2018-10-19 
19:46:44 UTC (rev 8341)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=sectioning
-name='one_node_no_node'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]