Hi guys,

A number of nosetests are failing with "keywords must be strings" errors...

Traceback (most recent call last):
  File
"/home/bas/work/oss/tg2/turbogears/tg/tests/test_tg_controller_dispatch.py",
line 133, in test_redirect_relative
    resp = self.app.get('/redirect_me?target=hello&name=abc').follow()

.....SNIP.....

  File "/home/bas/work/oss/pylons-hmmm/Pylons/pylons/controllers/core.py",
line 82, in _inspect_call
    result = self._perform_call(func, args)
  File "/home/bas/work/oss/tg2/turbogears/tg/controllers.py", line 63, in
_perform_call
    self, controller, params, remainder=remainder)
  File
"/home/bas/work/oss/pylons-hmmm/Pylons/pylons/controllers/decorated.py",
line 131, in _perform_call
    output = controller(*remainder, **dict(params))


I initially thought the error was in dbsprockets as I was testing my models
in dbmechanic, however, something said - check the TG2 tests and it is
failing on the same type of error.

I suspect TGController(ObjectDispatch)._get_routing_info is the cause, but
unable to button it down...

Any ideas?

Thanks, Andrew.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to