Author: paul
Date: 2006-06-19 20:45:05 +0200 (Mon, 19 Jun 2006)
New Revision: 2425
Log:
r11440@frost: paul | 2006-06-19 13:44:52 -0500
Put preface in separate file.
Update dependencies.
Added:
trunk/mysqltest/preface.xml
Modified:
trunk/
trunk/mysqltest/Makefile
trunk/mysqltest/mysqltest.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:10577
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:11438
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7663
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:10577
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:11440
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7663
Modified: trunk/mysqltest/Makefile
===================================================================
--- trunk/mysqltest/Makefile 2006-06-19 18:37:25 UTC (rev 2424)
+++ trunk/mysqltest/Makefile 2006-06-19 18:45:05 UTC (rev 2425)
@@ -31,7 +31,7 @@
MYSQLTEST_SRCS_EXTRA = fixedchars.ent
-MYSQLTEST_SRCS = $(MYSQLTEST_SRCS_EXTRA) mysqltest.xml legalnotice.en.xml copyright.xml introduction.xml tutorial.xml components.xml programs.xml command-reference.xml
+MYSQLTEST_SRCS = $(MYSQLTEST_SRCS_EXTRA) mysqltest.xml legalnotice.en.xml copyright.xml preface.xml introduction.xml components.xml tutorial.xml programs.xml command-reference.xml
mysqltest-prepped.xml: $(MYSQLTEST_SRCS)
Modified: trunk/mysqltest/mysqltest.xml
===================================================================
--- trunk/mysqltest/mysqltest.xml 2006-06-19 18:37:25 UTC (rev 2424)
+++ trunk/mysqltest/mysqltest.xml 2006-06-19 18:45:05 UTC (rev 2425)
@@ -31,27 +31,8 @@
</bookinfo>
- <preface id="preface">
+ <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <title>Preface</title>
-
- <para>
- MySQL distributions include a set of test cases and programs for
- running them. These tools constitute the MySQL test framework that
- provides a means for verifying that MySQL Server and its client
- programs operate according to expectations. The test cases consist
- mostly of SQL statements, but can also use test language
- constructs that control how to run tests and verify their results.
- </para>
-
- <para>
- This manual describes the MySQL test framework. It describes the
- programs used to run tests and the language used to write test
- cases.
- </para>
-
- </preface>
-
<xi:include href="introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="components.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
Added: trunk/mysqltest/preface.xml
===================================================================
--- trunk/mysqltest/preface.xml (rev 0)
+++ trunk/mysqltest/preface.xml 2006-06-19 18:45:05 UTC (rev 2425)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % fixedchars.entities SYSTEM "fixedchars.ent">
+ %fixedchars.entities;
+]>
+<preface id="preface">
+
+ <title>Preface</title>
+
+ <para>
+ MySQL distributions include a set of test cases and programs for
+ running them. These tools constitute the MySQL test framework that
+ provides a means for verifying that MySQL Server and its client
+ programs operate according to expectations. The test cases consist
+ mostly of SQL statements, but can also use test language constructs
+ that control how to run tests and verify their results.
+ </para>
+
+ <para>
+ This manual describes the MySQL test framework. It describes the
+ programs used to run tests and the language used to write test
+ cases.
+ </para>
+
+</preface>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2425 - in trunk: . mysqltest | paul | 19 Jun |