mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
This commit is contained in:
parent
86b78aa07e
commit
90951ffe14
@ -9,7 +9,7 @@ JIRA: CORE-857
|
||||
FBTEST: bugs.core_0857
|
||||
NOTES:
|
||||
[31.10.2024] pzotov
|
||||
Bug was fixed for too old FB (2.0 RC4 / 2.1 ALpha 1), firebird-driver and/or QA-plugin
|
||||
Bug was fixed for too old FB (2.0 RC4 / 2.1 Alpha 1), firebird-driver and/or QA-plugin
|
||||
will not able to run on this version in order to reproduce problem.
|
||||
|
||||
Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.2.32670, 3,0,1,32609
|
||||
@ -23,6 +23,7 @@ db = db_factory(charset='WIN1252')
|
||||
act = isql_act('db', substitutions=[('[ \\t]+', ' ')])
|
||||
tmp_sql = temp_file('tmp_core_0857.sql')
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=3.0.0')
|
||||
def test_1(act: Action, tmp_sql: Path):
|
||||
|
||||
|
@ -23,6 +23,7 @@ db = db_factory(charset='ISO8859_1')
|
||||
act = isql_act('db', substitutions=[('=.*', ''), ('[ \\t]+', ' ')])
|
||||
tmp_sql = temp_file('tmp_core_1366.sql')
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=3.0.0')
|
||||
def test_1(act: Action, tmp_sql: Path):
|
||||
|
||||
|
@ -28,6 +28,7 @@ act = isql_act('db', substitutions = [ ('[ \\t]+', ' '), ('TCPv(4|6)', 'TCP') ])
|
||||
|
||||
tmp_sql = temp_file('tmp_core_2227.sql')
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=3.0.0')
|
||||
def test_1(act: Action, tmp_sql: Path):
|
||||
test_script = f"""
|
||||
|
@ -47,6 +47,7 @@ expected_stdout = """
|
||||
|
||||
tmp_sql = temp_file('tmp_core_3489.sql')
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=3.0.0')
|
||||
def test_1(act: Action, tmp_sql: Path):
|
||||
tmp_sql.write_text(
|
||||
|
@ -39,6 +39,7 @@ act = isql_act('db', substitutions = [('TCPv(4|6)', 'TCP')])
|
||||
|
||||
tmp_sql = temp_file('tmp_core_5464.sql')
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=3.0.1')
|
||||
def test_1(act: Action, tmp_sql: Path, capsys):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user