pharo-spec / ScriptableDebugger

3 stars 12 forks source link

Fix #87. Update a test to use the new name of a method #90

Closed Inao0 closed 7 months ago

Inao0 commented 7 months ago

SindarinDebuggerTest>>testIsAboutToInstantiateClass is now using #basicNew:header: instead of #newMethod:header: (See line 509 In the diff for actual change) Fix #87

MarcusDenker commented 7 months ago

On the "run all tests" we have the socket tests failing and thses

LinkInstallerTest
 ✗ #testSlotOrVarLinksRemainAfterMethodModification (15ms)
 ✗ #testSlotOrVarLinksRemainAfterMethodModificationForObject (16ms)

They do not look related to the change.