diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:58:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:58:18 +0000 |
commit | 663a921dcf1462eae6d2bdc48cf793f2e543bd14 (patch) | |
tree | bddf435dc8b68e49b6863c16f3d42939c277dd2d /bridges | |
parent | 95ae7c444cc4559bcfed0d67d8527f945bd576e0 (diff) |
INTEGRATION: CWS jl3 (1.4.24); FILE MERGED
2003/12/11 11:06:48 sb 1.4.24.2: #114133# Added test.
2003/12/10 14:11:32 sb 1.4.24.1: #114014# Fixed handling of method IDs (which are always unsigned).
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk index cada59664b2d..e6ff431babf4 100644 --- a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk +++ b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-08-13 17:21:06 $ +# last change: $Author: kz $ $Date: 2004-03-25 14:58:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,9 @@ JAVATESTFILES := \ Bug107753_Test.java \ Bug108825_Test.java \ Bug110892_Test.java \ - Bug111153_Test.java + Bug111153_Test.java \ + Bug114133_Test.java \ + MethodIdTest.java JARFILES := juh.jar jurt.jar ridl.jar sandbox.jar .INCLUDE: javaunittest.mk |