summaryrefslogtreecommitdiff
path: root/chart2/qa
AgeCommit message (Collapse)Author
2014-01-16Unit test added for fdo#72345 Up Down Bars are missing after Round tripYogeshBharate
Unit test added to check whether Up Down Bars preserved after Round trip. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Ia427410cf76bc8cd998f399da8e9ad1f9712a076
2014-01-16fdo#72217 : Fix for corruption area chart with data labels after Round Trip.Rajashri
For labels under one series, there were child tags created for every data label individually. for example, if under one series there are five labels, then under <dLbls> there were 5 <dLbl> tags created separately. This issue is resolved now. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I7ae214f413bc27728df8a3d4cb8f4d703cba2f77
2014-01-16fdo#72520 : Exporting sheet external data for chart for docx files.sushil_shinde
- Adding external data path relationship for chart[n].xml for docx files. - Added Unit Test. Change-Id: If48ed21237433ddf6659454dda95d720aabdb300
2013-12-19fdo#72304 Write Chart Data Table information back to XML.Nikhil Walvekar
During export access properties stored during import and write back those. Currently we just support basic chart data table information such as border and outline, there are more properties, which are pending. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Icbc1245fc829f49833a8c307e029c3dd3dc2e0bd
2013-12-19fdo#72306 Axis names were lost after saving file on LO.sushil_shinde
While exporting chart "crosses" position values were not handled properly in chartexport. Fixed this issue by handling "autozero" value for c:crosses. Added unit test. Change-Id: I3489908d4c3d4b41a04debfecf95e65f373649ce
2013-12-14we can enable the tests againMarkus Mohrhard
Change-Id: Id606b832a05c240fc8326849bff97bb4fe7bc906
2013-12-14fix chart export tests correctlyMarkus Mohrhard
we have a static counter that increments chart export file names. So only the first exported file gets the file name chart1.xml and all the following charts are incremented by one even if they are in a different file. Change-Id: Iceaecb554bcb8d134eef7f7e3b11564a68794517
2013-12-14utl::TempFile should not be copiedMarkus Mohrhard
Change-Id: I35d0c96d52b490ef70a0238e715d874f0ecd1012
2013-12-13disable tests for nowMarkus Mohrhard
Change-Id: I4f71d05bdfa1e7668bb1410c4b0a735a9c451d89
2013-12-13improve the error reportingMarkus Mohrhard
Change-Id: I9a1deacea6499bc0b15e3d9d1a375af299ecf493
2013-12-13Remove leftover uncommented commentTor Lillqvist
Change-Id: I5872f884ccc113512d6b5097989aafac6d39b209
2013-12-13fixes for previous commitMarkus Mohrhard
Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373
2013-12-13Added OOXML Unit Test framework for Chart module for export.Pallavi Jadhav
- Referred functions from sw module. Change-Id: I3ae90d40d92de0d67623e73e1676dabcc8a413f6
2013-12-11temporarely disable testStockChart pending integration of needed changesNorbert Thiebaud
Change-Id: I084cbb9a4330a81212852d963181297b5bef22e4
2013-12-11fdo#72226: Fix for Stock chart Invalid RTPallavi Jadhav
Issue : In chart1.xml, <c:chart> <c:plotArea> <c:stockChart> there are four types of series as Open,Low,High and Close. For Open series, <c:ser> <c:idx val="0" /> <c:order val="0" /> an attribute "val" should be 1 and not 0. i.e. index should start from 1 and not from 0. Implementation : - In ChartExport::exportCandleStickSeries(), Using idx variable, we are writing index value which should be greater than 0. So for idx=0, we are adding value 1 while writing index value. - Added Unit tese case for chart export Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I4d5ffefbc8fcf62b50c13ca1b3ed80290962fc4e Reviewed-on: https://gerrit.libreoffice.org/6925 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-11-26Blind fix for sal_Int32/int confusionTor Lillqvist
Change-Id: Ia052922ec323220b8785b1a156e5bc2fbf44c11b
2013-11-26WaE: unused variable 'aService' [loplugin]Tor Lillqvist
Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14
2013-11-26Test trendline properties using an emport -> ixport cycleTomaž Vajngerl
Added a test which checks the preservation of properties for trendlines / regression curves in an export -> import cycle using different file formats - ODS, XLS and XLSX. Change-Id: I59fe6c045f7f503ee074e6a2741fa017756b3018
2013-11-01Unit test for Docx Chart Series NameVinaya Mandke
UT to verify that the series labels are imported (or rendered) as in the docx file. Change-Id: I9e4ade7a905dbb894bc163ecec8c333fa6797818 Reviewed-on: https://gerrit.libreoffice.org/6502 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-30Unit tests for Chart Series NameVinaya Mandke
Added UTS to verify the series names (Labels) for chart series for following- * xls, xlsx, ods * odt Change-Id: I4575a2e7ada9d4cf8b3fa708bd313f9d16244f65 Change-Id: Id291b49bf7547ee7264eb7c0751e416d20ca1e54 Reviewed-on: https://gerrit.libreoffice.org/6383 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-27janitorial: simplify codeLionel Elie Mamane
xStorable is obtained from a XComponent, so use the original instead of requerying a XComponent from the XStorable. Change-Id: Iec5ca6ddcf3eedd193ec04129ba9aa1d13af1d0e
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-19WaE on mac osx buildNorbert Thiebaud
Change-Id: Ief28d2563b66754d00fdc09d6d68ea3a73aff22a
2013-05-13-Werror=maybe-uninitializedStephan Bergmann
Change-Id: I4959f52510b814f4becb47105c7fd61188ab0e31
2013-05-01add test for ooxml error bar exportMarkus Mohrhard
Change-Id: I87f99c8d47770181c3f29c70f1f91a1f3dd421b5
2013-05-01add export test for chartsMarkus Mohrhard
Change-Id: I176f7967d37f3032057758d9aaa5f39c46d29c3d
2013-04-24extract common chart test parts into own headerMarkus Mohrhard
Change-Id: Id41b9c3cd241de9bc5fa1da885bc9a206bca093d
2013-04-22add test case for error bar range importMarkus Mohrhard
Change-Id: I6719731d1b142bc49cdd5b93e8bc22520d5db540
2013-04-22and now our test file can be also a valid ODF1.2 fileMarkus Mohrhard
Change-Id: I5565829385c553b4b83c97f4a6f61b6764f88604
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-28Make test more robustStephan Bergmann
Change-Id: I699cd0b64a789f0529a47f9128267b65ae1d1165
2013-03-24add missing test fileMarkus Mohrhard
Change-Id: I87e2bdf944a3fdf374f8b1f14e44ebc0fdd83d46
2013-03-24add import test for stepped linesMarkus Mohrhard
Change-Id: I5a11bc65ca82719c0e8de94628ae4958afe57aa4
2013-03-06improve chart2 import testMarkus Mohrhard
Change-Id: I0de697ccf779163408755bcd677b2af2e74bd18f
2013-03-05start for an initial chart2 import testMarkus Mohrhard
Change-Id: Iedd531186fccd73704eb3137195a22d3ca005293
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl
... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-12adapt chart regression test to new dumper codeMarkus Mohrhard
Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-04-29more tolerance for tinderboxMarkus Mohrhard
Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0
2012-04-27sberg's tinderbox needs a bit more tolerance than 1%Markus Mohrhard
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
2012-04-27increase the tollerance for x differences for sberg's tinderboxMarkus Mohrhard
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
2012-04-27increase tolerance for now for clang tinderboxMarkus Mohrhard
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
2012-04-27add tolerance to chart regression testMarkus Mohrhard
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27adapt dumper to new xml diffMarkus Mohrhard
2012-04-19enable the chart2 dumper testMarkus Mohrhard
2012-04-01move chart regression test data files to chart2Markus Mohrhard
2011-04-15gbuildize chart2David Tardon
2011-03-28migrate chart2 subsequenttests to gbuildBjoern Michaelsen