mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 16:43:05 +02:00
Fix tests for the partial quoting feature that randomly fail (#41294).
Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23162 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -23,7 +23,7 @@ class MessagesTest < ApplicationSystemTestCase
|
||||
fixtures :projects, :users, :roles, :members, :member_roles,
|
||||
:enabled_modules, :enumerations,
|
||||
:custom_fields, :custom_values, :custom_fields_trackers,
|
||||
:watchers, :boards, :messages
|
||||
:watchers, :boards, :messages, :attachments
|
||||
|
||||
def test_reply_to_topic_message
|
||||
with_text_formatting 'common_mark' do
|
||||
|
||||
Reference in New Issue
Block a user