Changes

Summary

  1. Let the package removal in tearDown remove the methods and clean (details)
  2. Use a more readable color for success color in light theme. (details)
Commit 7965f6f98dbee86c72864385dcf20fc03670c08d by cyril
Let the package removal in tearDown remove the methods and clean
protocols.
In the previous version, tests removed in an #ensure: some created
methods. This way do not remove empty protocols.  Now we let the
#removeFromSystem in the tearDown do the action because this way clean
also empty protocols.
Fixes
https://pharo.fogbugz.com/f/cases/22880/GTPlaygroundBasicTest-leaves-empty-protocols
The file was modifiedsrc/GT-Tests-Playground/GTPlaygroundBasicTest.class.st (diff)
Commit 58cd3efe852ced72e68fd724d94c1ae4f17d6795 by cyril
Use a more readable color for success color in light theme.
Fixes
https://pharo.fogbugz.com/f/cases/22881/successTextColor-is-not-readable-in-light-theme
The file was modifiedsrc/Polymorph-Widgets/UITheme.class.st (diff)