Skip to content

Commit

Permalink
complements faeecde
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 4, 2025
1 parent e174efc commit e6c68dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setUp

testDictionary := (Dictionary new).
testRunner := SLTestRunner new
environment: (SLTestCase dummyEnvironment copy);
testEnvironment: (SLTestCase dummyEnvironment copy);
testDictionary: testDictionary.

self resetTestSystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
running
setUp

testRunner := SLTestRunner new environment: (SLTestCase dummyEnvironment copy).
testRunner := SLTestRunner new testEnvironment: (SLTestCase dummyEnvironment copy).
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }

0 comments on commit e6c68dc

Please sign in to comment.