summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-20 08:24:24 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-20 08:24:24 +0000
commitbe45e395699e3ef6f3d112a987b1078fde8c266d (patch)
tree055caad9efbd12f6dacd7029b4cc475d9ad4b148 /jurt
parent1a615e9a4d51109186ceea5cb60efe9353ff05de (diff)
INTEGRATION: CWS sb21 (1.2.18); FILE MERGED
2004/08/03 09:34:30 sb 1.2.18.1: #i32130# Made com.sun.star.lib.uno.protocols.urp.Cache work as expected.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java6
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk5
2 files changed, 6 insertions, 5 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java b/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java
index 428ad955b..86d2ebd80 100644
--- a/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java
+++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Marshaling_Test.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 14:38:10 $
+ * last change: $Author: rt $ $Date: 2004-08-20 09:24:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,11 +273,11 @@ public final class Marshaling_Test extends ComplexTestCase {
};
+ Unmarshal unmarshal = new Unmarshal(testBridge, cacheSize);
for(int i = 0; i < dataTypes.length; ++ i) {
Object op1 = data[i];
marshal.writeValue(dataTypes[i], data[i]);
- Unmarshal unmarshal = new Unmarshal(testBridge, cacheSize);
unmarshal.reset(marshal.reset());
Object op2 = unmarshal.readValue(dataTypes[i]);
diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk b/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk
index ea42c83fc..65980bb34 100644
--- a/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk
+++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: obo $ $Date: 2004-06-03 14:39:05 $
+# last change: $Author: rt $ $Date: 2004-08-20 09:24:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,6 +64,7 @@ TARGET := test_com_sun_star_lib_uno_protocols_urp
PACKAGE := com$/sun$/star$/lib$/uno$/protocols$/urp
JAVATESTFILES := \
+ Cache_Test.java \
Marshaling_Test.java \
Protocol_Test.java
JAVAFILES := \