[Seaside-dev] Issue 260 in seaside: Load order problem with tests

codesite-noreply at google.com codesite-noreply at google.com
Thu Dec 18 00:04:40 UTC 2008


Status: New
Owner: ----
Labels: Type-CleanUp Priority-Low Version-Seaside2.9

New issue 260 by WeybridgeWay: Load order problem with tests
http://code.google.com/p/seaside/issues/detail?id=260

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...


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list