Using PostgreSQL 8.3.1 I get 7 failures:

1)
ActiveRecord::StatementInvalid in 'Person associations common contacts
should exclude deactivated people from common contacts'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1402298589 OR person_id = 197432336)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

2)
ActiveRecord::StatementInvalid in 'Person associations common contacts
should have common contacts with someone'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1402298589 OR person_id = 197432336)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

3)
ActiveRecord::StatementInvalid in 'PeopleController show should not
display break up link if not connected'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1402298589 OR person_id = 1830235192)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

4)
ActiveRecord::StatementInvalid in 'PeopleController show should
display break up link if connected'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1402298589 OR person_id = 1830235192)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

5)
ActiveRecord::StatementInvalid in 'PeopleController show should not
display the edit link for other viewers'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1830235192 OR person_id = 1402298589)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

6)
ActiveRecord::StatementInvalid in 'PeopleController show should
display the edit link for current user'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1402298589 OR person_id = 1402298589)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

7)
ActiveRecord::StatementInvalid in 'PeopleController people pages
should have a working show page'
PGError: ERROR:  syntax error at or near «`»
LINE 1: SELECT connections.*, COUNT(contact_id) FROM `connections`
                                                     ^
: SELECT connections.*, COUNT(contact_id) FROM `connections`
            INNER JOIN people contact ON connections.contact_id =
contact.id
            WHERE ((person_id = 1830235192 OR person_id = 1402298589)
                   AND status = 0 AND contact.deactivated = 'f')
            GROUP BY contact_id
            HAVING count(contact_id) = 2 LIMIT 12 OFFSET 0

Finished in 11.859471 seconds

324 examples, 7 failures

--~--~---------~--~----~------------~-------~--~----~
Insoshi developer site: http://dogfood.insoshi.com/
Insoshi documentation: http://docs.insoshi.com/

You received this message because you are subscribed to the Google
Groups "Insoshi" 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/insoshi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to