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

Load order problem with tests #260

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 7 comments
Closed

Load order problem with tests #260

GoogleCodeExporter opened this issue Mar 25, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

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

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

No branches or pull requests

1 participant