SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
516 stars 71 forks source link

Deprecated messages in functional tests #1418

Closed marschall closed 2 months ago

marschall commented 3 months ago

When running the functional tests several deprecated messages are sent:

jbrichau commented 3 months ago

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

jbrichau commented 2 months ago

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