$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68878 - branches/quickbook-filenames/tools/quickbook/test/doc-info
From: dnljms_at_[hidden]
Date: 2011-02-14 19:16:45
Author: danieljames
Date: 2011-02-14 19:16:43 EST (Mon, 14 Feb 2011)
New Revision: 68878
URL: http://svn.boost.org/trac/boost/changeset/68878
Log:
Some tests for duplicate docinfo attributes.
Added:
   branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.1.gold   (contents, props changed)
   branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.1.quickbook   (contents, props changed)
   branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.5.gold   (contents, props changed)
   branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.5.quickbook   (contents, props changed)
Text files modified: 
   branches/quickbook-filenames/tools/quickbook/test/doc-info/Jamfile.v2 |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: branches/quickbook-filenames/tools/quickbook/test/doc-info/Jamfile.v2
==============================================================================
--- branches/quickbook-filenames/tools/quickbook/test/doc-info/Jamfile.v2	(original)
+++ branches/quickbook-filenames/tools/quickbook/test/doc-info/Jamfile.v2	2011-02-14 19:16:43 EST (Mon, 14 Feb 2011)
@@ -12,4 +12,6 @@
 
 test-suite quickbook.test :
     [ quickbook-test empty-attributes ]
+    [ quickbook-test duplicates-1.1 ]
+    [ quickbook-test duplicates-1.5 ]
     ;
Added: branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.1.gold
==============================================================================
--- (empty file)
+++ branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.1.gold	2011-02-14 19:16:43 EST (Mon, 14 Feb 2011)
@@ -0,0 +1,35 @@
+<?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">
+<library id="thing2" name="Duplicates 1.1" dirname="thing2" last-revision="Tomorrow"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+  <libraryinfo>
+    <authorgroup>
+    <author>
+      <firstname>Joe</firstname> <surname>Blow</surname>
+    </author>
+    <author>
+      <firstname>Jane</firstname> <surname>Doe</surname>
+    </author>
+    </authorgroup>
+    <copyright>
+      <year>2018</year> <holder>Joe Blow</holder>
+    </copyright>
+    <copyright>
+      <year>1963</year> <holder>Jane Doe</holder>
+    </copyright>
+    <legalnotice>
+      <para>
+        Public Domain
+      </para>
+    </legalnotice>
+    <librarypurpose>
+      Another Duplicate
+    </librarypurpose>
+    <librarycategory name="category:Category 1"></librarycategory> <librarycategory
+    name="category:Category 2"></librarycategory>
+  </libraryinfo>
+  <title>Duplicates 1.1 2</title>
+  <para>
+    Content
+  </para>
+</library>
Added: branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.1.quickbook
==============================================================================
--- (empty file)
+++ branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.1.quickbook	2011-02-14 19:16:43 EST (Mon, 14 Feb 2011)
@@ -0,0 +1,23 @@
+[library Duplicates 1.1
+
+[id thing1]
+[id thing2]
+[dirname thing1]
+[dirname thing2]
+[last-revision Yesterday]
+[last-revision Tomorrow]
+[purpose Test Duplicates]
+[purpose Another Duplicate]
+[category Category 1]
+[category Category 2]
+[version 1]
+[version 2]
+[authors [Blow, Joe]]
+[authors [Doe, Jane]]
+[copyright 2018 Joe Blow]
+[copyright 1963 Jane Doe]
+[license Some license]
+[license Public Domain]
+]
+
+Content
\ No newline at end of file
Added: branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.5.gold
 Added: branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.5.quickbook
==============================================================================
--- (empty file)
+++ branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.5.gold	2011-02-14 19:16:43 EST (Mon, 14 Feb 2011)
@@ -0,0 +1,32 @@
+<?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="thing2" lang="de" dirname="thing2" last-revision="Tomorrow" xmlns:xi="http://www.w3.org/2001/XInclude">
+  <title>Duplicates 1.5 2</title>
+  <articleinfo>
+    <authorgroup>
+    <author>
+      <firstname>Joe</firstname> <surname>Blow</surname>
+    </author>
+    <author>
+      <firstname>Jane</firstname> <surname>Doe</surname>
+    </author>
+    </authorgroup>
+    <copyright>
+      <year>2018</year> <holder>Joe Blow</holder>
+    </copyright>
+    <copyright>
+      <year>1963</year> <holder>Jane Doe</holder>
+    </copyright>
+    <legalnotice>
+      <para>
+        Public Domain
+      </para>
+    </legalnotice>
+    <articlepurpose>
+      Another Duplicate
+    </articlepurpose>
+    <articlecategory name="category:Category 1"></articlecategory> <articlecategory
+    name="category:Category 2"></articlecategory> <biblioid class="uri">http://www.boost.org/tools/quickbook/test/doc-info-2.quickbook>
+    <biblioid class="isbn">0-937383-18-X</biblioid>
+  </articleinfo>
+</article>
==============================================================================
--- (empty file)
+++ branches/quickbook-filenames/tools/quickbook/test/doc-info/duplicates-1.5.quickbook	2011-02-14 19:16:43 EST (Mon, 14 Feb 2011)
@@ -0,0 +1,26 @@
+[article Duplicates 1.5
+[quickbook 1.5]
+
+[id thing1]
+[id thing2]
+[dirname thing1]
+[dirname thing2]
+[last-revision Yesterday]
+[last-revision Tomorrow]
+[purpose Test Duplicates]
+[purpose Another Duplicate]
+[category Category 1]
+[category Category 2]
+[lang en]
+[lang de]
+[version 1]
+[version 2]
+[authors [Blow, Joe]]
+[authors [Doe, Jane]]
+[copyright 2018 Joe Blow]
+[copyright 1963 Jane Doe]
+[license Some license]
+[license Public Domain]
+[biblioid uri http://www.boost.org/tools/quickbook/test/doc-info-2.quickbook]
+[biblioid isbn 0-937383-18-X]
+]
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>