#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 15:52:58 +0100
changeset 2198 f31e0abf73ad
parent 2197 8cea1f0db541
child 2199 b5f8ae734de5
#FEATURE by cg class: RegressionTests::Widgets changed: #test10_editTextView
RegressionTests__Widgets.st
--- a/RegressionTests__Widgets.st	Thu Mar 28 14:03:19 2019 +0100
+++ b/RegressionTests__Widgets.st	Thu Mar 28 15:52:58 2019 +0100
@@ -33,6 +33,8 @@
 test10_editTextView
     |editWidget rslt|
 
+    self skipIf:Display isNil description:'no Display'.
+    
     editWidget := EditTextView new.
     editWidget contents:c'line1\nline2\nline3'.
 
@@ -63,6 +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"
 ! !
 
 !Widgets class methodsFor:'documentation'!