summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-08-07 13:31:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-08-07 13:31:18 +0000
commit2db61cfa7dbb431c43f6deecfd0ee0ccb1e553a1 (patch)
tree9625cfd0c12ff41bee2876886dfba27ec0f38bc6 /bridges
parent480bec9f6708db4a037d8c74b8537aeee65788f9 (diff)
INTEGRATION: CWS sb5 (1.2.8); FILE MERGED
2003/06/30 09:57:10 sb 1.2.8.1: #92174# Improved Bug92174_Test.
Diffstat (limited to 'bridges')
-rw-r--r--bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk7
1 files changed, 4 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 9c86bd93964a..939810404c4d 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.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: vg $ $Date: 2003-05-22 08:39:36 $
+# last change: $Author: hr $ $Date: 2003-08-07 14:31:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,11 +65,12 @@ TARGET := test_com_sun_star_lib_uno_bridges_javaremote
PACKAGE := com$/sun$/star$/lib$/uno$/bridges$/java_remote
JAVATESTFILES := \
+ Bug92174_Test.java \
Bug97697_Test.java \
Bug98508_Test.java \
Bug107753_Test.java \
Bug108825_Test.java
-JAVAFILES := Bug92174_Test.java # fails as long as bug 92174 is not fixed
+#JAVAFILES := Bug92174_Test.java # fails as long as bug 92174 is not fixed
JARFILES := juh.jar jurt.jar ridl.jar sandbox.jar
.INCLUDE: javaunittest.mk