Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated messages in functional tests #1418

Closed
marschall opened this issue Jul 5, 2024 · 2 comments · Fixed by #1434
Closed

Deprecated messages in functional tests #1418

marschall opened this issue Jul 5, 2024 · 2 comments · Fixed by #1434
Assignees

Comments

@marschall
Copy link
Contributor

marschall commented Jul 5, 2024

When running the functional tests several deprecated messages are sent:

  • WARenderLoopContinuation>>#updateRoot: sends #charset: to WAMetaElement
  • WACanvasTableFunctionalTest sends
    • WATableDateTag>>#scope:
    • WATableCellTag>>#align:
    • WATableCellTag>>#character:
  • WAHtml5ElementsTest sends WAHtmlCanvas>>#menu
  • WALotsaLinksFunctionalTest sends WAAnchorTag>>name:
  • WAPerformanceFunctionalTest sends WAHtmlCanvas>>#big and WAAnchorTag>>#name:
  • WAPhraseElementsFunctionalTest sends WAHtmlCanvas>>#acronym
  • WASelectionDateTableFunctionalTest sends WATableCellTag>>#align:
@jbrichau
Copy link
Member

jbrichau commented Jul 5, 2024

Just to note: the intention was to adapt the tests when the deprecated messages are actually removed.

@jbrichau
Copy link
Member

The WAMetaElement>>#charSet: deprecation was not correct. The charSet attribute is deprecated on <a/> and <script/> tags only. I will remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants