summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)Author
2014-08-09add test-case for EDB-22679Caolán McNamara
Change-Id: Ie4e8548e3202cb1561276ef7480281053867b6fe
2014-08-07add test-case for EDB-29664Caolán McNamara
Change-Id: Ib57c7846523f7b8b3b08d19355e10a47c778a524
2014-08-07add test-case for EDB-22310Caolán McNamara
Change-Id: I6a7b659b562218e4bdd1b1badf655f65266e8d85
2014-08-07add test-case for EDB-22655Caolán McNamara
Change-Id: I96c8ea50425ed82cbbd1f235bd778621956b59ba
2014-08-07add test-case for CVE-2007-1735Caolán McNamara
Change-Id: If505b45bd197fb24a2bacaf44cb46f84de8b61ff
2014-08-07add EDB-14344 testcaseCaolán McNamara
Change-Id: Ia4c6486d2d54103951765ce3e273dece6f022372
2014-07-16make keynote detection a bit more robustDavid Tardon
Change-Id: I947bc5867a6b61a923d47cad48d04ab5fc2769c9
2014-07-16fdo#81113 always run the actual detectionDavid Tardon
The old code only run detection if an UCBContent property was passed. That means that any time the function got only InputStream, it claimed that it was a Keynote presentation. Change-Id: I377828229e7e95384257bde247612d7768307581
2014-06-27integrate libpagemakerDavid Tardon
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-06-07oops, libwpd -> librevengeDavid Tardon
Change-Id: I17562f0231d54ba46d009f3270af1d5e729f40a9
2014-06-06fix typo in test file nameDavid Tardon
Change-Id: I12bfa086577fcb56cabffcca2eda675d02791fde
2014-06-05Fix memory leakStephan Bergmann
Change-Id: I74001eb033abd7ceb10da60ea707f876d9f22c08
2014-06-05add more test documents for libmwawDavid Tardon
Change-Id: Id31953720634cbfd838869ac2470b088da09caae
2014-06-04and of course, GreatWorks test files fail to load on WindowsDavid Tardon
Change-Id: Ic102312af8b3c3218c79b7de9f57126ab4606176
2014-06-04pass UCBContent to the filters tooDavid Tardon
Change-Id: I75e4b3226d47ba9cc19e8c6b0e38938e4d7ceb17
2014-06-04loading of these fails on windowsDavid Tardon
Change-Id: Ibb9590419d965b789330ce149b88ba8be4e440d0
2014-06-04add random unversioned test file for libvisioDavid Tardon
Change-Id: I36fb1f845dacad3a409b0f089b207fa284c5733a
2014-06-04add random unversioned test file for libmspubDavid Tardon
Change-Id: I1d5841870543c4d8dc1afc1e714b2591431f0f62
2014-06-04add random unversioned test files for libcdrDavid Tardon
Change-Id: I9db735d7363e912edc1528c8964e665f1a4c8056
2014-06-04add more test drawings/paintings for libmwawDavid Tardon
Change-Id: I7a85c7b7eae2abf29ff1a5742e1218346b1f9e00
2014-06-04add unit test for writerperfect::DirectoryStreamDavid Tardon
Change-Id: I53aaf2355d9f3071544ebcaaee01bd44a30f88fc
2014-06-04ensure writerperfect::DirectoryStream only works for dirsDavid Tardon
Change-Id: I588d295d72a600710324ee936d0c2291872c1d73
2014-06-04add convenience functions to handle dirsDavid Tardon
Change-Id: I81c94565e09e0d839d95bf4f09b029838bb37ad5
2014-06-04move CppUnit plugin def. to separate source fileDavid Tardon
Change-Id: Id946419274728f96e1de41cffe84280e37e87ab3
2014-06-04add some test documents for libwpsDavid Tardon
Change-Id: I20aa49212b6ecbb819c9671b5c144f294653ab47
2014-06-04add some test drawings/paintings for libmwawDavid Tardon
Change-Id: Id0f5aa7fbb92d15bbe877e85dd60b51107f49168
2014-06-04add more test spreadsheets for libmwawDavid Tardon
Change-Id: I8810b84d2675ba3695578b5ed87c32dd1a686ae9
2014-06-04Missing gb_CppunitTest_use_vclStephan Bergmann
Change-Id: I803fb17e29f5548897751a212565e8e60f8f8bf5
2014-06-04DeInitVCL at end of testsStephan Bergmann
This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
2014-06-03and another one...David Tardon
Change-Id: I24c146c7372bedf9a70b9739e44968f09b0ba77a
2014-06-03yet another test file that fails to load on windowsDavid Tardon
Change-Id: I5e8b171e4603ce45ae8f31c6a3d7264f597d8898
2014-06-03add test spreadsheets and databases for libwpsDavid Tardon
Change-Id: Ied47fbad448b29cdbd6c96079e770305e5b02d63
2014-06-03add test spreadsheets and databases for libmwawDavid Tardon
Change-Id: I3443b29b8f18e40f53d889fda0dd4a5c41579eeb
2014-06-03do not disable complete test, just the one fileDavid Tardon
Change-Id: I1acccba8c2ef44d76c13eadb97d03119f08baa1d
2014-06-03drop useless const_castDavid Tardon
Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946
2014-06-03drop useless const_castDavid Tardon
Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
2014-06-03getDataStream() returns non-const ptr nowDavid Tardon
Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
2014-05-30writerperfect: Let's disable this test until it works on Windows.Jan Holesovsky
Would be unfortunate to have a non-working Windows tinderboxes over the weekned. Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d
2014-05-30reading from a stream must start at the beginningDavid Tardon
Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b
2014-05-30generalize this for Zip tooDavid Tardon
Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac
2014-05-30fix creation of substreams for OLE2alonso
Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e
2014-05-29these formats are supported by libmwaw 0.3.xDavid Tardon
Change-Id: Ie045a3d700d498d58bad1bfcaf4cfd81b63005a6
2014-05-29enable integration test for libmwaw draw importDavid Tardon
Change-Id: I2109b948971776f06c3574ad6e7a9bebc33a40b3
2014-05-29enable integration test for libmwaw calc importDavid Tardon
Change-Id: I9ff3ed6b74d93483a2157087707c5ec47888dd6a
2014-05-29fix detection of Keynote 3 documentsDavid Tardon
Change-Id: I1c3e6b2809ee8b63f6f4db886bf6358b668b505f
2014-05-29Add new libmwaw's database/spreadsheet formats...osnola
Change-Id: If07a9e548e1db15b403126263f63d9d09575eb95
2014-05-29add writerperfect calc integration testDavid Tardon
Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4
2014-05-29Try to add support for WKS/WDB files...osnola
Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444
2014-05-29use the right XML import serviceDavid Tardon
Change-Id: I45637984f02e3363812ff8c9f0cbd3464786f4de
2014-05-29re-enable libe-book integration testDavid Tardon
Change-Id: I217183d55607f16c3b996b27b131953962afee96