You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the LoadOrder notes, Seaside-Tests-Platform should load and run
clean without
Seaside-Core. There are a couple problems here:
MessageSend>>#numArgs and Integer>>#printStringAsCents are added by
"Seaside-Core" but
tested by WAPlatformTest in "Seaside-Tests-Platform". Either the tests should
be moved down to
Core or the methods being tested should be moved up to Platform. I'm happy to
do the work, but
don't know which direction to go. The safest thing is to move the code up to
"Seaside-Platform" but
that goes against the general goal of reducing the size of the base package.
Let me know...
Original issue reported on code.google.com by Weybridg...@gmail.com on 18 Dec 2008 at 12:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Weybridg...@gmail.com
on 18 Dec 2008 at 12:04The text was updated successfully, but these errors were encountered: