Python3Generator icon indicating copy to clipboard operation
Python3Generator copied to clipboard

Update P3GExtensionsTest.class.st to fix ordered/unordered issue

Open svenvc opened this issue 1 year ago • 0 comments

P3GExtensionsTest>>#testDictionaryWritePython3On and P3GExtensionsTest>>#testSetWritePython3On assume an order that does not exist (Set and Dict are unordered), which makes them fail (for me at least).

Since this test is only about writing and checking the expected output, the simplest solution is to use only one element.

svenvc avatar Feb 15 '24 12:02 svenvc