summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XChild.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XChild.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XChild.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XChild.java b/qadevOOo/tests/java/ifc/container/_XChild.java
index 2c142573ef01..cda4a19fff42 100644
--- a/qadevOOo/tests/java/ifc/container/_XChild.java
+++ b/qadevOOo/tests/java/ifc/container/_XChild.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -74,9 +74,9 @@ public class _XChild extends MultiMethodTest {
*/
public void _setParent() {
requiredMethod("getParent()") ;
-
+
String parentComment = (String) tEnv.getObjRelation("cannotSwitchParent");
-
+
if (parentComment != null) {
log.println(parentComment);
tRes.tested("setParent()",Status.skipped(true));