mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
Added/Updated tests\bugs\gh_6941_test.py: fixed dummy copy-paste result
This commit is contained in:
parent
3c8168a2ce
commit
962c0e9698
@ -27,7 +27,7 @@ db = db_factory()
|
|||||||
act = python_act('db')
|
act = python_act('db')
|
||||||
|
|
||||||
tmp_fbk = temp_file('gh_6941.tmp.fbk')
|
tmp_fbk = temp_file('gh_6941.tmp.fbk')
|
||||||
db_tmp = db_factory(filename='tmp_core_5965.fdb', do_not_create=True)
|
db_tmp = db_factory(filename='tmp_gh_6941.fdb', do_not_create=True)
|
||||||
|
|
||||||
chk_sql = """
|
chk_sql = """
|
||||||
select t1.*
|
select t1.*
|
||||||
|
Loading…
Reference in New Issue
Block a user