Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74209 - trunk/tools/quickbook/test
From: dnljms_at_[hidden]
Date: 2011-09-03 11:52:14


Author: danieljames
Date: 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
New Revision: 74209
URL: http://svn.boost.org/trac/boost/changeset/74209

Log:
Quickbook: Heading tests for quickbook 1.1
Added:
   trunk/tools/quickbook/test/heading_1_1.gold (contents, props changed)
   trunk/tools/quickbook/test/heading_1_1.quickbook (contents, props changed)
   trunk/tools/quickbook/test/heading_1_3.gold (contents, props changed)
      - copied, changed from r74194, /trunk/tools/quickbook/test/heading.gold
   trunk/tools/quickbook/test/heading_1_3.quickbook (contents, props changed)
      - copied, changed from r74194, /trunk/tools/quickbook/test/heading.quickbook
Removed:
   trunk/tools/quickbook/test/heading.gold
   trunk/tools/quickbook/test/heading.quickbook
Text files modified:
   trunk/tools/quickbook/test/Jamfile.v2 | 3 ++-
   trunk/tools/quickbook/test/heading_1_3.quickbook | 2 +-
   2 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/tools/quickbook/test/Jamfile.v2
==============================================================================
--- trunk/tools/quickbook/test/Jamfile.v2 (original)
+++ trunk/tools/quickbook/test/Jamfile.v2 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
@@ -46,7 +46,8 @@
     [ quickbook-test include_1_6-2 ]
     [ quickbook-test section_1_4 ]
     [ quickbook-test section_1_5 ]
- [ quickbook-test heading ]
+ [ quickbook-test heading_1_1 ]
+ [ quickbook-test heading_1_3 ]
     [ quickbook-test heading_1_6 ]
     [ quickbook-test identifier_1_5 ]
     [ quickbook-test identifier_1_6 ]

Deleted: trunk/tools/quickbook/test/heading.gold
==============================================================================
--- trunk/tools/quickbook/test/heading.gold 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
+++ (empty file)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="header" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
- <title>Header</title> <anchor id="header.header_test"/>
- <bridgehead renderas="sect2" id="header.h0">
- <link linkend="header.header_test">Header Test</link>
- </bridgehead>
- <para>
- Testing headers without sections.
- </para>
- <anchor id="header._not_an_id"/>
- <bridgehead renderas="sect2" id="header.h1">
- <link linkend="header._not_an_id">:Not an Id</link>
- </bridgehead>
- <para>
- Paragraph.
- </para>
- <anchor id="header._not_an_id_again"/>
- <bridgehead renderas="sect3" id="header.h2">
- <link linkend="header._not_an_id_again">:Not an Id again</link>
- </bridgehead>
- <para>
- Paragraph.
- </para>
-</article>

Deleted: trunk/tools/quickbook/test/heading.quickbook
==============================================================================
--- trunk/tools/quickbook/test/heading.quickbook 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
+++ (empty file)
@@ -1,16 +0,0 @@
-[article Header
- [quickbook 1.5]
- [id header]
-]
-
-[heading Header Test]
-
-Testing headers without sections.
-
-[heading:Not an Id]
-
-Paragraph.
-
-[h3:Not an Id again]
-
-Paragraph.
\ No newline at end of file

Added: trunk/tools/quickbook/test/heading_1_1.gold
==============================================================================
--- (empty file)
+++ trunk/tools/quickbook/test/heading_1_1.gold 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<article id="heading_1_1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>Heading 1.1</title> <anchor id=".first_heading"/>
+ <bridgehead renderas="sect1" id="heading_1_1.h0">
+ First heading
+ </bridgehead>
+ <section id="heading_1_1.section">
+ <title>Section</title> <anchor id="section.second_heading"/>
+ <bridgehead renderas="sect2" id="heading_1_1.section.h0">
+ Second heading
+ </bridgehead>
+ </section>
+</article>

Added: trunk/tools/quickbook/test/heading_1_1.quickbook
==============================================================================
--- (empty file)
+++ trunk/tools/quickbook/test/heading_1_1.quickbook 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
@@ -0,0 +1,9 @@
+[article Heading 1.1]
+
+[h1 First heading]
+
+[section Section]
+
+[h2 Second heading]
+
+[endsect]
\ No newline at end of file

Copied: trunk/tools/quickbook/test/heading_1_3.gold (from r74194, /trunk/tools/quickbook/test/heading.gold)
==============================================================================

Copied: trunk/tools/quickbook/test/heading_1_3.quickbook (from r74194, /trunk/tools/quickbook/test/heading.quickbook)
==============================================================================
--- /trunk/tools/quickbook/test/heading.quickbook (original)
+++ trunk/tools/quickbook/test/heading_1_3.quickbook 2011-09-03 11:52:13 EDT (Sat, 03 Sep 2011)
@@ -1,5 +1,5 @@
 [article Header
- [quickbook 1.5]
+ [quickbook 1.3]
     [id header]
 ]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk