Kevin Dangoor wrote: > On 4/5/06, Michele Cella <[EMAIL PROTECTED]> wrote: > > I think r1087 finally fixed my problem with i18n tests, I was getting > > the db error that probably was triggering the whole thing. > > > > But now I'm getting some errors from CatWalk, any idea? > > > > output = func(self, *args, **kw) > > TypeError: index() got an unexpected keyword argument 'tg_format' > > > > Request Headers: > > Host: localhost > > localhost - - [05/Apr/2006:15:06:51] "GET > > /catwalk/browse/?object_name=Song&filters=Guantanemera&tg_format=json > > HTTP/1.1" 500 2236 "" "" > > > > They are all like this one. :-) > > That test was doing a create_request? tg_format should definitely be > getting pulled out before the function is called.
Yes, is using create_request but not working... :-( could this be something with CP 2.2 final? > > I could swear I had all tests running on my machine yesterday. Right > now, this is my first failure: > > ERROR: test module turbogears.tests.test_i18n in > /Users/tazzzzz/projects/turbogears > > ... > File "/Users/tazzzzz/projects/turbogears/turbogears/tests/test_i18n.py", > line 31, in ? > sogettext.create_so_catalog(["en","fi"], "messages") > File > "/Users/tazzzzz/projects/turbogears/turbogears/i18n/sogettext/__init__.py", > line 64, in create_so_catalog > TG_Message.createTable(ifNotExists=True) > ... > File > "/Users/tazzzzz/projects/turbogears/thirdparty/sqlobject/sqlobject/classregistry.py", > line 135, in findClass > return registry(class_registry).getClass(name) > File > "/Users/tazzzzz/projects/turbogears/thirdparty/sqlobject/sqlobject/classregistry.py", > line 106, in getClass > raise KeyError( > KeyError: 'No class Domain found in the registry [default] (these > classes exist: Album, Artist, Child, Genre, InheritableSQLObject, > Parent, SQLObject, Song, TG_Domain, TG_Group, TG_Message, > TG_Permission, TG_User, TG_Visit, TG_VisitIdentity)' > Something in SQLObject maybe? Thanks Ciao Michele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
