diff options
-rw-r--r-- | qadevOOo/tests/java/ifc/util/_XReplaceable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceable.java b/qadevOOo/tests/java/ifc/util/_XReplaceable.java index 98c9e4fb1e03..e530d5911054 100644 --- a/qadevOOo/tests/java/ifc/util/_XReplaceable.java +++ b/qadevOOo/tests/java/ifc/util/_XReplaceable.java @@ -94,7 +94,7 @@ public class _XReplaceable extends MultiMethodTest { Rdesc = oObj.createReplaceDescriptor(); Rdesc.setSearchString(mSearchString); Rdesc.setReplaceString(mReplaceString); - tRes.tested("createReplaceDescriptor()", Rdesc != null); + tRes.tested("createReplaceDescriptor()", true); } |