Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | add testcase for fdo#45187 | Miklos Vajna | |
2012-02-22 | testcase for fdo#42465 | Miklos Vajna | |
2012-02-22 | testcase for non-box paragraph borders | Miklos Vajna | |
2012-02-21 | testcase for RTF import of drawing objects | Miklos Vajna | |
2012-02-21 | testcase for n#695479 | Miklos Vajna | |
2012-02-14 | add a test case that allows testing of sw's Layout code | Markus Mohrhard | |
2012-02-14 | Fix int/sal_Int32 ambiguity | Tor Lillqvist | |
2012-02-13 | testcase for fdo#45543 | Miklos Vajna | |
2012-02-13 | sw: add rtf slowcheck test that checks the resulting document model | Miklos Vajna | |
Having it as a subsequent test in wrifterfilter would be less useful; having it as a unit test in writerfilter is not possible, since writerfilter does not depend on sw. | |||
2012-02-13 | sw: make LoadSaveTest runnable again | Michael Stahl | |
2012-02-13 | sw: filters-test.cxx: failed attempt to layout loaded documents | Michael Stahl | |
2011-12-30 | Unused, as pointed by Terrence Enger. | Jan Holesovsky | |
2011-12-06 | normalize Red Hat, Inc. | Caolán McNamara | |
2011-11-29 | make sw's macros_test use the new base class | Markus Mohrhard | |
2011-11-27 | remove include of pch header from sw | Norbert Thiebaud | |
2011-11-15 | we don't need to inherit from FiltersTest here | Markus Mohrhard | |
2011-11-15 | test file needs to be in doc and not in xls | Markus Mohrhard | |
2011-11-14 | move macros_test to sw | Markus Mohrhard | |
the macros_test does not execute a useful macro at the moment | |||
2011-11-14 | fdo#40819, i#116193: disable WW8 roundtrip as it breaks on big bookmark counts | Bjoern Michaelsen | |
2011-11-11 | SfxObjectShell takes ownership of SfxMedium and SfxFilter | Markus Mohrhard | |
2011-11-11 | we should close the unit test documents in sw | Markus Mohrhard | |
2011-11-10 | fdo#40819 lp#868229: reenable CheckBookmarks subsequenttest | Bjoern Michaelsen | |
* MsWord Hash changed from DEV300m41 => behaviour change, possible regression? | |||
2011-11-03 | utf-16, not utf-8 | Caolán McNamara | |
2011-11-03 | add missing tests | Caolán McNamara | |
2011-11-03 | Follow UAX-29 and present user-perceived character counts | Caolán McNamara | |
Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas. | |||
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolán McNamara | |
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test | |||
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | test fix: use setUp and tearDown not constructors to init LibreOffice | Michael Meeks | |
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly. | |||
2011-10-05 | fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings ↵ | Bjoern Michaelsen | |
yet again as it seems to work now | |||
2011-09-30 | silence tedious malware checkers, arcfour, key 0x435645 | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |
2011-09-28 | more unit test cut/paste redux | Michael Meeks | |
2011-09-28 | sw: switch filters-test to the new shared unit test code | Michael Meeks | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | disambiguate ctor | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-14 | Related: fdo#40599 add a initial basic test for deleting graphics | Caolán McNamara | |
2011-09-13 | fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now. | Stephan Bergmann | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-09 | Add cppunit test for SwScanner that would have caught fdo#40449 | Caolán McNamara | |
Move SwScanner so it can be tested easily and add a unit test that would have detected fdo#40449 in advance | |||
2011-08-23 | Remove unecessary parameter to IDocumentStatistics::UpdateDocStat | Arnaud Versini | |
2011-08-23 | add a regression test to confirm SwDocStat works the way I think | Caolán McNamara | |
2011-08-18 | Enable the writerfilter-based RTF import in non-experimental mode | Miklos Vajna | |
Disable the unit tests in sw, as that would duplicate the unit test in writerfilter now. Do not remove the old filter yet, so this commit can be reverted later if needed. | |||
2011-08-06 | [PATCH] do not use clone in path for test in sw | Norbert Thiebaud | |
2011-07-24 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-07-22 | unit test should write to content nodes, finally creates a document | Michael Meeks | |
2011-07-22 | first cut at an automated / random document / redlining test | Michael Meeks | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-18 | merge PAP and CHP length and offset clipping | Caolán McNamara | |
2011-07-11 | check that seeks succeed, sanity check count of styles against recorded length | Caolán McNamara | |