Skip to content

Commit 366de7c

Browse files
committed
Added alias for self-secutity DB, need for test gh-8062
1 parent a0888cf commit 366de7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

files/qa-databases.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ tmp_gh_4203_alias = $(dir_sampleDb)/qa/tmp_gh_4203.fdb
250250
SecurityDatabase = tmp_gh_4203_alias
251251
}
252252

253+
# https://github.com/FirebirdSQL/firebird/issues/8062
254+
tmp_gh_8062_alias = $(dir_sampleDb)/qa/tmp_gh_8062.fdb
255+
{
256+
SecurityDatabase = tmp_gh_8062_alias
257+
}
258+
253259

254260
# Databases for replication tests:
255261
#

0 commit comments

Comments
 (0)