Skip to content

Commit

Permalink
Adjusted expected_stderr section after CORE-5216 was fixed (line/col …
Browse files Browse the repository at this point in the history
…for exception when it occures inside EXECUTE BLOCK)
  • Loading branch information
pavel-zotov committed Apr 29, 2016
1 parent 0211556 commit 60b63a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/functional/fkey/unique/insert_09.fbt
Expand Up @@ -103,7 +103,9 @@ except Exception, e:
-violation of FOREIGN KEY constraint "T_DETL_FK_MUR" on table "T_DETL"
-Foreign key reference target does not exist
-Problematic key value is ("MASTER_UNIQ_REF" = 1)
"""
-At block line: 5, col: 9
""",
'substitutions': [ ('-At block line: [\d]+, col: [\d]+', '-At block line') ]
},
{
'firebird_version': '3.0',
Expand Down Expand Up @@ -144,7 +146,9 @@ except Exception, e:
violation of FOREIGN KEY constraint "T_DETL_FK_MUR" on table "T_DETL"
-Foreign key reference target does not exist
-Problematic key value is ("MASTER_UNIQ_REF" = 1)
"""
-At block line: 5, col: 9
""",
'substitutions': [ ('-At block line: [\d]+, col: [\d]+', '-At block line') ]
}
]
}

0 comments on commit 60b63a9

Please sign in to comment.