summaryrefslogtreecommitdiff
path: root/jurt/test/com/sun/star/lib
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
commitce37cec3af083900608e1b24237e721bdf01b326 (patch)
tree2d6ba1b4f8ba4d2b0d4242a0920f8b8cb7922817 /jurt/test/com/sun/star/lib
parentfbdc99703d820f01cbc74fbec410e601275e2ca7 (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/test/com/sun/star/lib')
-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 428ad955b5bf..86d2ebd8095e 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 ea42c83fc79d..65980bb343de 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 := \