summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XTextComponent.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XTextComponent.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
index 4d7d3c91ef5e..cce6b8cdecf0 100644
--- a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
+++ b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
@@ -241,9 +241,6 @@ public class _XTextComponent extends MultiMethodTest {
*/
public void _setMaxTextLen() {
oObj.setMaxTextLen((short)10);
- //oObj.setText("0123456789ABCDE");
- //String get = oObj.getText();
- //tRes.tested("setMaxTextLen()",get.length() == 10);
tRes.tested("setMaxTextLen()",oObj.getMaxTextLen()==10);
}