Commit graph

99 commits

Author SHA1 Message Date
Markus Mohrhard
a5661d7171 add two more test cases to XDatabaseRange 2012-02-16 00:55:18 +01:00
Markus Mohrhard
21b3a9a6be fix errors with assertion macros 2012-02-12 08:03:29 +01:00
Markus Mohrhard
75b4d17f96 use better assertion macros 2012-02-12 02:47:37 +01:00
Markus Mohrhard
b434637108 WaE at mac tinderbox 2012-02-10 19:42:18 +01:00
Markus Mohrhard
82e349fd80 add XDataPilotTable2 test to ScDatPilotTableObj 2012-02-10 19:19:30 +01:00
Markus Mohrhard
c1589dbd45 add test code for XDataPilotTable2 2012-02-10 19:17:57 +01:00
Takeshi Abe
e7e0455b02 Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") 2012-02-10 01:59:26 +09:00
Markus Mohrhard
bd6187ae9f add test for XNameReplace 2012-02-02 00:26:51 +01:00
Caolán McNamara
d1a84bdb80 WaE: add virtual dtors 2012-01-31 13:28:49 +00:00
Stephan Bergmann
2525c93e08 Move definition of static data member to .cxx 2012-01-31 08:41:38 +01:00
Markus Mohrhard
8cab24997a add test case for XReplaceable 2012-01-30 00:23:07 +01:00
Markus Mohrhard
80502d8462 add interface test for util::XSearchable 2012-01-25 21:13:24 +01:00
Markus Mohrhard
1b973485e6 add XNamed interface test and add this test to ScDataPilotTableObj 2012-01-25 21:13:24 +01:00
Markus Mohrhard
3456c03198 typo 2012-01-24 05:21:24 +01:00
Markus Mohrhard
2aedbd241f fix WaE 2012-01-24 05:06:45 +01:00
Markus Mohrhard
6c0a262746 add new interface tests for some common data structures 2012-01-23 22:29:15 +01:00
Stephan Bergmann
4a0af6a058 typo 2012-01-23 21:53:24 +01:00
Markus Mohrhard
95780ec739 refactor concept for c++ based subsequenttests 2012-01-23 19:46:46 +01:00
Caolán McNamara
a9c29c59be gbuildify test 2012-01-17 11:33:16 +00:00
Stephan Bergmann
2a9c1d1a75 Make dialogs fail with an exception in headless tests. 2011-12-06 20:28:56 +01:00
Stephan Bergmann
465c34f6e9 ucbhelper::ContentBroker::deinitialize is static. 2011-12-06 20:28:55 +01:00
Markus Mohrhard
3dbc46d99a move c++ based subsequenttest to sc/qa/extras 2011-11-30 23:48:14 +01:00
Markus Mohrhard
286665960a port a failing sc subsequenttest to c++
potential improvements: only load the file once and use fods instead of
ods
2011-11-30 17:36:32 +01:00
Caolán McNamara
db5a5ffa82 split bootstrapfixture and move test-filters class for sot test
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-15 12:18:44 +01:00
Michael Meeks
8a0d0457a7 test fix: use setUp and tearDown not constructors to init LibreOffice
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 16:02:28 +01:00
Tor Lillqvist
6cb6080869 WaE: '==' : unsafe mix of type 'bool' and type 'test::filterStatus' 2011-10-04 16:01:46 +03:00
Caolán McNamara
3954b66033 spit out timing info 2011-10-01 15:35:21 +01:00
Caolán McNamara
dd71d38483 rtl_cipher_decode doesn't like 0 len data 2011-09-30 17:02:38 +01:00
Caolán McNamara
e898bcc1c2 silence tedious malware checkers, arcfour, key 0x435645 2011-09-30 17:02:37 +01:00
Michael Meeks
6f1dbfbe71 set the core locale as well as the UI one to English 2011-09-30 14:57:41 +01:00
Caolán McNamara
d25b61cd7f enum/namespace foo 2011-09-30 13:23:04 +01:00
Caolán McNamara
d7971ea58f sigh... 2011-09-30 13:05:42 +01:00
Caolán McNamara
bebf836275 new files 2011-09-30 13:02:35 +01:00
Caolán McNamara
4a5745503c merge filters-test code 2011-09-30 12:39:35 +01:00
Markus Mohrhard
3581e9df56 init the unit test for vba unit tests correctly 2011-09-29 18:35:16 +02:00
Markus Mohrhard
377316db2b change to the old way to set the language to en-US for unit tests 2011-09-29 14:25:16 +02:00
Michael Meeks
5e44515759 Rename and re-factor test and unotest to compile and run again 2011-09-28 17:55:26 +01:00
Michael Meeks
d0edcf0a55 split 'test' into 'unotest' and 'test' to help dependencies 2011-09-28 17:55:26 +01:00
Michael Meeks
950090c5d5 add new bootstrapfixture to share and simplify unit test code 2011-09-28 15:09:47 +01:00
Jan Holesovsky
a953cae319 One step closer to a functional 'make dev-install' with MinGW. 2011-09-26 17:46:05 +02:00
Stephan Bergmann
c09b966f94 In smoketest.cxx, also wait for connection_ going stale while waiting for result.condition. 2011-09-26 17:24:52 +02:00
Stephan Bergmann
7d1bb036e1 Simplified setting headless mode for smoke-/subsequenttetss.
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more.  Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Stephan Bergmann
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Julien Nabet
cf4e20ede9 Some PMD cleaning 2011-08-15 01:58:50 +02:00
Caolán McNamara
9359e306e5 WaE: for windows compiler 2011-07-01 11:26:04 +01:00
Caolán McNamara
05157ef75c add mode-lines 2011-06-30 16:02:33 +01:00
Caolán McNamara
e6b6b80fec implement additional context-less protection api 2011-06-30 16:00:46 +01:00
Tor Lillqvist
cc3bbd3f1a Bypass when cross-compiling, at least for now 2011-06-12 19:25:58 +03:00
Bjoern Michaelsen
766662e78f add debug hook for junit tests 2011-06-01 19:13:48 +02:00
Bjoern Michaelsen
7b679bb6ed use --nologo to prevent oosplash smoketest hangs 2011-05-31 14:58:48 +02:00