crossley    02/01/18 22:13:39

  Modified:    src/documentation/xdocs book.xml catalog-test.xml
               src/documentation/xdocs/installing book.xml
  Added:       src/documentation/xdocs/installing tests.xml
  Log:
  Move the "Tests" section off the front pages and into the installing/ area.
  Add initial overview of testing (e.g. build test).
  
  Revision  Changes    Path
  1.4       +1 -5      xml-cocoon2/src/documentation/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/book.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- book.xml  17 Jan 2002 06:30:55 -0000      1.3
  +++ book.xml  19 Jan 2002 06:13:39 -0000      1.4
  @@ -18,6 +18,7 @@
       <menu-item label="cTwIG" href="ctwig/index.html"/>
       <menu-item label="Users" href="userdocs/index.html"/>
       <menu-item label="Developers" href="developing/index.html"/>
  +    <menu-item label="List of Docs" href="doclist.html"/>
     </menu>
   
     <menu label="Links">
  @@ -25,7 +26,6 @@
     </menu>
   
     <menu label="Infos">
  -    <menu-item label="List of Docs" href="doclist.html"/>
       <menu-item label="Who we are" href="who.html"/>
       <menu-item label="Contributing" href="contrib.html"/>
       <menu-item label="3rd Party" href="3rdparty.html"/>
  @@ -50,10 +50,6 @@
       <external label="Dev Snapshots" 
href="http://xml.apache.org/from-cvs/xml-cocoon2/"/>
       <menu-item label="Mail Lists" href="mail-lists.html"/>
       <menu-item label="Mail Archives" href="mail-archives.html"/> 
  -  </menu>
  -
  -  <menu label="Tests">
  -    <menu-item label="Catalog Test" href="catalog-test.html"/>
     </menu>
   
   </book>
  
  
  
  1.2       +2 -2      xml-cocoon2/src/documentation/xdocs/catalog-test.xml
  
  Index: catalog-test.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/catalog-test.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- catalog-test.xml  3 Jan 2002 12:31:01 -0000       1.1
  +++ catalog-test.xml  19 Jan 2002 06:13:39 -0000      1.2
  @@ -9,12 +9,12 @@
   
   <document>
    <header>
  -  <title>Testing: Entity resolver</title>
  +  <title>Testing: Catalog Entity Resolver</title>
     <subtitle>Test document to ensure external entity resolution</subtitle>
     <version>1.0</version> 
     <type>Technical document</type> 
     <authors>
  -   <person name="David Crossley" email="[EMAIL PROTECTED]"/>
  +   <person name="David Crossley" email="[EMAIL PROTECTED]"/>
     </authors>
    </header>
   
  
  
  
  1.2       +4 -0      xml-cocoon2/src/documentation/xdocs/installing/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml  3 Jan 2002 12:31:03 -0000       1.1
  +++ book.xml  19 Jan 2002 06:13:39 -0000      1.2
  @@ -15,6 +15,10 @@
       <menu-item label="Jars" href="jars.html"/>
     </menu>
   
  +  <menu label="Testing">
  +    <menu-item label="Overview" href="tests.html"/>
  +  </menu>
  +
   </book>
   
   
  
  
  
  1.1                  xml-cocoon2/src/documentation/xdocs/installing/tests.xml
  
  Index: tests.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" 
"../dtd/document-v10.dtd">
  
  <document>
   <header>
    <title>Testing your Apache Cocoon</title>
    <version>1.0</version> 
    <type>Technical document</type> 
    <authors>
     <person name="David Crossley" email="[EMAIL PROTECTED]"/>
    </authors>
   </header>
  
   <body>
   <s1 title="Overview of testing procedures">
    <p>
     There are some initial procedures available for you to ensure that
     Apache Cocoon can run properly on your particular computing platform.
     (You can build upon this infrastructure to add your own tests.)
    </p>
  
    <ul>
     <li>
      Run &quot;<code>build test</code>&quot; to conduct an initial set of
      automated JUnit test cases,
      e.g. test the methods for getting platform-dependent filesystem pathnames;
      e.g. ensure that Catalog Entity Resolver works properly
     </li>
    </ul>
  
    <p>Other tests ...</p>
  
    <ul>
     <li>
      <link href="../catalog-test.html">Testing: Catalog Entity Resolver</link>
      which conducts some additional tests for resolving external entities.
     </li>
    </ul>
   </s1>
  
   </body>
  </document>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to