# HG changeset patch # User Claus Gittinger # Date 1553777972 -3600 # Node ID 3bf7132291dac6e0ff9c4a863a340d9866fd0f60 # Parent 9aede77e9c3436910a927490132433d7147f786d *** empty log message *** diff -r 9aede77e9c34 -r 3bf7132291da quickSelfTest/RunUnitTests.st --- a/quickSelfTest/RunUnitTests.st Thu Mar 28 13:58:53 2019 +0100 +++ b/quickSelfTest/RunUnitTests.st Thu Mar 28 13:59:32 2019 +0100 @@ -367,6 +367,10 @@ self log:(aString bindWith:arg) type:'INFO' ! +logInfo:aString with:arg1 with:arg2 + self log:(aString bindWith:arg1 with:arg2) type:'INFO' +! + logWarning:aString self log:aString type:'WARNING' !