1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/10950] Fix unit tests to fit the new pm deleting behaviour

Undelivered PMs should not be delivered to recipients that have not yet received them.

PHPBB3-10950
This commit is contained in:
Joas Schilling 2012-07-20 16:10:40 +02:00
parent d9a32ce614
commit a9c091fad4

View File

@ -31,7 +31,6 @@ class phpbb_privmsgs_delete_user_pms_test extends phpbb_database_test_case
),
array(
array('msg_id' => 1, 'user_id' => 3),
array('msg_id' => 1, 'user_id' => 4),
),
),
array(