summaryrefslogtreecommitdiff
path: root/sc/qa/unit/data/ods
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida1-0/+0
Just to preserve the old (and correct) behavior. Change-Id: I229e0b80097f6d70ff3023072b52576815010b15
2013-04-08fdo#62116: Unit test for the fix.Kohei Yoshida1-0/+0
For now, we'll only check whether or not those field items with formats get imported at all. We should add additional checks for their formats later. Change-Id: I5a8f01a6e2594b8c97183a43fc4f3417df6fb561
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida1-0/+0
Field objects can have formats applied to them, and when they do, they appear inside a <text:span> element. Change-Id: I7b4346389f393a4ddf708670b2c524a6594128b5
2013-04-08fdo#62116: Add failing cell content to the test file.Kohei Yoshida1-0/+0
Change-Id: I8139c5b65f5953ad62047ee87f298b68141086b1
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard1-0/+0
Change-Id: I6ce6292a490ef39c111aa7f4c0a5ada0d45c16bc
2013-03-22remove two unused test filesMarkus Mohrhard1-0/+0
Change-Id: If7d4167424f5a80733bed9f58e488e6a2a44d12d
2013-03-22add import test for color scalesMarkus Mohrhard1-0/+0
Change-Id: Ie85f8efd520aaf4e10b560c637a74fbd9e25530b
2013-03-22update the test filesMarkus Mohrhard1-0/+0
Change-Id: I0285e9d6739e7f2a9882fd19f03524482128e2d2
2013-03-22add import test for data barsMarkus Mohrhard1-0/+0
Change-Id: Ida98e51a7f9970c7d4c845f5a6ac1566cbed9e3a
2013-02-26add some shape anchor related tests ( for rotated shapes )Noel Power3-0/+0
Change-Id: I6363c408c1205c99cd11cada3877a3006022d06b
2013-02-11Add new filter test for raw cell value import from ods.Kohei Yoshida1-0/+0
If import of raw cell values doesn't work, all bets are off. Let's make sure it does. We'll add more test cases to this file as the need arises. Change-Id: I1469c285e6e87056406415bd8c767890c153b2b5
2013-02-11add unittest for fdo#59240Korrawit Pruegsanusak1-0/+0
Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31 Reviewed-on: https://gerrit.libreoffice.org/2078 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-04moved the export row check to qahelper, made it useful for import/exportNoel Power2-0/+0
Moved old row test from export to qahelper in order that it can be shared with the import only tests, also added some new test documents and test data for some additional row height checking Change-Id: I023844b8dba8935d4bcdaac7fd16496e99251d78
2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza1-0/+0
In calc, we see a lot of implementations of createFileURL. So get ride of all it and start to use the UnoAPitest::createFileURL method. Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and moved some testing files to the right dir that the file belongs. Conflicts: sc/qa/extras/scoutlineobj.cxx Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2
2013-01-30correctly handle repeated row heights for empty rows ( fdo#59973 )Noel Power1-0/+0
it seems both xls & xlsx export suffer from problems with multiple row heights repeated ( if those rows are empty ) Change-Id: I3ed68a81517a3e55d1de1954fcb99e7cb39be337
2013-01-25improve the tests for cached value importMarkus Mohrhard3-0/+0
The test now also tests for Err:* import and checks that these have been imported as error values and not only as text values. Future clean-up: Merge the cached matrix test file into the cached value one. Change-Id: I9c0a06f058ff6620bd7ca169b3bee07a5430997e
2013-01-25improve tests for cached value importMarkus Mohrhard1-0/+0
Change-Id: I8e5f8cb351792b53c89658074e41dff3a3c4d9db
2013-01-24New test for importing chart object with references to cell ranges.Kohei Yoshida1-0/+0
Change-Id: I2167d1a2c7ea70415581caf29acf620e4b116e69
2013-01-15add test case for fdo#59293Markus Mohrhard1-0/+0
Change-Id: I5972a2805d8bc03b84a42fbba4b67923b3b77249
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida1-0/+0
Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99
2013-01-04add unit test for dependency tree during ods importMarkus Mohrhard1-0/+0
Change-Id: I92bff38304959237042b9a0078be25948d642b25
2013-01-04New ods test document to check the import of row height values.Kohei Yoshida1-0/+0
Test disabled as it currently fails. Change-Id: I33ea3c95357fd7fdb9deaba30372567cfb69ebd6
2012-10-19add test case for the MATCH functionMarkus Mohrhard1-0/+0
Change-Id: I627f4b579a5619e788df3726d2bd72a7f4cec964
2012-10-19fix problem with conditional formats in formats.odsMarkus Mohrhard1-0/+0
Change-Id: I2dd43c333c7631545e464d1e28ff33ec93e8312f
2012-09-23improve the color Scale testMarkus Mohrhard1-0/+0
Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96
2012-08-27Add unit test for pivot table import from ods.Kohei Yoshida1-0/+0
Change-Id: I7e7bf5746636e0f13aaaec91d526ac59f6054796
2012-08-15New border test for Calc, checks all the widthsArtur Dorda1-0/+0
Change-Id: I44849ae8e8c174d1b14e10477f31dedaccaee293
2012-08-14New unit test for importing cell-anchored shapes from ods.Kohei Yoshida1-0/+0
Change-Id: I3cedafaf1862c69a40a7973ed056bf595f9e7d20
2012-08-13add simple test for ods color scale importMarkus Mohrhard1-0/+0
Change-Id: I539c6bfec17febbdd97c724fbde55b75da7700f6
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston1-0/+0
Change-Id: If00d424ebe0d82284c3281c3362f2a9e52ee384e
2012-07-12Add test case for ODS column width importDaniel Bankston1-0/+0
-This also re-enables ScFiltersTest::testFormatsODS, but disables checks for row height import which was causing win tinderbox failures. -If checks for column width cause win tinderbox failures, we may need to temporarily disable them too until we find out cause of failures. Change-Id: Ibfef98d412cf0a25b98d739ad53308dac09ed370
2012-07-11Add test for volatile functions for ODS importDaniel Bankston1-0/+0
Change-Id: If2f85e32ddeb9f25b4a355ce5451dc04925bbbc9
2012-07-11Expand cached matrix formula result test case to include other potential probsDaniel Bankston1-0/+0
Change-Id: Idb036ffdf09ee92b34118d9f52ea1d06c15fb31b
2012-07-11Add test for cached matrix formula resultsDaniel Bankston1-0/+0
-Includes test case for cached formula result errors Change-Id: I446240daffdbd6cd7ebd3c3b8dc2305c789d8519
2012-07-11Add test for hard recalcDaniel Bankston1-0/+0
Change-Id: I0fdbac47d6049d4a8b0b100eb1ce0fdab3eed262
2012-06-20Add test case for cell text with line breaksDaniel Bankston1-0/+0
Change-Id: Ibecefc21048817a566357ac3a65ee9a74a5af9fc
2012-06-20Add test case for i53253 to formats unit testDaniel Bankston1-0/+0
-Added test case for i53253 where a cell has text with different styles and space between the text. Change-Id: I69afa689dcb28d15b22ebed2d97e4b60178d6101
2012-06-17Add unit test for ODS import of Data ValidityDaniel Bankston1-0/+0
The unit test checks for the proper importation of the test document's 1) data validation entries 2) data validity of associate cells 3) content Change-Id: I2858663c1d988557fc3783ecaf74892d370c1c93
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston1-0/+0
Existing unit tests did not check if cells were merged correctly on more than one sheet. Change-Id: Ibd4d29abd7345afc95fede2a17c7e498d8cac3d9
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston1-0/+0
Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f
2012-06-17Commit files used in repeated columns unit testDaniel Bankston1-0/+0
Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086
2012-06-15Extend current database range unit test to also check xls and xlsxDaniel Bankston1-0/+0
Since Excel doesn't support named database ranges, I also added tests for unnamed database ranges for ods, xls, and xlsx. Change-Id: I491324883c95cf2edb13c0561e975a13d13ba7d7
2012-04-01move chart regression test data files to chart2Markus Mohrhard1-0/+0
2012-04-01first part of border import testMarkus Mohrhard1-0/+0
2012-03-28add chart regression testMarkus Mohrhard1-0/+0
test is based on qa::Dumper and dumps the layout of the chart
2012-03-23.ods files don't need executable bitsMichael Stahl1-0/+0
2012-03-18add test case for fdo#40426Markus Mohrhard1-0/+0
2012-02-21add test case for old password algorithm, related fdo#45171Markus Mohrhard1-0/+0
2012-02-05add some more test casesMarkus Mohrhard1-0/+0
2012-02-05add some helpful entries to test fileMarkus Mohrhard1-0/+0