From e6c68dcffe447933defa93ce88b847a0bbf43ab9 Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Sat, 4 Jan 2025 22:28:39 +0100 Subject: [PATCH] complements faeecde --- .../SLPlugInTestExtended.class/instance/setUp.st | 2 +- .../SLPlugInTestExtended.class/methodProperties.json | 2 +- .../SwaLint-Tests.package/SLPluginTest.class/instance/setUp.st | 2 +- .../SLPluginTest.class/methodProperties.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/instance/setUp.st b/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/instance/setUp.st index 61784ee7..7c387e22 100644 --- a/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/instance/setUp.st +++ b/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/instance/setUp.st @@ -7,7 +7,7 @@ setUp testDictionary := (Dictionary new). testRunner := SLTestRunner new - environment: (SLTestCase dummyEnvironment copy); + testEnvironment: (SLTestCase dummyEnvironment copy); testDictionary: testDictionary. self resetTestSystem diff --git a/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/methodProperties.json b/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/methodProperties.json index 7e3bc017..49c9851c 100644 --- a/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/methodProperties.json +++ b/packages/SwaLint-Tests.package/SLPlugInTestExtended.class/methodProperties.json @@ -8,4 +8,4 @@ "plugIn:" : "MB 7/22/2014 12:25", "plugInClass" : "MB 7/22/2014 12:25", "resetTestSystem" : "MT 7/23/2014 22:36", - "setUp" : "NA 7/29/2015 16:40" } } + "setUp" : "ct 12/22/2024 05:08" } } diff --git a/packages/SwaLint-Tests.package/SLPluginTest.class/instance/setUp.st b/packages/SwaLint-Tests.package/SLPluginTest.class/instance/setUp.st index 6c203093..62b90428 100644 --- a/packages/SwaLint-Tests.package/SLPluginTest.class/instance/setUp.st +++ b/packages/SwaLint-Tests.package/SLPluginTest.class/instance/setUp.st @@ -1,4 +1,4 @@ running setUp - testRunner := SLTestRunner new environment: (SLTestCase dummyEnvironment copy). \ No newline at end of file + testRunner := SLTestRunner new testEnvironment: (SLTestCase dummyEnvironment copy). \ No newline at end of file diff --git a/packages/SwaLint-Tests.package/SLPluginTest.class/methodProperties.json b/packages/SwaLint-Tests.package/SLPluginTest.class/methodProperties.json index 4478fcbd..a267ff54 100644 --- a/packages/SwaLint-Tests.package/SLPluginTest.class/methodProperties.json +++ b/packages/SwaLint-Tests.package/SLPluginTest.class/methodProperties.json @@ -3,6 +3,6 @@ }, "instance" : { "printResults:expected:if:" : "AT 2/7/2008 07:53", - "setUp" : "LS 6/16/2018 13:59", + "setUp" : "ct 12/22/2024 05:08", "test:on:expectedResults:" : "NR 1/16/2008 18:11", "test:on:expectedResults:debug:" : "BD 6/21/2018 14:25" } }