Commit Graph

22 Commits

Author SHA1 Message Date
62badf3828 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
e6ba54ceb8 Remove (RTL_CONSTASCII_USTRINGPARAM from lotuswordpro
Change-Id: I4912ffc42edbfa1456835e61163812c371eb14c6
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com
Reviewed-on: https://gerrit.libreoffice.org/1293
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-11 12:19:16 +00:00
c2913591d8 rework filters test to squeeze through extra flags
that are needed to load .odt, .sxw etc files, and
add a regression test for CVE-2012-4233

Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
2012-11-01 13:14:09 +00:00
69bb7c732d regression test for CVE-2012-1770
Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82
2012-07-26 16:38:05 +01:00
6220ed4e6e callcatcher: update list 2012-03-07 11:06:48 +00:00
c452088325 add a more extensive lotuswordpro sample 2012-03-02 12:40:49 +00:00
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
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
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
4a5745503c merge filters-test code 2011-09-30 12:39:35 +01:00
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
7789e25073 remove /clone/calc reference in lotuswordpro qa 2011-08-06 13:07:55 -05:00
13635f0afd overlong lines 2011-07-17 21:49:51 +01:00
a727681c02 Fix lotuswordpro unit test on Windows
file: URLs on Windows are of the form file:///c:/path/to/file , and
the SRC_ROOT environment variable is of the form C:/lo/git/master, so
we can't just concatenate "file://" and SRC_ROOT, but have to insert a
"/".

Windows programs don't understand Cygwin symlinks, so we have to
specify the path from SRC_ROOT to lotuswordpro through an explicit
clone/filters path.
2011-05-15 12:51:53 +03:00
daff075ae6 Fix lotuswordpro unit test to be able to access the files.
[When building from tail_build.]
2011-04-28 16:31:57 +02:00
ee375279ee clean up 2011-04-27 10:31:31 +02:00
7cfad1dad1 use the new UNO-related defs from CppunitTarget 2011-04-24 09:46:04 +02:00
8f8f5c4f31 Fix compile issue. 2011-04-19 21:08:21 -07:00
7d4f1eafcf remove old stuff now 2011-04-15 15:56:21 +01:00
93813f421f port unit test to gbuild after fixing filter 2011-04-15 15:54:38 +01:00
6a52e0ced4 add a test harness and samples 2011-04-11 21:41:58 +01:00