#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 15:57:51 +0100
changeset 2199 b5f8ae734de5
parent 2198 f31e0abf73ad
child 2200 b35d6460de52
#FEATURE by cg class: RegressionTests::Widgets changed: #test10_editTextView test
RegressionTests__Widgets.st
--- a/RegressionTests__Widgets.st	Thu Mar 28 15:52:58 2019 +0100
+++ b/RegressionTests__Widgets.st	Thu Mar 28 15:57:51 2019 +0100
@@ -33,7 +33,7 @@
 test10_editTextView
     |editWidget rslt|
 
-    self skipIf:Display isNil description:'no Display'.
+    "/ self skipIf:Display isNil description:'no Display'.
     
     editWidget := EditTextView new.
     editWidget contents:c'line1\nline2\nline3'.
@@ -65,7 +65,7 @@
 
     "Created: / 21-03-2019 / 13:02:23 / Claus Gittinger"
     "Modified (comment): / 27-03-2019 / 15:34:04 / stefan"
-    "Modified: / 28-03-2019 / 15:52:47 / Claus Gittinger"
+    "Modified: / 28-03-2019 / 15:57:41 / Claus Gittinger"
 ! !
 
 !Widgets class methodsFor:'documentation'!