Author: reebalazs
Date: Fri Dec 7 14:19:31 2007
New Revision: 49510
Modified:
kukit/kss.demo/trunk/kss/demo/browser/registry.py
Log:
Fix correct entry url to zuite
Modified: kukit/kss.demo/trunk/kss/demo/browser/registry.py
==============================================================================
--- kukit/kss.demo/trunk/kss/demo/browser/registry.py (original)
+++ kukit/kss.demo/trunk/kss/demo/browser/registry.py Fri Dec 7 14:19:31 2007
@@ -104,7 +104,7 @@
def getZuiteHomePage(self, path):
"""Redirects to the Zuite home page, Zuite object is found from
path."""
zuite = self.context.aq_inner.aq_parent.restrictedTraverse(path)
- html =
"%s/core/TestRunner.html?test=%s/suite.html&ResultsUrl=../PostResults" %
(zuite.absolute_url(), self.context.absolute_url())
+ html = "%s/core/TestRunner.html?test=%s/suite.html" %
(zuite.absolute_url(), self.context.absolute_url())
return self.request.response.redirect(html)
class KSSDemoRegistryAdminView(BrowserView):
_______________________________________________
Kukit-checkins mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kukit-checkins