INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED

2008/07/04 17:07:59 jsi 1.1.2.1: #i91336#
Adding the modul xml to testautomation
Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Rüdiger Timm 2008-07-11 06:48:04 +00:00
parent b18e5258ed
commit b36989bfb1
10 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: informaltable.001</title>
<releaseinfo role="CVS">$Id: informaltable.001.xml,v 1.2 2008-07-11 07:47:52 rt Exp $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
<affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>
<!--
+........+........+........+........+
| | B | | D |
+ A +........+ C +........+
| | | | E |
+........+........+........+........+
-->
<informaltable frame="all">
<tgroup cols="4">
<colspec colname="c4a" colnum="4"/>
<tbody>
<row>
<entry morerows="1">A</entry>
<entry>B</entry>
<entry morerows="1">C</entry>
<entry>D</entry>
</row>
<row>
<entry namest="c4a">E</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</article>

View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: informaltable.002</title>
<releaseinfo role="CVS">$Id: informaltable.002.xml,v 1.2 2008-07-11 07:48:04 rt Exp $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
<affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>
<!--
+........+........+........+........+
| A | B | C | D |
+........+........+ + +
| E | F | | |
+ +........+ + +
| | G | | |
+ +........+........+........+
| | H | | I |
+........+........+........+........+
-->
<informaltable frame="all">
<tgroup cols="4">
<colspec colname="c4b" colnum="4"/>
<tbody>
<row>
<entry>A</entry>
<entry>B</entry>
<entry morerows="2">C</entry>
<entry morerows="2">D</entry>
</row>
<row>
<entry morerows="2">E</entry>
<entry>F</entry>
</row>
<row>
<entry>G</entry>
</row>
<row>
<entry>H</entry>
<entry namest="c4b">I</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</article>