Skip to content

Commit 3510e98

Browse files
committed
Added/Updated tests\bugs\gh_7917_test.py: removed windows-only mark after check test on Linux.
1 parent 0ca915f commit 3510e98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/bugs/gh_7917_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
Confirmed bug on 6.0.0.173.
4141
4242
[30.01.2024] pzotov
43-
Checked on 4.0.5.3053, 5.0.1.1327, 6.0.0.230 (intermediate snapshots; all in CS/SS).
43+
Checked on Windows: 4.0.5.3053, 5.0.1.1327, 6.0.0.230 (intermediate snapshots; all in CS/SS).
44+
Checked on Linbux: 4.0.5.3053, 5.0.1.1327, 6.0.0.237 (all in CS/SS).
4445
Commits:
4546
6.x: https://github.com/FirebirdSQL/firebird/commit/8295aeb26ccee4f9a644c6928e598abbe06c31c0
4647
5.x: https://github.com/FirebirdSQL/firebird/commit/6f393ba762f390f69f895acc091583a3e486f4d0
@@ -84,7 +85,6 @@
8485
db = db_factory(filename = '#' + REQUIRED_ALIAS)
8586

8687
act = python_act('db', substitutions = [('^((?!(ISQL|Attributes)).)*$', ''), ('[ \t]+', ' '), ('TCPv(4|6)$', 'TCP')])
87-
#act = python_act('db')
8888

8989
tmp_sql_file = temp_file('tmp_7917.sql')
9090
tmp_log_file = temp_file('tmp_7917_isql.log')
@@ -165,7 +165,6 @@ def run_encr_decr(act: Action, mode, max_wait_encr_thread_finish, capsys):
165165

166166
@pytest.mark.encryption
167167
@pytest.mark.version('>=4.0.5')
168-
@pytest.mark.platform('Windows')
169168
def test_1(act: Action, tmp_sql_file: Path, tmp_log_file: Path, tmp_gstat_log: Path, capsys):
170169

171170
# Scan line-by-line through databases.conf, find line starting with REQUIRED_ALIAS and extract name of file that

0 commit comments

Comments
 (0)