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:
parent
b18e5258ed
commit
b36989bfb1
10 changed files with 88 additions and 0 deletions
BIN
testautomation/xml/optional/input/calc/so_binary/chart_export.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/chart_export.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/conditional_formatting.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/conditional_formatting.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/controls01.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/controls01.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/database_ranges.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/database_ranges.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/filter_and_subtotals1.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/filter_and_subtotals1.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/filter_and_subtotals4.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/filter_and_subtotals4.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/matrixformula_and_notes.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/matrixformula_and_notes.sdc
Executable file
Binary file not shown.
BIN
testautomation/xml/optional/input/calc/so_binary/password3.sdc
Executable file
BIN
testautomation/xml/optional/input/calc/so_binary/password3.sdc
Executable file
Binary file not shown.
38
testautomation/xml/optional/input/docbook/informaltable.001.xml
Executable file
38
testautomation/xml/optional/input/docbook/informaltable.001.xml
Executable 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>
|
50
testautomation/xml/optional/input/docbook/informaltable.002.xml
Executable file
50
testautomation/xml/optional/input/docbook/informaltable.002.xml
Executable 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>
|
Loading…
Reference in a new issue