diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:24:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:24:24 +0000 |
commit | ce37cec3af083900608e1b24237e721bdf01b326 (patch) | |
tree | 2d6ba1b4f8ba4d2b0d4242a0920f8b8cb7922817 /jurt/test/com | |
parent | fbdc99703d820f01cbc74fbec410e601275e2ca7 (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')
-rw-r--r-- | jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java | 6 | ||||
-rw-r--r-- | jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk | 5 |
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 := \ |