@@ -1301,7 +1301,16 @@ def test_keypress_STREAM_MESSAGE(
1301
1301
{"stream" : True , "private" : True },
1302
1302
{"stream" : True , "private" : True },
1303
1303
{"stream" : None , "private" : None },
1304
- id = "no_msg_body_edit_limit" ,
1304
+ id = "no_msg_body_edit_limit:ZFL<138" ,
1305
+ ),
1306
+ case (
1307
+ {"sender_id" : 1 , "timestamp" : 1 , "subject" : "test" },
1308
+ True ,
1309
+ None ,
1310
+ {"stream" : True , "private" : True },
1311
+ {"stream" : True , "private" : True },
1312
+ {"stream" : None , "private" : None },
1313
+ id = "no_msg_body_edit_limit:ZFL>=138" ,
1305
1314
),
1306
1315
case (
1307
1316
{"sender_id" : 1 , "timestamp" : 1 , "subject" : "(no topic)" },
@@ -1352,7 +1361,16 @@ def test_keypress_STREAM_MESSAGE(
1352
1361
{"stream" : True , "private" : True },
1353
1362
{"stream" : True , "private" : True },
1354
1363
{"stream" : None , "private" : None },
1355
- id = "no_msg_body_edit_limit_with_no_topic" ,
1364
+ id = "no_msg_body_edit_limit_with_no_topic:ZFL<138" ,
1365
+ ),
1366
+ case (
1367
+ {"sender_id" : 1 , "timestamp" : 45 , "subject" : "(no topic)" },
1368
+ True ,
1369
+ None ,
1370
+ {"stream" : True , "private" : True },
1371
+ {"stream" : True , "private" : True },
1372
+ {"stream" : None , "private" : None },
1373
+ id = "no_msg_body_edit_limit_with_no_topic:ZFL>=138" ,
1356
1374
),
1357
1375
],
1358
1376
)
0 commit comments