$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59544 - trunk/tools/quickbook/test
From: daniel_james_at_[hidden]
Date: 2010-02-07 03:56:42
Author: danieljames
Date: 2010-02-07 03:56:41 EST (Sun, 07 Feb 2010)
New Revision: 59544
URL: http://svn.boost.org/trac/boost/changeset/59544
Log:
Add to the include test.
Added:
   trunk/tools/quickbook/test/include_1_5.gold   (contents, props changed)
      - copied, changed from r59543, /trunk/tools/quickbook/test/include.gold
Removed:
   trunk/tools/quickbook/test/include.gold
Text files modified: 
   trunk/tools/quickbook/test/include_1_5.gold      |     6 ++++++                                  
   trunk/tools/quickbook/test/include_1_5.quickbook |     3 ++-                                     
   2 files changed, 8 insertions(+), 1 deletions(-)
Deleted: trunk/tools/quickbook/test/include.gold
==============================================================================
--- trunk/tools/quickbook/test/include.gold	2010-02-07 03:56:41 EST (Sun, 07 Feb 2010)
+++ (empty file)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="include-test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
- xmlns:xi="http://www.w3.org/2001/XInclude">
-  <title>Include Test</title>
-  <articleinfo>
-  </articleinfo>
-  <section id="include_test_sub_document.test">
-    <title><link linkend="include_test_sub_document.test"> Test</link></title>
-    <para>
-      Just testing.
-    </para>
-  </section>
-</article>
Copied: trunk/tools/quickbook/test/include_1_5.gold (from r59543, /trunk/tools/quickbook/test/include.gold)
==============================================================================
--- /trunk/tools/quickbook/test/include.gold	(original)
+++ trunk/tools/quickbook/test/include_1_5.gold	2010-02-07 03:56:41 EST (Sun, 07 Feb 2010)
@@ -11,4 +11,10 @@
       Just testing.
     </para>
   </section>
+  <section id="foo.test">
+    <title><link linkend="foo.test"> Test</link></title>
+    <para>
+      Just testing.
+    </para>
+  </section>
 </article>
Modified: trunk/tools/quickbook/test/include_1_5.quickbook
==============================================================================
--- trunk/tools/quickbook/test/include_1_5.quickbook	(original)
+++ trunk/tools/quickbook/test/include_1_5.quickbook	2010-02-07 03:56:41 EST (Sun, 07 Feb 2010)
@@ -4,4 +4,5 @@
 ]
 
 [include include-sub.quickbook]
-[include include-sub2.quickbook]
\ No newline at end of file
+[include include-sub2.quickbook]
+[include:foo include-sub2.quickbook]
\ No newline at end of file