pavel-zotov
|
bc691dd2aa
|
Updated tests\bugs\gh_7675_test.py: adjust expected stdout/stderr to current FB version.
|
2024-12-11 12:30:24 +03:00 |
|
pavel-zotov
|
ea82a1e919
|
Added/Updated tests\functional\replication\test_make_async_reinit_reliable.py: removed limitation for verions: execution allowed since 4.0.6. Adjusted comments.
|
2024-12-10 18:35:52 +03:00 |
|
pavel-zotov
|
eaa2d07ef2
|
Added/Updated tests\functional\replication\test_make_async_reinit_reliable.py: Checked on Windows, 5.0.2.1569. Temporary marked as to be SKIPPED on 4.x and 6.x until back- and front-port will be done.
|
2024-12-10 18:00:07 +03:00 |
|
pavel-zotov
|
8db3d1b57b
|
Added/Updated tests\bugs\core_0214_test.py: Made MAX_RATIO different for Windows vs Linux. Increased its value on Linux: in some cases it can be more than 2.33
|
2024-12-03 12:08:59 +03:00 |
|
pavel-zotov
|
3ea708d076
|
Added/Updated tests\bugs\core_0214_test.py: fully re-implemented. See notes.
|
2024-11-29 12:29:31 +03:00 |
|
pavel-zotov
|
de2237e06e
|
Added/Updated tests\bugs\gh_8323_test.py: see notes.
|
2024-11-28 13:34:30 +03:00 |
|
pavel-zotov
|
06f4702b70
|
Added/Updated tests\bugs\gh_0310_test.py: added forgotten corrections for expected output in FB 5.x
|
2024-11-26 16:23:17 +03:00 |
|
pavel-zotov
|
1f1eb1725d
|
Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version.
|
2024-11-26 16:15:53 +03:00 |
|
pavel-zotov
|
3225efe192
|
Added/Updated tests\functional\basic\isql\test_00.py: adjust output: added lines related to wire stat
|
2024-11-21 07:57:46 +03:00 |
|
pavel-zotov
|
9435ab18f4
|
Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_03.py: added 'ROWS nn' after 'ORDER BY ...' clause, otherwise engine can choose 'PLAN SORT' which leads to materialization of cursor resultset and, in turn, to increased statement restart count. See notes.
|
2024-11-20 20:14:46 +03:00 |
|
pavel-zotov
|
4337828fb5
|
Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_02.py: added 'ROWS nn' after 'ORDER BY ...' clause, otherwise engine can choose 'PLAN SORT' which leads to materialization of cursor resultset and, in turn, to increased statement restart count. See notes.
|
2024-11-20 20:14:32 +03:00 |
|
pavel-zotov
|
890ebd9201
|
Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_01.py: added 'ROWS nn' after 'ORDER BY ...' clause, otherwise engine can choose 'PLAN SORT' which leads to materialization of cursor resultset and, in turn, to increased statement restart count. See notes.
|
2024-11-20 20:14:16 +03:00 |
|
pavel-zotov
|
cf374b406a
|
Added/Updated tests\bugs\core_5381_test.py: Added max allowed time for prepare duration and appropriate check (suggested by dimitr).
|
2024-11-19 10:13:30 +03:00 |
|
pavel-zotov
|
943525b4a7
|
Added/Updated tests\bugs\gh_7853_test.py: Remove upper bound for version after this feature was front-ported to 6.x in commit 0d72b8097c292dabb5c9a257a157f20d9362ab26 (16.11.23).
|
2024-11-18 17:01:33 +03:00 |
|
pavel-zotov
|
c0e48cc498
|
Added/Updated tests\bugs\gh_8113_test.py: Checked on 6.0.0.532
|
2024-11-18 16:42:40 +03:00 |
|
pavel-zotov
|
50b088f0f6
|
Added/Updated tests\functional\tabloid\test_35f56933.py: Checked on 6.0.0.532
|
2024-11-18 13:13:17 +03:00 |
|
pavel-zotov
|
6448e5e106
|
Added/Updated tests\bugs\gh_8310_test.py: minor change: fixed typo.
|
2024-11-18 10:02:25 +03:00 |
|
pavel-zotov
|
d79e2dda74
|
Added/Updated tests\bugs\gh_8310_test.py: Currently the ticket is incompletely checked - SEE NOTES. Checked on 6.0.0.532; 5.0.2.1567.
|
2024-11-18 10:00:32 +03:00 |
|
pavel-zotov
|
fef1186873
|
Added/Updated tests\bugs\core_5381_test.py: Re-implemented. No sense to check execution time or execution plan. We have to ensure only ability of engine to complete prerape_statement.
|
2024-11-17 15:03:39 +03:00 |
|
pavel-zotov
|
5709c6696c
|
Added/Updated tests\functional\arno\optimizer\test_opt_sort_by_index_18.py: 'OPTIMIZE FOR FIRST ROWS' is used for 6.x - suggesed by dimitr, letter 16.11.2024 15:15. Checked on 6.0.0.532; 5.0.2.1567
|
2024-11-17 13:51:40 +03:00 |
|
pavel-zotov
|
7982277e69
|
Added/Updated tests\bugs\gh_7921_test.py: 'OPTIMIZE FOR FIRST ROWS' is used for 6.x - suggesed by dimitr, letter 16.11.2024 15:15. Checked on 6.0.0.532; 5.0.2.1567
|
2024-11-17 13:45:49 +03:00 |
|
pavel-zotov
|
57e95fd7f9
|
Added/Updated tests\bugs\gh_7675_test.py: Removed output of concrete data for checked query. It is enough only to display content of SQLDA (lines with 'sqltype:' and 'name:') and SQLSTATE (if some error occurs).
|
2024-11-17 13:29:48 +03:00 |
|
pavel-zotov
|
aabe3479b7
|
Added/Updated tests\functional\arno\optimizer\test_opt_sort_by_index_18.py: re-implemented after #26e64e9c: Cost-based decision between ORDER and SORT plans (#8316). Checked on 6.0.0.532; 5.0.2.1567; 4.0.6.3168; 3.0.13.33794.
|
2024-11-17 12:55:43 +03:00 |
|
pavel-zotov
|
42fa9a402c
|
Added/Updated tests\bugs\core_5020_test.py: re-implemented after #26e64e9c: Cost-based decision between ORDER and SORT plans (#8316). Checked on 6.0.0.532; 5.0.2.1567; 4.0.6.3168; 3.0.13.33794.
|
2024-11-17 11:40:13 +03:00 |
|
pavel-zotov
|
a438838b7c
|
Adjusted expected output after check on 6.0.0.530.
|
2024-11-16 13:58:12 +03:00 |
|
pavel-zotov
|
b3bd8f7851
|
Updated tests\functional\basic\isql\test_autoterm_01.py: adjust expected stdout/stderr to current FB version.
|
2024-11-16 13:55:56 +03:00 |
|
pavel-zotov
|
ec113ab750
|
Updated tests\functional\basic\isql\test_00.py: adjust expected stdout/stderr to current FB version.
|
2024-11-16 13:54:46 +03:00 |
|
pavel-zotov
|
95be77a751
|
Added/Updated tests\bugs\core_5381_test.py: dummy change in order to force all FB versions to be checked at nearest scheduled job
|
2024-11-15 01:01:28 +03:00 |
|
pavel-zotov
|
8ab4fbb19a
|
Added/Updated tests\bugs\core_5381_test.py: dummy change in order to force all FB versions to be checked at nearest scheduled job
|
2024-11-14 02:12:33 +03:00 |
|
pavel-zotov
|
8767812ce0
|
Added/Updated tests\bugs\core_5381_test.py: dummy change in order to force all FB versions to be checked at nearest scheduled job
|
2024-11-12 22:36:03 +03:00 |
|
pavel-zotov
|
6ed135d077
|
Added/Updated tests\bugs\gh_8309_test.py: Checked on 6.0.0.523-8ca2314.
|
2024-11-10 16:02:38 +03:00 |
|
pavel-zotov
|
e4df62936a
|
Added/Updated tests\bugs\core_5381_test.py: Adjusted notes about changed FB 4.x
|
2024-11-10 15:37:21 +03:00 |
|
pavel-zotov
|
a4e323c212
|
Added/Updated tests\bugs\core_5381_test.py: changed expected output for 4.x: adjusted INDENTATION.
|
2024-11-10 12:57:50 +03:00 |
|
pavel-zotov
|
a8f00de4fb
|
Added/Updated tests\bugs\gh_5537_test.py: Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1553, 6.0.0.520
|
2024-11-09 15:49:01 +03:00 |
|
pavel-zotov
|
27486062b9
|
Added/Updated tests\bugs\core_5381_test.py: Reimplemented - see notes. Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1553, 6.0.0.520
|
2024-11-08 10:19:22 +03:00 |
|
pavel-zotov
|
f537764866
|
Added/Updated tests\bugs\core_2668_test.py: reverted wrong changes
|
2024-11-07 16:15:14 +03:00 |
|
pavel-zotov
|
ea96df900b
|
Added/Updated tests\bugs\gh_7304_test.py: Confirmed problem on 5.0.0.731. Checked on 5.0.0.733 (16.09.2022); 5.0.2.1553, 6.0.0.515
|
2024-11-07 16:12:20 +03:00 |
|
pavel-zotov
|
aeb3dbe22d
|
Added/Updated tests\bugs\core_2668_test.py: Confirmed problem on 5.0.0.731. Checked on 5.0.0.733 (16.09.2022); 5.0.2.1553, 6.0.0.515
|
2024-11-07 16:09:24 +03:00 |
|
pavel-zotov
|
718804e976
|
Added/Updated tests\bugs\gh_8304_test.py: Checked on 6.0.0.515-1c3dc43; 5.0.2.1551-90fdb97; 4.0.6.3165 (intermediate build).
|
2024-11-04 12:37:18 +03:00 |
|
pavel-zotov
|
0f4c5acfef
|
Added/Updated tests\bugs\gh_7269_test.py: fixed wrong min_version
|
2024-11-04 10:03:27 +03:00 |
|
pavel-zotov
|
2a969614c5
|
Added/Updated tests\bugs\gh_7269_test.py: Checked on 5.0.2.1551, 6.0.0.415.
|
2024-11-02 23:42:00 +03:00 |
|
pavel-zotov
|
87dfaf7f42
|
Added/Updated tests\bugs\gh_5009_test.py: Checked on 4.0.6.3165, 5.0.2.1551, 6.0.0.415
|
2024-11-02 22:22:57 +03:00 |
|
pavel-zotov
|
494488f3ec
|
Added/Updated tests\bugs\gh_8185_test.py: Checked on 5.0.1.1452-08dc25f (27.07.2024 11:50); 6.0.0.401-a7d10a4 (29.07.2024 01:33) -- all OK.
|
2024-11-01 23:40:23 +03:00 |
|
pavel-zotov
|
6ea1301610
|
Added/Updated tests\functional\intfunc\string\test_rpad_01.py: Finished adjusting for work both on Linux and Windows. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.13.33794
|
2024-10-31 22:23:52 +03:00 |
|
pavel-zotov
|
e42745b7a4
|
Added/Updated tests\functional\intfunc\string\test_lpad_01.py: Finished adjusting for work both on Linux and Windows. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.13.33794
|
2024-10-31 22:17:41 +03:00 |
|
pavel-zotov
|
4cf7cc1a3f
|
Added/Updated tests\bugs\core_2912_test.py: Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1551; 4.0.6.3165; 3.0.13.33794
|
2024-10-31 21:38:51 +03:00 |
|
pavel-zotov
|
920dd0fc36
|
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: changed comment about explained plan in 6.x
|
2024-10-31 15:48:16 +03:00 |
|
pavel-zotov
|
d63eb542ca
|
Added/Updated tests\bugs\gh_8161_test.py: changed comment about explained plan in 6.x
|
2024-10-31 15:47:12 +03:00 |
|
pavel-zotov
|
1370ed4824
|
Added/Updated tests\bugs\gh_8214_test.py: Checked on 5.0.2.1551, 6.0.0.515.
|
2024-10-31 15:44:16 +03:00 |
|
pavel-zotov
|
20af1b6410
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 13:32:10 +03:00 |
|
pavel-zotov
|
0dece2247f
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 13:17:14 +03:00 |
|
pavel-zotov
|
19c51597e5
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 11:28:06 +03:00 |
|
pavel-zotov
|
a8d5d389f7
|
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: Adjusted expected_out discuss with dimitr. Explained plans for 5.x and 6.x are now identical. Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1551, 6.0.0.515
|
2024-10-31 11:19:40 +03:00 |
|
pavel-zotov
|
26eae15c96
|
Added/Updated tests\bugs\gh_8161_test.py: Adjusted expected_out discuss with dimitr (explained plans for FB 3.x ...6.x now are identical).
|
2024-10-31 11:16:22 +03:00 |
|
pavel-zotov
|
90951ffe14
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 01:17:54 +03:00 |
|
pavel-zotov
|
86b78aa07e
|
Added/Updated tests\bugs\core_0857_test.py: Re-implemented. See notes. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.2.32670, 3,0,1,32609
|
2024-10-31 01:04:04 +03:00 |
|
pavel-zotov
|
ba89f2888e
|
Added/Updated tests\bugs\core_1366_test.py: Re-implemented. See notes. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.2.32670, 3,0,1,32609
|
2024-10-31 00:54:53 +03:00 |
|
pavel-zotov
|
b64fc14d0e
|
Added/Updated tests\bugs\core_3489_test.py: minor change: adjusted notes.
|
2024-10-31 00:16:41 +03:00 |
|
pavel-zotov
|
f26daf2d01
|
Added/Updated tests\bugs\core_2227_test.py: Re-implemented. See notes. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.2.32670, 3,0,1,32609
|
2024-10-31 00:15:48 +03:00 |
|
pavel-zotov
|
264a8864e9
|
Added/Updated tests\bugs\core_3489_test.py: Re-implemented. See notes. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.2.32670, 3,0,1,32609
|
2024-10-30 23:44:28 +03:00 |
|
pavel-zotov
|
d2c60eef34
|
Added/Updated tests\bugs\core_5464_test.py: Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.13.33793; 3.0.2.32670-0fab1a8.
|
2024-10-30 15:03:22 +03:00 |
|
pavel-zotov
|
b57a88bd18
|
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: Splitted expected_out : added separate block for FB 5.x after discuss with dimitr.
|
2024-10-30 11:48:01 +03:00 |
|
pavel-zotov
|
aa32623dbb
|
Added/Updated tests\bugs\gh_8161_test.py: Splitted expected_out again: added separate block for FB 5.x after discuss with dimitr.
|
2024-10-30 11:43:36 +03:00 |
|
pavel-zotov
|
d061161bd1
|
Added/Updated tests\bugs\gh_8230_test.py: fixed wrong min_version
|
2024-10-30 10:03:12 +03:00 |
|
pavel-zotov
|
c6c39c6dc8
|
Added/Updated tests\bugs\gh_8230_test.py: Checked on 6.0.0.511-781e5d9 (intermediate build).
|
2024-10-29 22:57:01 +03:00 |
|
pavel-zotov
|
e72e216318
|
Added/Updated tests\bugs\gh_8255_test.py: added/adjusted comments. Tes can run currently only on Windows. On Linux server stil crashes.
|
2024-10-29 14:06:39 +03:00 |
|
pavel-zotov
|
38bdbb14ef
|
Added/Updated tests\bugs\core_1725_test.py: fully re-implemented - see notes.
|
2024-10-28 14:21:51 +03:00 |
|
pavel-zotov
|
df802f3bfc
|
Added/Updated tests\bugs\gh_8290_test.py: added ps.free() call otherwise pytest hangs at final point and does not return control to caller batch
|
2024-10-26 11:21:35 +03:00 |
|
pavel-zotov
|
2c41272f32
|
Added/Updated tests\bugs\gh_8091_test.py: Checked on 6.0.0.508-67d8e39 (intermediate build).
|
2024-10-25 18:58:49 +03:00 |
|
pavel-zotov
|
8d4f444954
|
Added/Updated tests\bugs\gh_8161_test.py: Splitted expected_out after fixed #8290 -- see notes.
|
2024-10-25 13:55:50 +03:00 |
|
pavel-zotov
|
d991658a61
|
Added/Updated tests\bugs\gh_8291_test.py: Checked on 6.0.0.502-d2f4cf6, 5.0.2.1542-ab50e20 (intermediate builds).
|
2024-10-25 01:05:31 +03:00 |
|
pavel-zotov
|
debd6ed3fd
|
Added/Updated tests\bugs\gh_8290_test.py: Checked on 6.0.0.502-d2f4cf6, 5.0.2.1542-ab50e20 (intermediate builds).
|
2024-10-25 00:08:12 +03:00 |
|
pavel-zotov
|
d0a66d4f63
|
Added/Updated tests\bugs\gh_8241_test.py: dummy change to force QA scenario to check all FB versions.
|
2024-10-24 23:24:50 +03:00 |
|
pavel-zotov
|
c93d02de5f
|
Added/Updated tests\bugs\gh_7748_test.py: added ref to gh_8249_test.py
|
2024-10-22 20:29:33 +03:00 |
|
pavel-zotov
|
063602005b
|
Added/Updated tests\bugs\gh_8249_test.py: Checked on 6.0.0.485 -- all OK. No output to STDOUT, all queries finish with errors.
|
2024-10-22 20:29:09 +03:00 |
|
pavel-zotov
|
25dd99989d
|
Added/Updated tests\bugs\core_4345_test.py: added combine_ouput=True in order to see failed details in annotations.
|
2024-09-29 23:11:41 +03:00 |
|
pavel-zotov
|
a26e1cce6b
|
Added/Updated tests\bugs\gh_3357_test.py: added comment about related commit
|
2024-09-29 01:47:19 +03:00 |
|
pavel-zotov
|
f85816beb9
|
Added/Updated tests\bugs\gh_7118_test.py: added comment about related commit
|
2024-09-29 01:47:07 +03:00 |
|
pavel-zotov
|
75baaa8121
|
Added/Updated tests\bugs\gh_7398_test.py: Checked on 6.0.0.471, 5.0.2.1519, 4.0.6.3157. SEE NOTES.
|
2024-09-29 01:40:58 +03:00 |
|
pavel-zotov
|
f9366e4556
|
Added/Updated tests\bugs\gh_8263_test.py: Checked on 6.0.0.474, 5.0.2.1519. SEE NOTES.
|
2024-09-28 17:19:19 +03:00 |
|
pavel-zotov
|
ebc90eff48
|
Added/Updated tests\bugs\gh_8265_test.py: fixed wrong value of argument for 'driver_config.register_server()' call that caused another test fail with 'Server ... already registered'
|
2024-09-27 08:46:23 +03:00 |
|
pavel-zotov
|
89e3f717f8
|
Added/Updated tests\bugs\gh_8265_test.py: added comment
|
2024-09-26 11:31:15 +03:00 |
|
pavel-zotov
|
05df68c160
|
Added/Updated tests\bugs\gh_8265_test.py: Checked on 5.0.2.1516-92316F0 (intermediate snapshot 25.09.2024)
|
2024-09-26 11:28:54 +03:00 |
|
pavel-zotov
|
a3ba2b7669
|
Added/Updated tests\bugs\gh_8252_test.py: added comment about additional test for this issue: tests/functional/tabloid/test_aae2ae32.py
|
2024-09-26 10:50:19 +03:00 |
|
pavel-zotov
|
3fd3159708
|
Added/Updated tests\bugs\gh_8233_test.py: minor change - fixed typo
|
2024-09-26 10:48:49 +03:00 |
|
pavel-zotov
|
44dd2cdb34
|
Added/Updated tests\functional\tabloid\test_aae2ae32.py: Checked on 5.0.2.1516-92316F0 -- all ok: two hash joins instead of subquery.
|
2024-09-26 10:47:01 +03:00 |
|
pavel-zotov
|
b9c0379c0d
|
Added/Updated tests\bugs\gh_8250_test.py: Checked on 6.0.0.467. NOTE: test currently has min_version=6.0, see notes.
|
2024-09-25 09:35:57 +03:00 |
|
pavel-zotov
|
a60b8c72cb
|
Added/Updated tests\functional\tabloid\test_cc183f59.py: Checked on 6.0.0.467. See notes about MERGE JOIN selecting.
|
2024-09-25 00:09:52 +03:00 |
|
pavel-zotov
|
7f28961f1b
|
Added/Updated tests\bugs\gh_8253_test.py: minor change: wrong alias name was in use, changed to correct.
|
2024-09-24 07:43:42 +03:00 |
|
pavel-zotov
|
9d34fda531
|
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: Changed substitutions: one need to suppress '(keys: N, total key length: M)' in FB 6.x after commit c50b0aa6 ('Add key info to the hash join plan output').
|
2024-09-24 00:01:37 +03:00 |
|
pavel-zotov
|
25530f80bb
|
Added/Updated tests\bugs\gh_7904_test.py: Changed substitutions: one need to suppress '(keys: N, total key length: M)' in FB 6.x after commit c50b0aa6 ('Add key info to the hash join plan output').
|
2024-09-23 23:59:10 +03:00 |
|
pavel-zotov
|
ede28525bd
|
Added/Updated tests\bugs\gh_8255_test.py: fixed forgotten import
|
2024-09-23 21:48:58 +03:00 |
|
pavel-zotov
|
bdb69722a7
|
Added/Updated tests\bugs\gh_8255_test.py: added skipif(platform.system() = 'Windows' according to ticket note about IFDEF WIN_NT.
|
2024-09-23 18:12:26 +03:00 |
|
pavel-zotov
|
6c67c080a4
|
Added/Updated tests\bugs\gh_8255_test.py: Checked on 6.0.0.466, 5.0.2.1513, 4.0.6.3156
|
2024-09-23 18:07:17 +03:00 |
|
pavel-zotov
|
cb6ed4b2eb
|
Added/Updated tests\bugs\gh_8253_test.py: Checked on 6.0.0.466, 5.0.2.1513, 4.0.6.3156
|
2024-09-23 12:15:12 +03:00 |
|
pavel-zotov
|
c6c322001b
|
Added/Updated tests\bugs\core_0986_test.py: dummy change in order to force all FB versions to be checked by subsequent QA run
|
2024-09-23 00:08:10 +03:00 |
|
pavel-zotov
|
e466c9de75
|
Added/Updated tests\bugs\gh_7846_test.py: Checked on 6.0.0.457; 5.0.2.1499; 4.0.5.3136.
|
2024-09-17 00:15:08 +03:00 |
|
pavel-zotov
|
e2e9a2b12c
|
Added/Updated tests\bugs\gh_8115_test.py: Checked on 6.0.0.457, 5.0.2.1499. NOTE: plans differ in FB 5.x vs 6.x
|
2024-09-16 16:19:02 +03:00 |
|
pavel-zotov
|
aee78b8b69
|
Added/Updated tests\bugs\gh_5588_test.py: Minor change: fixed typo.
|
2024-09-15 12:30:15 +03:00 |
|
pavel-zotov
|
ca83a1bfa6
|
Added/Updated tests\bugs\gh_5589_test.py: Checked on 6.0.0.457, 5.0.2.1499
|
2024-09-15 12:29:43 +03:00 |
|