[Seaside-dev] Issue 315 in seaside: WAResourceBaseUrlTest>>#'createHandlers' references WAApplication that is not defined

codesite-noreply at google.com codesite-noreply at google.com
Wed Jan 28 21:26:34 UTC 2009


Comment #3 on issue 315 by jfitzell:  
WAResourceBaseUrlTest>>#'createHandlers' references WAApplication that is  
not defined
http://code.google.com/p/seaside/issues/detail?id=315

These tests still won't pass unless you load Canvas and Session (as far as  
I know
there is no dependency from Session on Canvas) so I'm guessing you're only  
seeing it
pass because you happen to already have Canvas loaded.

Putting them in RenderLoop will currently guarantee that they pass but, as  
I said,
I'd like to remove that dependency as well (it's the implementation of
WAPresenter>>rendererClass that is causing the dependency).

So... I guess the tests are no worse off where they are now than where they  
were but
I don't think they're any better off either. :)

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