summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XEnumeration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XEnumeration.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XEnumeration.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XEnumeration.java b/qadevOOo/tests/java/ifc/container/_XEnumeration.java
index 86dd4cbbcfec..e6df237b0324 100644
--- a/qadevOOo/tests/java/ifc/container/_XEnumeration.java
+++ b/qadevOOo/tests/java/ifc/container/_XEnumeration.java
@@ -31,21 +31,13 @@ import com.sun.star.lang.WrappedTargetException;
* <ul>
* <li><code> hasMoreElements()</code></li>
* <li><code> nextElement()</code></li>
-* </ul> <p>
-* This test needs the following object relations :
-* <ul>
-* <li> <code>'ENUM'</code> (of type <code>XEnumerationAccess</code>):
-* This test creates its own oObj because the method nextElement()
-* will be modified this Object directly so other threads may be failed.
-* </li>
-* <ul> <p>
+* </ul>
* Test is multithread compliant. <p>
* @see com.sun.star.container.XEnumeration
*/
public class _XEnumeration extends MultiMethodTest {
public XEnumeration oObj = null;
- public XEnumerationAccess Enum = null;
/**
* Retrieves relation and sets oObj to a separate enumeration