]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix test bugs
authorNorman Walsh <ndw@nwalsh.com>
Sun, 16 Oct 2005 20:39:21 +0000 (20:39 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 16 Oct 2005 20:39:21 +0000 (20:39 +0000)
testdocs/tests/5.0/mathphrase.001.xml
testdocs/tests/5.0/termdef.001.xml
testdocs/tests/table.006.xml
testdocs/tests/table.016.xml

index 9e1d51d3cbbf0cad476929373ed1252c04c2a944..5f579e1cae8440c3dca881131d5d3e2147f5059e 100644 (file)
@@ -1,4 +1,4 @@
-<article xmlns="http://docbook.org/docbook-ng">
+<article xmlns="http://docbook.org/ns/docbook">
 <info>
 <title>Unit Test: mathphrase.001</title>
 <releaseinfo role="CVS">$Id$</releaseinfo>
index 928ccff80358d41c4c323ea814162cf5129550e2..c5ded74e378ab37d75349783f71b8b9d954c7312 100644 (file)
@@ -1,4 +1,4 @@
-<article xmlns="http://docbook.org/docbook-ng">
+<article xmlns="http://docbook.org/ns/docbook">
 <info>
 <title>Unit Test: termdef.001</title>
 <releaseinfo role="CVS">$Id$</releaseinfo>
index c9442feeadea65c895c8d81ff90b7ba1920e3213..c7feb835ad4af3729e248794aaba1e83afb4b6cb 100644 (file)
 <para>Tic Tac Toe (the perverse way, using colsep on colspec and rowsep on rows):</para>
 
 <informaltable frame="none">
-<tgroup cols="3" rowsep="0" colsep="0">
+<tgroup cols="3">
 <colspec colnum="1" colsep="1"/>
 <colspec colnum="2" colsep="1"/>
 <tbody>
 <para>Box in the middle:</para>
 
 <informaltable frame="none">
-<tgroup cols="3">
+<tgroup cols="3" rowsep="0" colsep="0">
 <tbody>
 <row>
 <entry>a foo</entry>
index ee2b2ac5e451ddfa6e395d2621689717dc3984bb..d2985dcd6a8e82ceb19eb0ad46184879fb6e83ca 100644 (file)
@@ -40,14 +40,20 @@ $Id$
     </informaltable>
 
   </td>
-  <td></td>
+  <td>Four</td>
+</tr>
+<tr>
+  <td>One</td>
   <td>Four</td>
 </tr>
 <tr>
   <td>One</td>
   <td colspan="2" rowspan="2">
   </td>
-  <td></td>
+  <td>Four</td>
+</tr>
+<tr>
+  <td>One</td>
   <td>Four</td>
 </tr>
 <tr>