# HG changeset patch # User Claus Gittinger # Date 1553785089 -3600 # Node ID b35d6460de52b75e6bc8fd110404586a49bbf1b8 # Parent b5f8ae734de5cfb7b4830616175fccf607de6785 #FEATURE by cg class: RegressionTests::Widgets changed: #test10_editTextView diff -r b5f8ae734de5 -r b35d6460de52 RegressionTests__Widgets.st --- a/RegressionTests__Widgets.st Thu Mar 28 15:57:51 2019 +0100 +++ b/RegressionTests__Widgets.st Thu Mar 28 15:58:09 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:57:41 / Claus Gittinger" + "Modified: / 28-03-2019 / 15:58:02 / Claus Gittinger" ! ! !Widgets class methodsFor:'documentation'!