summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-126/+24
2013-04-27fdo#55814 migrate java unit test to pythonDavid Ostrovsky1-1/+5
2013-04-26Make informative output more obviousStephan Bergmann1-3/+5
2013-04-24gbuild: drop uses of removed packagesDavid Tardon3-6/+0
2013-04-24move sal_inc headers to include/David Tardon2-2/+2
2013-04-23execute move of global headersBjoern Michaelsen10-448/+0
2013-04-22clean up PythonTestsDavid Ostrovsky1-3/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-137/+26
2013-04-09move Python tests in-processMichael Stahl1-0/+31
2013-04-09set up python unit test infrastructureDavid Ostrovsky3-0/+215
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák3-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák16-96/+96
2013-04-03Show backtraces for core files from CppunitTests, tooStephan Bergmann1-29/+44
2013-04-02Bypass cppunit stuff for non-DESKTOP in more placesTor Lillqvist1-0/+2
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-12Removed RTL_CONSTASCII_(U)STRINGPARAM in unotestChr. Rossmanith7-51/+30
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-05Pass DocumentService to the loader during macro tests.Kohei Yoshida2-4/+13
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-0/+3
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2-4/+4
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-10/+4
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-14/+0
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz2-6/+0
2012-11-05cleanup README files.Michael Meeks1-1/+0
2012-11-05add a README filesAlia Almusaireae1-0/+1
2012-11-03unottest: add get(URL|Path)FromWorkdir to locate $WORKDIR_FOR_BUILDNorbert Thiebaud2-0/+35
2012-11-03Remove unused method and also remove not build testMarcos Paulo de Souza2-8/+0
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara2-14/+39
2012-10-31Remove unused method from testMarcos Paulo de Souza2-8/+0
2012-10-31Show URL of failing document in unit testsCédric Bosdonnat1-1/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl3-6/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl3-3/+6
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl3-0/+3
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann2-2/+0
2012-09-05Java cleanup, remove unused classNoel Grandin2-31/+0
2012-08-20Java5 updates - convert to genericsNoel Grandin1-1/+1
2012-08-17gbuild: register all jarsMichael Stahl2-7/+7
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2-2/+2
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-1/+1
2012-07-30add another tiff regression testCaolán McNamara2-2/+3
2012-07-26use EDB as well as CVE as encrypted prefixesCaolán McNamara2-7/+13
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-06-29Java5 updates - update code to use genericsNoel Grandin1-1/+1
2012-06-27targetted re-work of cppunit pieces.Michael Meeks7-17/+1
2012-06-26re-base on ALv2 code.Michael Meeks24-590/+394
2012-05-09unotest: missing include guard in macros_test.hxxMiklos Vajna1-0/+5
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-14OfficeConnection: kill soffice process when Java bridge is disposedMichael Stahl1-15/+24
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara5-41/+178