Kaydet (Commit) 9e022ae9 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev22 (1.3.110); FILE MERGED

2005/03/18 13:04:35 cn 1.3.110.1: #i45397# log the URL to store
üst 4aa128b1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: _XStorable.java,v $ * $RCSfile: _XStorable.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 10:40:05 $ * last change:$Date: 2005-03-29 11:56:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -175,8 +175,9 @@ public class _XStorable extends MultiMethodTest { ...@@ -175,8 +175,9 @@ public class _XStorable extends MultiMethodTest {
String url = (String) utils.getOfficeTemp( String url = (String) utils.getOfficeTemp(
(XMultiServiceFactory)tParam.getMSF()); (XMultiServiceFactory)tParam.getMSF());
url += "xstorable.store.as.test";
if (url != null) { if (url != null) {
url += "xstorable.store.as.test";
log.println("store as '" + url + "'");
try { try {
oObj.storeAsURL(url, new PropertyValue[0]); oObj.storeAsURL(url, new PropertyValue[0]);
storeUrl = url; storeUrl = url;
...@@ -202,8 +203,9 @@ public class _XStorable extends MultiMethodTest { ...@@ -202,8 +203,9 @@ public class _XStorable extends MultiMethodTest {
String url = (String) utils.getOfficeTemp( String url = (String) utils.getOfficeTemp(
(XMultiServiceFactory)tParam.getMSF()); (XMultiServiceFactory)tParam.getMSF());
url += "xstorable.store.as.test";
if (url != null) { if (url != null) {
url += "xstorable.store.as.test";
log.println("store to '" + url + "'");
try { try {
oObj.storeToURL(url, new PropertyValue[0]); oObj.storeToURL(url, new PropertyValue[0]);
tRes.tested("storeToURL()", true); tRes.tested("storeToURL()", true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment