pharo-graphics / Album

A fork of the Brick editor
MIT License
3 stars 1 forks source link

Fix 128 broken tests #40

Open tinchodias opened 4 months ago

tinchodias commented 4 months ago

As of today, in master, these tests fail/error:

Screenshot 2024-07-07 at 13 17 51
tinchodias commented 3 months ago

Many are like:

 ✗ #test_overwrite_Hello_World_with_S_in_Hello_World (0ms)
Instance of AlbEditorElement did not understand #editor:
AlbEditorElement(Object)>>doesNotUnderstand: #editor:
AlbTextEditorLineSegmentTest>>test_emptyEditor ...editor: aTextEditor
AlbTextEditorLineSegmentTest>>test_insert_Hello_World_inEmptyAt_0 ...test_emptyEditor
AlbTextEditorLineSegmentTest>>test_overwrite_Hello_World_with_S_in_Hello_World ...test_insert_Hello_World_inEmptyAt_0
AlbTextEditorLineSegmentTest(TestCase)>>performTest

other are like:

 ✗ #test_cursor_moveToLineStart_in_cursors_at_0 (0ms)
Instance of AlbTextEditorNavigatorTest did not understand #test_cursor_add_at_0_in_multi_lines
AlbTextEditorNavigatorTest(Object)>>doesNotUnderstand: #test_cursor_add_at_0_in_multi_lines
AlbTextEditorNavigatorTest>>test_cursor_moveToLineStart_in_cursors_at_0 ...test_cursor_add_at_0_in_multi_lines
AlbTextEditorNavigatorTest(TestCase)>>performTest

@plantec do you remember what happened with that editor:?