Commit graph

97 commits

Author SHA1 Message Date
Stephan Bergmann
19b8dd5ded No need for test/user-template/user/registry. 2011-11-11 13:47:27 +01:00
Tim Hardeck
ec4f69493b removed Simple Handles option
Removed the unnecessary option "Simple Handles" with all related
functions and icons.
2011-11-08 16:39:14 +01:00
Noel Power
ed6b0d6bb1 deliver test/user-template/user to solver, unittests will use new user dir
Please enter the commit message for your changes. Lines starting
2011-10-27 17:13:22 +01:00
Noel Power
8e68391fc9 more tweaks to unittests, also move registrymodifications.xcu
registrymodifications.xcu has been moved to the solver ( unittest/user/data )
new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
2011-10-26 19:10:14 +01:00
Stephan Bergmann
3b317b52dc Fixed test/user-template/user/registrymodifications.xcu.
Also added license header.
2011-10-26 18:00:48 +02:00
Noel Power
41437e7ab0 revert autogenerated foo and correct brackets in placeholder 2011-10-25 20:01:43 +01:00
Noel Power
87d8dc5a02 more support for basic/vba unit tests
add moggis work and some tweaks from me too
2011-10-25 19:26:55 +01:00
Noel Power
d371b20db4 add registrymodifications.xcu to allow override of default config 2011-10-25 19:26:54 +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
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Caolán McNamara
86bc0db00a remove old fingerprints cache 2011-10-06 10:28:38 +01:00
Norbert Thiebaud
ff33b0be87 remove apparently noise .memdump files 2011-10-05 18:09:04 -05: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
Michael Meeks
ef689ffaa6 pretty print the user template registry to make diffs meaningful
Disable macro security for unit testing macros ...
2011-10-04 13:51:42 +01: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
5e733c781f remove library entries for now
maybe add them later and adapt path to something useful
2011-09-30 00:42:04 +02:00
Markus Mohrhard
b8d6626a13 remove file from unit test user dir that gets modified 2011-09-29 23:09:45 +02:00
Markus Mohrhard
49cec3fa6f add user profile dir for unit tests 2011-09-29 18:35:19 +02: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
61095eac05 install testdllapi.h correctly 2011-09-28 19:22:39 +01: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
Hans-Joachim Lankenau
a701035d7b ause130: #i117218# change .idl handling to gnu make 2011-06-17 15:15:00 +02:00
Tor Lillqvist
cc3bbd3f1a Bypass when cross-compiling, at least for now 2011-06-12 19:25:58 +03:00
Tor Lillqvist
1838676ddd Drop %_EXT% which was always empty 2011-06-03 13:28:11 +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
Caolán McNamara
4ad128bc44 remove ADAPT_EXT_STL 2011-04-05 11:54:17 +01:00
Bjoern Michaelsen
4fee8060d3 using --headless, now that it works 2011-03-30 10:28:57 +02:00
Bjoern Michaelsen
735ccf405c enable headless Junit tests 2011-03-29 21:06:07 +02:00
Bjoern Michaelsen
a096efe405 revert accidentally commited changes 2011-03-27 18:25:55 +02:00
Bjoern Michaelsen
c5e22ee5b5 cleanup of unoapi test 2011-03-27 16:52:01 +02:00