From: Chris Hilton Date: Wed, 29 Jun 2005 22:18:39 +0000 (+0000) Subject: Modified test text to reflect that fields() now return empty strings instead of undef... X-Git-Tag: v0.11008~509 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b3e23ee784a1122a7eac5f81ab1b295d85709622;p=dbsrgits%2FSQL-Translator.git Modified test text to reflect that fields() now return empty strings instead of undef when there are no fields --- diff --git a/t/24yaml.t b/t/24yaml.t index 661b64d..78c1c29 100644 --- a/t/24yaml.t +++ b/t/24yaml.t @@ -130,7 +130,7 @@ schema: constraints: - deferrable: 1 expression: '' - fields: ~ + fields: '' match_type: '' name: '' on_delete: '' @@ -220,7 +220,7 @@ schema: perform_action_when: ~ views: person_pet: - fields: ~ + fields: '' name: person_pet order: 1 sql: |