summaryrefslogtreecommitdiff
path: root/sw/qa
AgeCommit message (Collapse)Author
2011-12-30Unused, as pointed by Terrence Enger.Jan Holesovsky
2011-12-06normalize Red Hat, Inc.Caolán McNamara
2011-11-29make sw's macros_test use the new base classMarkus Mohrhard
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-15 we don't need to inherit from FiltersTest hereMarkus Mohrhard
2011-11-15test file needs to be in doc and not in xlsMarkus Mohrhard
2011-11-14move macros_test to swMarkus Mohrhard
the macros_test does not execute a useful macro at the moment
2011-11-14fdo#40819, i#116193: disable WW8 roundtrip as it breaks on big bookmark countsBjoern Michaelsen
2011-11-11SfxObjectShell takes ownership of SfxMedium and SfxFilterMarkus Mohrhard
2011-11-11we should close the unit test documents in swMarkus Mohrhard
2011-11-10fdo#40819 lp#868229: reenable CheckBookmarks subsequenttestBjoern Michaelsen
* MsWord Hash changed from DEV300m41 => behaviour change, possible regression?
2011-11-03utf-16, not utf-8Caolán McNamara
2011-11-03add missing testsCaolán McNamara
2011-11-03Follow UAX-29 and present user-perceived character countsCaolá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-15split bootstrapfixture and move test-filters class for sot testCaolá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-07WaE: unreachable codeTor Lillqvist
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael 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-05fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings ↵Bjoern Michaelsen
yet again as it seems to work now
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-28more unit test cut/paste reduxMichael Meeks
2011-09-28sw: switch filters-test to the new shared unit test codeMichael Meeks
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26disambiguate ctorCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-14Related: fdo#40599 add a initial basic test for deleting graphicsCaolán McNamara
2011-09-13fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now.Stephan Bergmann
2011-09-12sb140: #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-09Add cppunit test for SwScanner that would have caught fdo#40449Caolá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-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini
2011-08-23add a regression test to confirm SwDocStat works the way I thinkCaolán McNamara
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos 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 swNorbert Thiebaud
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22unit test should write to content nodes, finally creates a documentMichael Meeks
2011-07-22first cut at an automated / random document / redlining testMichael Meeks
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-18merge PAP and CHP length and offset clippingCaolán McNamara
2011-07-11check that seeks succeed, sanity check count of styles against recorded lengthCaolán McNamara
2011-07-06add another regression testCaolán McNamara
2011-07-05fix linkCaolán McNamara
2011-07-05testLoad unusedCaolán McNamara
2011-07-04Related: #i86988# make abo levels saferCaolán McNamara
2011-07-03add another regression test here, an expected failCaolán McNamara
2011-06-24fix thisCaolán McNamara
2011-06-24WaE: I hate that these are platform-specific typedefsCaolán McNamara
2011-06-24add timing informationCaolán McNamara
2011-06-22confirm passes on windowsCaolán McNamara
2011-06-22add indeterminate dir for xml testsCaolán McNamara
2011-06-20add extra test dir for rtfCaolán McNamara