summaryrefslogtreecommitdiff
path: root/ridljar/test
AgeCommit message (Collapse)AuthorFilesLines
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin1-31/+28
And make the fields of com.sun.star.uno.Type private Change-Id: Ied7698b4157460e9726f271092c92b6b382239fd Reviewed-on: https://gerrit.libreoffice.org/25971 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann1-1/+5
...so that the JNI UNO bridge will not accidentally reinterpret a Short[] as a short[]. <https://wiki.openoffice.org/wiki/Uno/Java/Specifications/Type_Mapping> makes it clear that the former is not a valid Java representation for UNO type "sequence of short". Needed one fix in bogus test code. Also fixed the two bogus places in odk/examples mentioned in f53e427291321eabe8d060a737e750a94739f911 "Resolves: tdf#99272 new Short[] used instead of new short[]". Change-Id: I8321eb1294ec77b3a9bf73cafb6e7fe337157bb7
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin2-19/+8
Change-Id: I39fbe3a260c8dbfc203662c54eec4db064b88195
2014-09-28ridljar: Any_Test & UnoRuntime_Test (JUnit)Robert Antoni Buj i Gelonch2-6/+10
Modify exception test in Any_Test. Replace assertTrue with AsserSame & AssertNotSame for equality operator in UnoRuntime_Test. $ make JunitTest_ridljar_uno Change-Id: I42a8380e7c4aed79af976165224c2af25c50fbce Reviewed-on: https://gerrit.libreoffice.org/11673 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-6/+6
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2012-06-29Java5 update - convert code to use genericsNoel Grandin2-3/+4
Note that WeakMap no longer extends Map, because it does not conform to the generic Map interface. Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16
2012-06-26re-base on ALv2 code.Michael Meeks5-118/+73
2012-02-20Make ridljar JunitTests workStephan Bergmann5-231/+219
2011-12-25convert ridljar unit testsDavid Tardon4-144/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien9-40/+9
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien1-4/+4
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.5.42); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:38 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.38); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:38 rt 1.4.38.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.50); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:25:38 rt 1.6.50.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.38); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:38 rt 1.3.38.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.50); FILE MERGEDRüdiger Timm3-69/+56
2008/03/31 07:25:38 rt 1.3.50.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.50); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:37 rt 1.4.50.1: #i87441# Change license header to LPGL v3.
2006-05-04INTEGRATION: CWS mmt7 (1.3.12); FILE MERGEDRüdiger Timm1-11/+49
2006/02/14 12:16:00 sb 1.3.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
2006-05-04INTEGRATION: CWS mmt7 (1.2.2); FILE MERGEDRüdiger Timm1-3/+15
2006/02/14 12:15:59 sb 1.2.2.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
2006-01-26INTEGRATION: CWS sb46 (1.4.8); FILE MERGEDJens-Heiner Rechtien1-2/+3
2006/01/13 11:53:23 sb 1.4.8.1: #i60341# Enforce that an Any does not wrap another Any.
2006-01-26INTEGRATION: CWS sb46 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+54
2006/01/13 11:53:49 sb 1.1.2.1: #i60341# Enforce that an Any does not wrap another Any.
2005-09-08INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:57:05 rt 1.3.36.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:57:05 rt 1.2.36.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:57:05 rt 1.5.46.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 13:57:04 rt 1.2.38.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:57:03 rt 1.2.110.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.36); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:57:03 rt 1.5.36.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 13:57:01 rt 1.3.36.1: #i54170# Change license header: remove SISSL
2004-03-30INTEGRATION: CWS sb14 (1.2.60); FILE MERGEDRüdiger Timm1-3/+5
2004/02/19 14:16:26 sb 1.2.60.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
2004-03-30INTEGRATION: CWS sb14 (1.1.2); FILE ADDEDRüdiger Timm1-0/+212
2004/02/19 14:20:12 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
2004-03-30INTEGRATION: CWS sb14 (1.1.2); FILE ADDEDRüdiger Timm1-0/+70
2004/02/19 14:21:44 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
2004-03-30INTEGRATION: CWS sb14 (1.1.2); FILE ADDEDRüdiger Timm1-0/+120
2004/02/19 14:21:58 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
2004-03-30INTEGRATION: CWS sb14 (1.4.6); FILE MERGEDRüdiger Timm1-20/+29
2004/02/19 14:15:55 sb 1.4.6.1: #i21150# Fixed test (broken by changes introduced in fix for 114000).
2004-03-30INTEGRATION: CWS sb14 (1.2.34); FILE MERGEDRüdiger Timm1-2/+3
2004/02/19 14:16:26 sb 1.2.34.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
2004-02-03INTEGRATION: CWS sb10 (1.3.8); FILE MERGEDJens-Heiner Rechtien1-5/+11
2003/10/31 08:36:12 sb 1.3.8.3: #112870# Ensure that getZClass always returns a normalized class (e.g., boolean.class, not Boolean.class). 2003/10/30 09:52:38 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2003/10/30 09:20:06 sb 1.3.8.1: #112870# Removed restrictions imposed by old TypeDescription implementation.
2004-02-03INTEGRATION: CWS sb10 (1.3.10); FILE MERGEDJens-Heiner Rechtien1-5/+11
2003/11/04 14:12:07 sb 1.3.10.2: #112870# Added testSequence. 2003/10/30 09:23:06 sb 1.3.10.1: #112870# Fixed typo.
2003-10-09INTEGRATION: CWS sb8 (1.3.2); FILE MERGEDVladimir Glazounov1-8/+13
2003/08/22 09:25:40 sb 1.3.2.1: Made Type.isSupertypeOf fully reflexive.
2003-08-13INTEGRATION: CWS sb7 (1.2.16); FILE MERGEDJens-Heiner Rechtien1-7/+15
2003/08/12 09:42:15 sb 1.2.16.1: #i16264# Added Type.isSupertypeOf.
2003-08-07INTEGRATION: CWS sb5 (1.2.4); FILE MERGEDJens-Heiner Rechtien1-4/+23
2003/06/30 15:50:59 sb 1.2.4.2: #110499# Fixed TypeDescription._initMethodTypeInfos. 2003/06/26 15:08:45 sb 1.2.4.1: #110499# Added (as yet broken) test, not yet activated.
2003-08-07INTEGRATION: CWS sb5 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+69
2003/06/30 15:50:58 sb 1.1.2.1: #110499# Fixed TypeDescription._initMethodTypeInfos.
2003-05-22INTEGRATION: CWS uno4 (1.1.2); FILE ADDEDVladimir Glazounov1-0/+69
2003/05/07 12:34:12 sb 1.1.2.2: #108642# Adapted to javaunittest.mk. 2003/05/02 08:04:27 sb 1.1.2.1: #108642# Added Type tests.
2003-05-22INTEGRATION: CWS uno4 (1.1.2); FILE ADDEDVladimir Glazounov1-0/+126
2003/05/02 08:04:26 sb 1.1.2.1: #108642# Added Type tests.
2003-05-22INTEGRATION: CWS uno4 (1.1.44); FILE MERGEDVladimir Glazounov1-25/+7
2003/05/07 12:34:11 sb 1.1.44.2: #108642# Adapted to javaunittest.mk. 2003/04/30 15:35:19 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.
2003-05-22INTEGRATION: CWS uno4 (1.1.44); FILE MERGEDVladimir Glazounov1-284/+223
2003/05/02 08:03:50 sb 1.1.44.2: #108642# Added Type tests. 2003/04/30 15:35:18 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.
2001-09-11delay recursive type resolution until needed (#89122#)Kay Ramme2-0/+458