summaryrefslogtreecommitdiff
path: root/sc/qa/unit/data/xml
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-02-15 09:57:44 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-02-15 14:10:48 +0000
commit3914491f0717a1842bf9a29a399bb5ef0c2f2db4 (patch)
tree407fce3297cf7b835960a9bb0d5bc52a80f4f3ec /sc/qa/unit/data/xml
parentdb54b5e778828279394bbe310358e40dac27bf13 (diff)
tdf#153444: sc_subsequent_filters_test: Add unittest
Change-Id: I9b58c396f18764e1821f7d5063bba5559bfbf021 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147043 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/data/xml')
-rw-r--r--sc/qa/unit/data/xml/tdf153444.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/sc/qa/unit/data/xml/tdf153444.xml b/sc/qa/unit/data/xml/tdf153444.xml
new file mode 100644
index 000000000000..7ff6d5c7c121
--- /dev/null
+++ b/sc/qa/unit/data/xml/tdf153444.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<?mso-application progid="Excel.Sheet"?>
+<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:o="urn:schemas-microsoft-com:office:office"
+ xmlns:x="urn:schemas-microsoft-com:office:excel"
+ xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:html="http://www.w3.org/TR/REC-html40">
+ <Worksheet ss:Name="iso-8859-12">
+ <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="0000004036" x:FullColumns="1"
+ x:FullRows="1" ss:DefaultColumnWidth="60">
+ <Row>
+ <Cell><Data ss:Type="String">time, sec</Data></Cell>
+ <Cell><Data ss:Type="String">Body_Right_Z, g</Data></Cell>
+ <Cell><Data ss:Type="String">Body_Left_Z, g</Data></Cell>
+ <Cell><Data ss:Type="String">, m/m</Data></Cell>
+ <Cell><Data ss:Type="String">, m/m</Data></Cell>
+ <Cell><Data ss:Type="String">, m/m</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">+0.0000000e+00</Data></Cell>
+ <Cell><Data ss:Type="Number">-2.7905207e-04</Data></Cell>
+ <Cell><Data ss:Type="Number">-1.6600988e-04</Data></Cell>
+ <Cell><Data ss:Type="Number">+0.0000000e+00</Data></Cell>
+ <Cell><Data ss:Type="Number">+0.0000000e+00</Data></Cell>
+ <Cell><Data ss:Type="Number">+0.0000000e+00</Data></Cell>
+ </Row>
+ </Table>
+ </Worksheet>
+</Workbook>