From: Steve F. <sm...@us...> - 2002-08-09 23:47:25
|
Update of /cvsroot/mockobjects/no-stone-unturned/doc/xdocs In directory usw-pr-cvs1:/tmp/cvs-serv5970/doc/xdocs Modified Files: doc-book.xml Log Message: Another attempt at sorting out the pathnames Added draft outline Index: doc-book.xml =================================================================== RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/doc-book.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- doc-book.xml 9 Aug 2002 18:46:01 -0000 1.4 +++ doc-book.xml 9 Aug 2002 23:47:18 -0000 1.5 @@ -1,11 +1,14 @@ <?xml version="1.0"?> <!DOCTYPE book [ <!ENTITY % docbook SYSTEM "file://@docpath@/dtd/docbookx.dtd"> - <!ENTITY % extra_entities SYSTEM "file:@docpath@/extra_entities.xml"> - <!ENTITY chp_brief_intro SYSTEM "file:@docpath@/brief_introduction.xml"> - <!ENTITY testing_guis1 SYSTEM "file:@docpath@/testing_guis_1.xml"> - <!ENTITY chp_random SYSTEM "file:@docpath@/random.xml"> - <!ENTITY notes SYSTEM "file:@docpath@/notes.xml"> + <!ENTITY % extra_entities SYSTEM "file://@docpath@/extra_entities.xml"> + + <!ENTITY part_introduction SYSTEM "file://@docpath@/introduction.xml"> + <!ENTITY chp_how_mocks_happened SYSTEM "file://@docpath@/how_mocks_happened.xml"> + + <!ENTITY part_testing_guis SYSTEM "file://@docpath@/testing_guis_1.xml"> + <!ENTITY chp_random SYSTEM "file://@docpath@/random.xml"> + <!ENTITY notes SYSTEM "file://@docpath@/notes.xml"> %docbook; %extra_entities; ]> @@ -29,10 +32,53 @@ <holder>Steve Freeman</holder> </copyright> </bookinfo> - - &testing_guis1; - <part><title>Living With Unit Testing</title> + + &part_introduction; + + <part> + <title>Larger examples</title> + + <chapter> + <title>Servlets</title> + </chapter> + + <chapter> + <title>JDBC</title> + </chapter> + </part> + + &part_testing_guis; + + <part> + <title>Living with Unit Tests</title> + + <chapter><title>Test organisation</title></chapter> + + <chapter><title>Test smells</title></chapter> + + <chapter><title>Retrofitting unit tests</title></chapter> + </part> + + <part><title>Some other languages</title> + + <chapter> + <title>C++</title> + <para>with Workshare?</para> + </chapter> + + <chapter><title>bash</title></chapter> + + <chapter><title>Dynamic and metaprogramming</title></chapter> + </part> + + <part> + <title>Other patterns</title> &chp_random; </part> + + <part> + <title>Closing</title> + </part> + ¬es; </book> |