Skip to content

Commit

Permalink
Fix call missed in c5949ac
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Aug 4, 2022
1 parent c08a898 commit 051666f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ testUndoBrushSize
self activate: M2CircleBrush.
self context currentColor: Color black.
self drawAt: 50 asPoint] .
[self backend setBrushAndEraserSizeTo: 40.
[self context setBrushAndEraserSizeTo: 40.
self drawAt: 20 asPoint]}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
"blackBrushWhiteBg" : "ms 8/4/2022 14:53",
"brushSizeTest" : " 8/4/2022 15:39:35",
"circleBrushTest" : "ms 8/3/2022 17:16",
"circlesDiagonal14" : "ms 8/4/2022 13:46",
"circlesDiagonal15" : "ms 8/4/2022 13:57",
Expand All @@ -16,8 +17,8 @@
"filledRectangle" : "ms 8/4/2022 14:29",
"filledTriangle" : "kbr 5/31/2022 09:49",
"generateLayersTests" : "md 6/26/2022 13:30",
"generateTestsFrom:into:source:" : "md 6/26/2022 14:17",
"generateTestWithSource:into:" : "md 6/26/2022 13:13",
"generateTestsFrom:into:source:" : "md 6/26/2022 14:17",
"importTestJPEG" : "CS 6/29/2021 11:31",
"importTestPNG" : "wr 6/18/2020 16:44",
"mirroredLassoHorizontal" : "AG 7/18/2022 15:11",
Expand All @@ -42,16 +43,16 @@
"activeTool" : "SW 8/2/2022 22:09",
"assertColor:nearlyEquals:" : "CS 8/5/2021 22:49",
"assertEqualityOf:and:" : "ms 8/4/2022 14:04",
"backend:" : "K.P. 6/24/2021 14:46",
"backend" : "K.P. 6/24/2021 14:46",
"canvas:" : "md 6/18/2022 17:55",
"backend:" : "K.P. 6/24/2021 14:46",
"canvas" : "md 6/18/2022 17:55",
"canvas:" : "md 6/18/2022 17:55",
"clickAt:" : "md 8/2/2022 17:51",
"compare:with:" : "ms 6/25/2021 17:09",
"compareBackendFormWith:" : "md 6/11/2022 21:00",
"compareViewPortFormWith:" : "SW 6/14/2022 19:13",
"context:" : "K.P. 6/24/2021 15:30",
"context" : "K.P. 6/24/2021 15:30",
"context:" : "K.P. 6/24/2021 15:30",
"dragAlong:" : "md 8/2/2022 14:59",
"dragFrom:to:" : "md 5/27/2022 23:35",
"drawAmountOfDiagonalCircles:" : "CS 8/5/2021 22:56",
Expand All @@ -61,8 +62,8 @@
"enableFillingGeometricForm" : "md 7/31/2022 17:08",
"executeAndTestUndo:" : "md 6/11/2022 23:22",
"expectedFailures" : "ms 8/4/2022 14:53",
"fileDirectory:" : "mk 7/25/2020 16:16",
"fileDirectory" : "mk 7/25/2020 16:15",
"fileDirectory:" : "mk 7/25/2020 16:16",
"finishDrawing" : "md 8/2/2022 17:54",
"formCompare:with:" : "CS 7/3/2021 00:40",
"formCompareBackendFormWith:" : "SW 6/14/2022 19:49",
Expand Down Expand Up @@ -151,7 +152,7 @@
"testUndoAfterClearCanvasOnNewLayer" : "md 6/26/2022 14:21",
"testUndoAfterImport" : "AG 8/1/2022 19:29",
"testUndoAfterImportOnNewLayer" : "md 6/26/2022 14:21",
"testUndoBrushSize" : "md 8/3/2022 19:32",
"testUndoBrushSize" : "md 8/4/2022 15:41",
"testUndoImport" : "CS 7/10/2021 12:25",
"testUndoImportOnNewLayer" : "md 6/26/2022 14:21",
"testUndoLatestActionQueueSize" : "md 7/31/2022 17:11",
Expand All @@ -166,5 +167,5 @@
"testZoomInOutPreservesInformation" : "md 6/18/2022 17:55",
"testZoomInPencil" : "ms 8/3/2022 17:35",
"testZoomOutInPreservesInformation" : "md 6/18/2022 17:56",
"viewPort:" : "K.P. 6/24/2021 15:31",
"viewPort" : "K.P. 6/26/2021 14:34" } }
"viewPort" : "K.P. 6/26/2021 14:34",
"viewPort:" : "K.P. 6/24/2021 15:31" } }

0 comments on commit 051666f

Please sign in to comment.