summaryrefslogtreecommitdiff
path: root/jurt/test
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-4/+4
... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
2012-11-06jurt: remote test: synchronize updates to counters in TestWorkAtMichael Stahl1-2/+9
Apparently it is possible to lose updates there, or at least i've had a failure where only 34 out of 35 increments were performed when checking in passedAsyncTest from JobQueue_Test.testStaticThreadExecutesAsyncs. Change-Id: I823ac65980e4e94be21305a10b98b4cfca247c81
2012-09-12Remove race conditions from testStephan Bergmann1-62/+29
Change-Id: I97e10fa3b9058211313a7faa5269d71e233f8bf8
2012-08-28Java cleanup - remove unused importsNoel Grandin3-3/+0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin2-3/+3
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-08-20Java5 updates - convert to genericsNoel Grandin2-3/+3
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-20Remove dead java codeNoel Grandin2-5/+0
Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870
2012-06-29Java5 updates - update code to use genericsNoel Grandin2-2/+2
This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
2012-06-29Java5 update - convert code to use genericsNoel Grandin5-18/+16
Change-Id: Iff078cea287d0c508d2442d65cd9314ec3231c15
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin1-2/+2
Change-Id: I59a7448b6c0a840b0f04b765ef9d5272dceb47b3
2012-06-29re-base on ALv2 code.Michael Meeks14-334/+208
2012-06-21re-base on ALv2 code.Michael Meeks9-216/+135
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-04-06jurt: use CustomTarget makefileMatúš Kukan1-48/+0
2012-02-17Make jurt JunitTests workStephan Bergmann14-660/+586
2011-12-25remove unused sourceDavid Tardon1-89/+0
2011-12-25convert jurt/urp unit testDavid Tardon2-51/+48
2011-12-25convert jurt unit testsDavid Tardon8-305/+0
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-2/+2
2010-12-10sb135: #i116046# fixed jurt.com.sun.star.lib.uno.protocols.urp.Cache typo, ↵sb4-68/+103
adapted corresponding tests plus solenv/inc/javaunittest.mk to JUnit framework
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien33-141/+33
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien2-5/+5
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2008-04-11INTEGRATION: CWS changefileheader (1.7.64); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:24:32 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm4-92/+72
2008/03/31 07:24:31 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.32); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:24:31 rt 1.4.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.48); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:31 rt 1.6.48.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.64); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:24:31 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm2-46/+37
2008/03/31 07:24:31 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.32); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:31 rt 1.5.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm6-138/+108
2008/03/31 07:24:30 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.8.32); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:24:30 rt 1.8.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.15.32); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:30 rt 1.15.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:30 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.13.32); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:30 rt 1.13.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.64); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:24:30 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.64); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:29 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.64); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:24:29 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.12.32); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:29 rt 1.12.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:29 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:24:28 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm2-46/+37
2008/03/31 07:24:28 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm2-46/+37
2008/03/31 07:24:27 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.12.64); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:24:27 rt 1.12.64.1: #i87441# Change license header to LPGL v3.
2006-12-01INTEGRATION: CWS sb23 (1.2.36); FILE MERGEDRüdiger Timm1-7/+10
2006/08/18 16:31:23 sb 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/08 14:29:17 sb 1.2.36.1: #i35277# More cleanup.
2006-12-01INTEGRATION: CWS sb23 (1.2.26); FILE MERGEDRüdiger Timm1-229/+196
2006/08/18 16:29:49 sb 1.2.26.5: RESYNC: (1.2-1.3); FILE MERGED 2005/03/14 10:55:39 sb 1.2.26.4: #i35277# Further cleanup. 2005/03/08 14:29:13 sb 1.2.26.3: #i35277# More cleanup. 2005/02/18 09:21:53 sb 1.2.26.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/16 16:54:45 sb 1.2.26.1: #i35277# More cleanup.
2006-12-01INTEGRATION: CWS sb23 (1.3.8); FILE MERGEDRüdiger Timm1-14/+2
2006/08/18 16:29:42 sb 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED 2005/02/18 09:21:52 sb 1.3.8.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/16 16:54:45 sb 1.3.8.1: #i35277# More cleanup.
2006-12-01INTEGRATION: CWS sb23 (1.6.8); FILE MERGEDRüdiger Timm1-3/+2
2006/08/18 16:28:09 sb 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/14 10:55:38 sb 1.6.8.1: #i35277# Further cleanup.
2006-12-01INTEGRATION: CWS sb23 (1.13.4); FILE MERGEDRüdiger Timm1-7/+13
2006/08/18 16:29:24 sb 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/03/15 10:29:37 sb 1.13.4.2: #88601# Support for current context in Java URP. 2005/03/14 10:55:38 sb 1.13.4.1: #i35277# Further cleanup.
2006-12-01INTEGRATION: CWS sb23 (1.11.8); FILE MERGEDRüdiger Timm1-11/+23
2006/08/18 16:28:27 sb 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/03/15 10:29:37 sb 1.11.8.2: #88601# Support for current context in Java URP. 2005/03/14 10:55:37 sb 1.11.8.1: #i35277# Further cleanup.
2006-12-01INTEGRATION: CWS sb23 (1.10.26); FILE MERGEDRüdiger Timm1-13/+4
2006/08/18 16:27:42 sb 1.10.26.4: RESYNC: (1.10-1.11); FILE MERGED 2005/03/14 14:30:43 sb 1.10.26.3: #i35277# Further cleanup. 2005/02/18 09:21:52 sb 1.10.26.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2004/10/11 10:21:14 sb 1.10.26.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).
2006-05-04INTEGRATION: CWS mmt7 (1.5.14); FILE MERGEDRüdiger Timm1-29/+2
2006/02/14 12:18:28 sb 1.5.14.1: #i60643# Fixed a problem revealed by the fix for i60341.